Package org.nuiton.topiatest.persistence
Interface Entity1
- All Superinterfaces:
java.io.Serializable,org.nuiton.topia.persistence.TopiaEntity
- All Known Implementing Classes:
Entity1Abstract,Entity1Impl
public interface Entity1
extends org.nuiton.topia.persistence.TopiaEntity
Created: 11 mai 2010
- Version:
- $Id$
- Author:
- fdesbois <fdesbois@codelutin.com>
-
Field Summary
-
Method Summary
Methods inherited from interface org.nuiton.topia.persistence.TopiaEntity
accept, addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getAggregate, getComposite, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion
-
Field Details
-
ATTR_1
static final java.lang.String ATTR_1- See Also:
- Constant Field Values
-
ATTR_2
static final java.lang.String ATTR_2- See Also:
- Constant Field Values
-
-
Method Details