public abstract class TaasAuthorizationAbstract extends TopiaEntityAbstract implements TaasAuthorization
| Modifier and Type | Field and Description |
|---|---|
protected int |
actions
Nom de l'attribut en BD : actions
|
protected String |
expression
Nom de l'attribut en BD : expression
|
readListeners, readVetoables, topiaContext, topiaCreateDate, topiaId, topiaVersion, writeListeners, writeVetoablesACTIONS, EXPRESSIONAGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION| Constructor and Description |
|---|
TaasAuthorizationAbstract() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(EntityVisitor visitor) |
int |
getActions() |
List<TopiaEntity> |
getAggregate() |
List<TopiaEntity> |
getComposite() |
String |
getExpression() |
void |
setActions(int actions) |
void |
setExpression(String expression) |
String |
toString() |
addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, equals, fireOnPostRead, fireOnPostRead, fireOnPostWrite, fireOnPostWrite, fireOnPreRead, fireOnPreWrite, getReadPropertyChangeSupport, getReadVetoableChangeSupport, getTopiaContext, getTopiaCreateDate, getTopiaId, getTopiaVersion, getWritePropertyChangeSupport, getWriteVetoableChangeSupport, hashCode, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaContext, setTopiaCreateDate, setTopiaId, setTopiaVersionclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersionprotected String expression
protected int actions
public void accept(EntityVisitor visitor) throws TopiaException
accept in interface TopiaEntityTopiaExceptionpublic void setExpression(String expression)
setExpression in interface TaasAuthorizationpublic String getExpression()
getExpression in interface TaasAuthorizationpublic void setActions(int actions)
setActions in interface TaasAuthorizationpublic int getActions()
getActions in interface TaasAuthorizationpublic List<TopiaEntity> getAggregate() throws TopiaException
getAggregate in interface TopiaEntitygetAggregate in class TopiaEntityAbstractTopiaExceptionpublic List<TopiaEntity> getComposite() throws TopiaException
getComposite in interface TopiaEntitygetComposite in class TopiaEntityAbstractTopiaExceptionCopyright © 2004-2012 CodeLutin. All Rights Reserved.