org.nuiton.topia.security.entities.authorization
Class TopiaExpressionLinkAbstract

java.lang.Object
  extended by org.nuiton.topia.persistence.TopiaEntityAbstract
      extended by org.nuiton.topia.security.entities.authorization.TopiaExpressionLinkAbstract
All Implemented Interfaces:
Serializable, TopiaEntity, TopiaExpressionLink, NoSecurityLoad
Direct Known Subclasses:
TopiaExpressionLinkImpl

public abstract class TopiaExpressionLinkAbstract
extends TopiaEntityAbstract
implements TopiaExpressionLink

See Also:
Serialized Form

Field Summary
protected  String by
          Nom de l'attribut en BD : by
protected  String replace
          Nom de l'attribut en BD : replace
 
Fields inherited from class org.nuiton.topia.persistence.TopiaEntityAbstract
readListeners, readVetoables, topiaContext, topiaCreateDate, topiaId, topiaVersion, writeListeners, writeVetoables
 
Fields inherited from interface org.nuiton.topia.security.entities.authorization.TopiaExpressionLink
BY, REPLACE
 
Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity
TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION
 
Constructor Summary
TopiaExpressionLinkAbstract()
           
 
Method Summary
 void accept(EntityVisitor visitor)
          accept : Envoi via les methodes du visitor l'ensemble des champs de l'entity avec leur nom, type et valeur.
 List<TopiaEntity> getAggregate()
          getAggregate :
 String getBy()
          getBy :
 List<TopiaEntity> getComposite()
          getComposite :
 String getReplace()
          getReplace :
 void setBy(String by)
          setBy :
 void setReplace(String replace)
          setReplace :
 String toString()
          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.security.entities.authorization.TopiaExpressionLink
set
 
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

replace

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


by

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

Constructor Detail

TopiaExpressionLinkAbstract

public TopiaExpressionLinkAbstract()
Method Detail

accept

public void accept(EntityVisitor visitor)
            throws TopiaException
accept : 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

setReplace

public void setReplace(String replace)
setReplace :

Specified by:
setReplace in interface TopiaExpressionLink
Parameters:
replace -

getReplace

public String getReplace()
getReplace :

Specified by:
getReplace in interface TopiaExpressionLink
Returns:
String

setBy

public void setBy(String by)
setBy :

Specified by:
setBy in interface TopiaExpressionLink
Parameters:
by -

getBy

public String getBy()
getBy :

Specified by:
getBy in interface TopiaExpressionLink
Returns:
String

getAggregate

public List<TopiaEntity> getAggregate()
                               throws TopiaException
getAggregate :

Specified by:
getAggregate in interface TopiaEntity
Overrides:
getAggregate in class TopiaEntityAbstract
Returns:
List
Throws:
TopiaException

getComposite

public List<TopiaEntity> getComposite()
                               throws TopiaException
getComposite :

Specified by:
getComposite in interface TopiaEntity
Overrides:
getComposite in class TopiaEntityAbstract
Returns:
List
Throws:
TopiaException

toString

public String toString()
toString :

Overrides:
toString in class Object
Returns:
String


Copyright © 2004-2011 CodeLutin. All Rights Reserved.