|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.iternum.swlink.examples.profile.Address
| Field Summary | |
static java.lang.String |
ADDRESS
Property change constant. |
static java.lang.String |
ADDRESS_CONT
Property change constant. |
static java.lang.String |
CITY
Property change constant. |
static java.lang.String |
COMPANY
Property change constant. |
static java.lang.String |
COUNTRY
Property change constant. |
static java.lang.String |
POSTCODE
Property change constant. |
| Constructor Summary | |
Address()
Create an empty address. |
|
Address(java.lang.String pCompany,
java.lang.String pAddress,
java.lang.String pAddressContinuation,
java.lang.String pCity,
java.lang.String pPostcode,
java.lang.String pCountry)
|
|
| Method Summary | |
void |
addPropertyChangeListener(java.beans.PropertyChangeListener pListener)
Adds a PropertyChangeListener to the
model. |
java.lang.Object |
clone()
|
java.lang.String |
getAddress()
|
java.lang.String |
getAddressContinuation()
|
java.lang.String |
getCity()
|
java.lang.String |
getCompany()
|
java.lang.String |
getCountry()
|
java.lang.String |
getPostcode()
|
void |
removePropertyChangeListener(java.beans.PropertyChangeListener pListener)
Remove a PropertyChangeListener from the
model. |
void |
setAddress(java.lang.String pAddress)
|
void |
setAddressContinuation(java.lang.String pAddressContinuation)
|
void |
setCity(java.lang.String pCity)
|
void |
setCompany(java.lang.String pCompany)
|
void |
setCountry(java.lang.String pCountry)
|
void |
setPostcode(java.lang.String pPostcode)
|
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String ADDRESS
public static final java.lang.String ADDRESS_CONT
public static final java.lang.String COMPANY
public static final java.lang.String CITY
public static final java.lang.String POSTCODE
public static final java.lang.String COUNTRY
| Constructor Detail |
public Address()
public Address(java.lang.String pCompany,
java.lang.String pAddress,
java.lang.String pAddressContinuation,
java.lang.String pCity,
java.lang.String pPostcode,
java.lang.String pCountry)
pCompany - The companypAddress - The addresspAddressContinuation - The adress continuationpCity - The citypPostcode - The postcodepCountry - The country| Method Detail |
public java.lang.Object clone()
public final java.lang.String getAddress()
public final void setAddress(java.lang.String pAddress)
pAddress - The address to set.public final java.lang.String getAddressContinuation()
public final void setAddressContinuation(java.lang.String pAddressContinuation)
pAddressContinuation - The addressContinuation to set.public final java.lang.String getCity()
public final void setCity(java.lang.String pCity)
pCity - The city to set.public final java.lang.String getCompany()
public final void setCompany(java.lang.String pCompany)
pCompany - The company to set.public final java.lang.String getCountry()
public final void setCountry(java.lang.String pCountry)
pCountry - The country to set.public final java.lang.String getPostcode()
public final void setPostcode(java.lang.String pPostcode)
pPostcode - The postcode to set.public void addPropertyChangeListener(java.beans.PropertyChangeListener pListener)
PropertyChangeListener to the
model.
pListener - The listenerpublic void removePropertyChangeListener(java.beans.PropertyChangeListener pListener)
PropertyChangeListener from the
model.
pListener - The listener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||