Package org.nuiton.topia.test.entities
Interface Race
- All Superinterfaces:
java.io.Serializable,org.nuiton.topia.persistence.TopiaEntity
- All Known Implementing Classes:
RaceAbstract,RaceImpl
public interface Race
extends org.nuiton.topia.persistence.TopiaEntity
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPROPERTY_NAME -
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
-
PROPERTY_NAME
static final java.lang.String PROPERTY_NAME- See Also:
- Constant Field Values
-
-
Method Details