Package org.nuiton.topiatest
Interface NaturalizedEntity
- All Superinterfaces:
Serializable,org.nuiton.topia.persistence.TopiaEntity
- All Known Subinterfaces:
GeneralizedNaturalizedEntity
- All Known Implementing Classes:
GeneralizedNaturalizedEntityAbstract,GeneralizedNaturalizedEntityImpl,NaturalizedEntityAbstract,NaturalizedEntityImpl
public interface NaturalizedEntity
extends org.nuiton.topia.persistence.TopiaEntity
-
Field Summary
FieldsFields inherited from interface org.nuiton.topia.persistence.TopiaEntity
AGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION -
Method Summary
Modifier and TypeMethodDescriptionvoidsetNaturalIdNotNull(Integer naturalIdNotNull) voidsetNaturalIdNull(String naturalIdNull) 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_NATURAL_ID_NOT_NULL
- See Also:
-
PROPERTY_NATURAL_ID_NULL
- See Also:
-
-
Method Details