|
||||||||||
| 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
@Deprecated public abstract class TMSVersionAbstract
| Field Summary | |
|---|---|
protected String |
version
Deprecated. |
| 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 |
| Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity |
|---|
TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION |
| Constructor Summary | |
|---|---|
TMSVersionAbstract()
Deprecated. |
|
| Method Summary | |
|---|---|
void |
accept(EntityVisitor visitor)
Deprecated. accept : Envoi via les methodes du visitor l'ensemble des champs de l'entity avec leur nom, type et valeur. |
void |
delete()
Deprecated. since 2.3.4, use the DAO api instead. |
List<TopiaEntity> |
getAggregate()
Deprecated. getAggregate : |
List<TopiaEntity> |
getComposite()
Deprecated. getComposite : |
String |
getVersion()
Deprecated. getVersion : |
void |
setVersion(String value)
Deprecated. setVersion : |
String |
toString()
Deprecated. toString : |
void |
update()
Deprecated. since 2.3.4, use the DAO api instead. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String version
| Constructor Detail |
|---|
public TMSVersionAbstract()
| Method Detail |
|---|
public String getVersion()
getVersion in interface TMSVersion
@Deprecated
public void update()
throws TopiaException
update in interface TopiaEntityupdate in class TopiaEntityAbstractTopiaException
@Deprecated
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 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 void setVersion(String value)
setVersion in interface TMSVersionvalue - public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||