org.nuiton.topiatest
Interface Address

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

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


Field Summary
static java.lang.String ADRESS
           
static java.lang.String CITY
           
 
Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity
TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION
 
Method Summary
 java.lang.String getAdress()
          getAdress :
 java.lang.String getCity()
          getCity :
 void setAdress(java.lang.String adress)
          setAdress :
 void setCity(java.lang.String city)
          setCity :
 
Methods inherited from interface org.nuiton.topia.persistence.TopiaEntity
accept, addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, delete, getAggregate, getComposite, getTopiaContext, getTopiaCreateDate, getTopiaId, getTopiaVersion, postCreate, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion, update
 

Field Detail

CITY

static final java.lang.String CITY
See Also:
Constant Field Values

ADRESS

static final java.lang.String ADRESS
See Also:
Constant Field Values
Method Detail

setCity

void setCity(java.lang.String city)
setCity :

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

getCity

java.lang.String getCity()
getCity :

Returns:
String

setAdress

void setAdress(java.lang.String adress)
setAdress :

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

getAdress

java.lang.String getAdress()
getAdress :

Returns:
String


Copyright © 2004-2010 CodeLutin. All Rights Reserved.