org.nuiton.topia.security.entities.authorization
Class TopiaExpressionLinkAbstract
java.lang.Object
org.nuiton.topia.persistence.TopiaEntityAbstract
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 |
| 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 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 |
replace
protected String replace
- Nom de l'attribut en BD : replace
by
protected String by
- Nom de l'attribut en BD : by
TopiaExpressionLinkAbstract
public TopiaExpressionLinkAbstract()
accept
public void accept(EntityVisitor visitor)
throws TopiaException
- Specified by:
accept in interface TopiaEntity
- Throws:
TopiaException
setReplace
public void setReplace(String replace)
- Specified by:
setReplace in interface TopiaExpressionLink
getReplace
public String getReplace()
- Specified by:
getReplace in interface TopiaExpressionLink
setBy
public void setBy(String by)
- Specified by:
setBy in interface TopiaExpressionLink
getBy
public String getBy()
- Specified by:
getBy in interface TopiaExpressionLink
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.