org.nuiton.topiatest
Interface Address

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

public interface Address
extends org.nuiton.topia.persistence.TopiaEntity


Field Summary
static String PROPERTY_ADRESS
           
static String PROPERTY_CITY
           
 
Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity
TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION
 
Method Summary
 String getAdress()
          getAdress :
 String getCity()
          getCity :
 void setAdress(String adress)
          setAdress :
 void setCity(String city)
          setCity :
 
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 Detail

PROPERTY_CITY

static final String PROPERTY_CITY
See Also:
Constant Field Values

PROPERTY_ADRESS

static final String PROPERTY_ADRESS
See Also:
Constant Field Values
Method Detail

setCity

void setCity(String city)
setCity :

Parameters:
city - La valeur de l'attribut à positionner.

getCity

String getCity()
getCity :

Returns:
String

setAdress

void setAdress(String adress)
setAdress :

Parameters:
adress - La valeur de l'attribut à positionner.

getAdress

String getAdress()
getAdress :

Returns:
String


Copyright © 2004-2011 CodeLutin. All Rights Reserved.