org.nuiton.topia.migration
Class TMSVersionAbstract

java.lang.Object
  extended by org.nuiton.topia.persistence.TopiaEntityAbstract
      extended by org.nuiton.topia.migration.TMSVersionAbstract
All Implemented Interfaces:
Serializable, TMSVersion, TopiaEntity
Direct Known Subclasses:
TMSVersionImpl

Deprecated.

@Deprecated
public abstract class TMSVersionAbstract
extends TopiaEntityAbstract
implements TMSVersion

See Also:
Serialized Form

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 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, postCreate, 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.persistence.TopiaEntity
addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getTopiaContext, getTopiaCreateDate, getTopiaId, getTopiaVersion, postCreate, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion
 

Field Detail

version

protected String version
Deprecated. 
Constructor Detail

TMSVersionAbstract

public TMSVersionAbstract()
Deprecated. 
Method Detail

getVersion

public String getVersion()
Deprecated. 
getVersion :

Specified by:
getVersion in interface TMSVersion
Returns:
String

update

@Deprecated
public void update()
            throws TopiaException
Deprecated. since 2.3.4, use the DAO api instead.

update :

Specified by:
update in interface TopiaEntity
Overrides:
update in class TopiaEntityAbstract
Throws:
TopiaException

delete

@Deprecated
public void delete()
            throws TopiaException
Deprecated. since 2.3.4, use the DAO api instead.

delete :

Specified by:
delete in interface TopiaEntity
Overrides:
delete in class TopiaEntityAbstract
Throws:
TopiaException

accept

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

getAggregate

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

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

getComposite

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

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

setVersion

public void setVersion(String value)
Deprecated. 
setVersion :

Specified by:
setVersion in interface TMSVersion
Parameters:
value -

toString

public String toString()
Deprecated. 
toString :

Overrides:
toString in class Object
Returns:
String


Copyright © 2004-2010 CodeLutin. All Rights Reserved.