Interface Address

All Superinterfaces:
java.io.Serializable, org.nuiton.topia.persistence.TopiaEntity
All Known Implementing Classes:
AddressAbstract, AddressImpl

public interface Address
extends org.nuiton.topia.persistence.TopiaEntity
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.lang.String PROPERTY_ADRESS  
    static java.lang.String PROPERTY_CITY  

    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.String getAdress()  
    java.lang.String getCity()  
    void setAdress​(java.lang.String adress)  
    void setCity​(java.lang.String city)  

    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