|
||||||||||
| 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.migration.TMSVersionAbstract
public abstract class TMSVersionAbstract
| Field Summary | |
|---|---|
java.lang.String |
version
|
| Fields inherited from class org.nuiton.topia.persistence.TopiaEntityAbstract |
|---|
readListeners, readVetoables, topiaContext, topiaCreateDate, topiaId, topiaVersion, writeListeners, writeVetoables |
| Fields inherited from interface org.nuiton.topia.migration.TMSVersion |
|---|
VERSION |
| Constructor Summary | |
|---|---|
TMSVersionAbstract()
|
|
| Method Summary | |
|---|---|
java.util.List<TopiaEntity> |
accept()
accept : |
void |
accept(EntityVisitor visitor)
accept : Envoi via les methodes du visitor l'ensemble des champs de l'entity avec leur nom, type et valeur. |
void |
delete()
delete : |
java.util.List<TopiaEntity> |
getComposite()
getComposite : |
java.lang.String |
getVersion()
getVersion : |
void |
setVersion(java.lang.String value)
setVersion : |
java.lang.String |
toString()
toString : |
void |
update()
update : |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String version
| Constructor Detail |
|---|
public TMSVersionAbstract()
| Method Detail |
|---|
public void update()
throws TopiaException
update in interface TopiaEntityupdate in class TopiaEntityAbstractTopiaException
public void delete()
throws TopiaException
delete in interface TopiaEntitydelete in class TopiaEntityAbstractTopiaException
public void accept(EntityVisitor visitor)
throws TopiaException
accept in interface TopiaEntityvisitor - le visiteur de l'entite.
TopiaException
public java.util.List<TopiaEntity> accept()
throws TopiaException
TopiaException
public java.util.List<TopiaEntity> getComposite()
throws TopiaException
getComposite in interface TopiaEntitygetComposite in class TopiaEntityAbstractTopiaExceptionpublic void setVersion(java.lang.String value)
setVersion in interface TMSVersionvalue - public java.lang.String getVersion()
getVersion in interface TMSVersionpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||