|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuiton.topia.persistence.TopiaEntityAbstract
org.nuiton.topia.security.entities.authorization.TopiaExpressionLinkAbstract
public abstract class TopiaExpressionLinkAbstract
| 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 java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.nuiton.topia.security.entities.authorization.TopiaExpressionLink |
|---|
set |
| Field Detail |
|---|
protected String replace
protected String by
| Constructor Detail |
|---|
public TopiaExpressionLinkAbstract()
| Method Detail |
|---|
public void accept(EntityVisitor visitor)
throws TopiaException
accept in interface TopiaEntityvisitor - le visiteur de l'entite.
TopiaExceptionpublic void setReplace(String replace)
setReplace in interface TopiaExpressionLinkreplace - public String getReplace()
getReplace in interface TopiaExpressionLinkpublic void setBy(String by)
setBy in interface TopiaExpressionLinkby - public String getBy()
getBy in interface TopiaExpressionLink
public List<TopiaEntity> getAggregate()
throws TopiaException
getAggregate in interface TopiaEntitygetAggregate in class TopiaEntityAbstractTopiaException
public List<TopiaEntity> getComposite()
throws TopiaException
getComposite in interface TopiaEntitygetComposite in class TopiaEntityAbstractTopiaExceptionpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||