org.nuiton.topia.taas.entities
Class TaasAuthorizationAbstract

java.lang.Object
  extended by org.nuiton.topia.persistence.TopiaEntityAbstract
      extended by org.nuiton.topia.taas.entities.TaasAuthorizationAbstract
All Implemented Interfaces:
Serializable, TopiaEntity, TaasAuthorization
Direct Known Subclasses:
TaasAuthorizationImpl

public abstract class TaasAuthorizationAbstract
extends TopiaEntityAbstract
implements TaasAuthorization

See Also:
Serialized Form

Field Summary
protected  int actions
          Nom de l'attribut en BD : actions
protected  String expression
          Nom de l'attribut en BD : expression
 
Fields inherited from class org.nuiton.topia.persistence.TopiaEntityAbstract
readListeners, readVetoables, topiaContext, topiaCreateDate, topiaId, topiaVersion, writeListeners, writeVetoables
 
Fields inherited from interface org.nuiton.topia.taas.entities.TaasAuthorization
ACTIONS, EXPRESSION
 
Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity
AGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION
 
Constructor Summary
TaasAuthorizationAbstract()
           
 
Method Summary
 void accept(EntityVisitor visitor)
           
 int getActions()
           
 List<TopiaEntity> getAggregate()
           
 List<TopiaEntity> getComposite()
           
 String getExpression()
           
 void setActions(int actions)
           
 void setExpression(String expression)
           
 String toString()
           
 
Methods inherited from class org.nuiton.topia.persistence.TopiaEntityAbstract
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, setTopiaVersion
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.nuiton.topia.persistence.TopiaEntity
addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion
 

Field Detail

expression

protected String expression
Nom de l'attribut en BD : expression


actions

protected int actions
Nom de l'attribut en BD : actions

Constructor Detail

TaasAuthorizationAbstract

public TaasAuthorizationAbstract()
Method Detail

accept

public void accept(EntityVisitor visitor)
            throws TopiaException
Specified by:
accept in interface TopiaEntity
Throws:
TopiaException

setExpression

public void setExpression(String expression)
Specified by:
setExpression in interface TaasAuthorization

getExpression

public String getExpression()
Specified by:
getExpression in interface TaasAuthorization

setActions

public void setActions(int actions)
Specified by:
setActions in interface TaasAuthorization

getActions

public int getActions()
Specified by:
getActions in interface TaasAuthorization

getAggregate

public List<TopiaEntity> getAggregate()
                               throws TopiaException
Specified by:
getAggregate in interface TopiaEntity
Overrides:
getAggregate in class TopiaEntityAbstract
Throws:
TopiaException

getComposite

public List<TopiaEntity> getComposite()
                               throws TopiaException
Specified by:
getComposite in interface TopiaEntity
Overrides:
getComposite in class TopiaEntityAbstract
Throws:
TopiaException

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2011 CodeLutin. All Rights Reserved.