Interface NaturalizedEntity

All Superinterfaces:
java.io.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

    Fields 
    Modifier and Type Field Description
    static java.lang.String PROPERTY_NATURAL_ID_NOT_NULL  
    static java.lang.String PROPERTY_NATURAL_ID_NULL  

    Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity

    AGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION
  • Method Summary

    Modifier and Type Method Description
    java.lang.Integer getNaturalIdNotNull()  
    java.lang.String getNaturalIdNull()  
    void setNaturalIdNotNull​(java.lang.Integer naturalIdNotNull)  
    void setNaturalIdNull​(java.lang.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