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

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     

    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
     
     
    void
    setNaturalIdNotNull(Integer naturalIdNotNull)
     
    void
    setNaturalIdNull(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

  • Method Details

    • setNaturalIdNotNull

      void setNaturalIdNotNull(Integer naturalIdNotNull)
    • getNaturalIdNotNull

      Integer getNaturalIdNotNull()
    • setNaturalIdNull

      void setNaturalIdNull(String naturalIdNull)
    • getNaturalIdNull

      String getNaturalIdNull()