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:
java.io.Serializable, TopiaEntity, TaasAuthorization
Direct Known Subclasses:
TaasAuthorizationImpl

public abstract class TaasAuthorizationAbstract
extends TopiaEntityAbstract
implements TaasAuthorization

Implantation POJO pour l'entité TaasAuthorization.

See Also:
Serialized Form

Field Summary
protected  int actions
           
protected  java.lang.String 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
 
Constructor Summary
TaasAuthorizationAbstract()
          Constructeur de TaasAuthorizationAbstract par défaut.
 
Method Summary
 void accept(EntityVisitor visitor)
          Envoi via les methodes du visitor l'ensemble des champs de l'entity avec leur nom, type et valeur.
 void delete()
           
 int getActions()
           
 java.util.List<TopiaEntity> getAggregate()
           
 java.util.List<TopiaEntity> getComposite()
           
 java.lang.String getExpression()
           
 void setActions(int value)
           
 void setExpression(java.lang.String value)
           
 java.lang.String toString()
           
 void update()
           
 
Methods inherited from class org.nuiton.topia.persistence.TopiaEntityAbstract
addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, equals, fireOnPostRead, fireOnPostRead, fireOnPostWrite, fireOnPostWrite, fireOnPreRead, fireOnPreWrite, getTopiaContext, getTopiaCreateDate, getTopiaId, getTopiaVersion, hashCode, postCreate, 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, getTopiaContext, getTopiaCreateDate, getTopiaId, getTopiaVersion, postCreate, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion
 

Field Detail

expression

protected java.lang.String expression

actions

protected int actions
Constructor Detail

TaasAuthorizationAbstract

public TaasAuthorizationAbstract()
Constructeur de TaasAuthorizationAbstract par défaut.

Method Detail

update

public void update()
            throws TopiaException
Specified by:
update in interface TopiaEntity
Overrides:
update in class TopiaEntityAbstract
Throws:
TopiaException

delete

public void delete()
            throws TopiaException
Specified by:
delete in interface TopiaEntity
Overrides:
delete in class TopiaEntityAbstract
Throws:
TopiaException

accept

public void accept(EntityVisitor visitor)
            throws TopiaException
Envoi via les methodes du visitor l'ensemble des champs de l'entity avec leur nom, type et valeur.

Specified by:
accept in interface TopiaEntity
Parameters:
visitor - le visiteur de l'entite.
Throws:
TopiaException - if any pb while visit

getAggregate

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

getComposite

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

setExpression

public void setExpression(java.lang.String value)
Specified by:
setExpression in interface TaasAuthorization
Parameters:
value - La valeur de l'attribut expression à positionner.

getExpression

public java.lang.String getExpression()
Specified by:
getExpression in interface TaasAuthorization
Returns:
La valeur de l'attribut expression.

setActions

public void setActions(int value)
Specified by:
setActions in interface TaasAuthorization
Parameters:
value - La valeur de l'attribut actions à positionner.

getActions

public int getActions()
Specified by:
getActions in interface TaasAuthorization
Returns:
La valeur de l'attribut actions.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2004-2009 CodeLutin. All Rights Reserved.