|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.util.entity.AbstractBasicEntity
org.torweg.pulse.util.entity.AbstractNamedEntity
org.torweg.pulse.util.entity.AbstractNamableEntity
org.torweg.pulse.component.util.model.AbstractExtendedAddress
@MappedSuperclass public abstract class AbstractExtendedAddress
A utility-class to derive from.
| Constructor Summary | |
|---|---|
AbstractExtendedAddress()
|
|
| Method Summary | |
|---|---|
org.jdom.Element |
deserializeToJDOM()
De-serialises the state of the AbstractExtendedAddress as a
JDOM Element. |
java.lang.String |
getCity()
Returns the city of the AbstractExtendedAddress. |
java.lang.String |
getContactPerson()
Returns the contact person of the AbstractExtendedAddress. |
java.lang.String |
getCountry()
Returns the country of the AbstractExtendedAddress. |
java.lang.String |
getEmail()
Returns the email address of the AbstractExtendedAddress. |
java.lang.String |
getFaxNumber()
Returns the fax number of the AbstractExtendedAddress. |
java.lang.String |
getMobilePhoneNumber()
Returns the mobile phone number of the AbstractExtendedAddress. |
java.lang.String |
getPhoneNumber()
Returns the phone number of the AbstractExtendedAddress. |
java.lang.String |
getPostalCode()
Returns the postal code of the AbstractExtendedAddress. |
java.lang.String |
getState()
Returns the state of the Retailer. |
java.lang.String |
getStreet()
Returns the street of the AbstractExtendedAddress. |
java.lang.String |
getUrl()
Returns the URL of the AbstractExtendedAddress. |
void |
setCity(java.lang.String c)
Sets the city of the AbstractExtendedAddress. |
void |
setContactPerson(java.lang.String cp)
Sets the contactPerson of the AbstractExtendedAddress. |
void |
setCountry(java.lang.String c)
Sets the country of the AbstractExtendedAddress. |
void |
setEmail(java.lang.String e)
Sets the email address of the AbstractExtendedAddress. |
void |
setFaxNumber(java.lang.String fn)
Sets the faxNumber of the AbstractExtendedAddress. |
void |
setMobilePhoneNumber(java.lang.String mpn)
Sets the mobile phone number of the AbstractExtendedAddress. |
void |
setPhoneNumber(java.lang.String pn)
Sets the phoneNumber of the AbstractExtendedAddress. |
void |
setPostalCode(java.lang.String pc)
Sets the postal code of the AbstractExtendedAddress. |
void |
setState(java.lang.String s)
Sets the state of the Retailer. |
void |
setStreet(java.lang.String s)
Sets the street of the AbstractExtendedAddress. |
void |
setUrl(java.lang.String u)
Sets the URL of the AbstractExtendedAddress. |
net.sf.json.JSONObject |
toJSON()
Returns a JSON-representation of the AbstractExtendedAddress
. |
| Methods inherited from class org.torweg.pulse.util.entity.AbstractNamableEntity |
|---|
setName |
| Methods inherited from class org.torweg.pulse.util.entity.AbstractNamedEntity |
|---|
getName |
| Methods inherited from class org.torweg.pulse.util.entity.AbstractBasicEntity |
|---|
compareTo, equals, getFullQualifiedClassNameJAXB, getId, hashCode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.torweg.pulse.util.INameable |
|---|
setName |
| Methods inherited from interface org.torweg.pulse.util.INamed |
|---|
getName |
| Constructor Detail |
|---|
public AbstractExtendedAddress()
| Method Detail |
|---|
public final java.lang.String getCountry()
AbstractExtendedAddress.
AbstractExtendedAddresspublic final void setCountry(java.lang.String c)
AbstractExtendedAddress.
c - the country to be setpublic final java.lang.String getContactPerson()
AbstractExtendedAddress.
AbstractExtendedAddresspublic final void setContactPerson(java.lang.String cp)
AbstractExtendedAddress.
cp - the contact person to be setpublic final java.lang.String getStreet()
AbstractExtendedAddress.
AbstractExtendedAddresspublic final void setStreet(java.lang.String s)
AbstractExtendedAddress.
s - the street to be setpublic final java.lang.String getPostalCode()
AbstractExtendedAddress.
AbstractExtendedAddresspublic final void setPostalCode(java.lang.String pc)
AbstractExtendedAddress.
pc - the postal code to be setpublic final java.lang.String getCity()
AbstractExtendedAddress.
AbstractExtendedAddresspublic final void setCity(java.lang.String c)
AbstractExtendedAddress.
c - the city to be setpublic final java.lang.String getPhoneNumber()
AbstractExtendedAddress.
AbstractExtendedAddresspublic final void setPhoneNumber(java.lang.String pn)
AbstractExtendedAddress.
pn - the phone number to be setpublic final java.lang.String getMobilePhoneNumber()
AbstractExtendedAddress.
AbstractExtendedAddresspublic final void setMobilePhoneNumber(java.lang.String mpn)
AbstractExtendedAddress.
mpn - the mobile phone number to be setpublic final java.lang.String getFaxNumber()
AbstractExtendedAddress.
AbstractExtendedAddresspublic final void setFaxNumber(java.lang.String fn)
AbstractExtendedAddress.
fn - the fax number to be setpublic final java.lang.String getEmail()
AbstractExtendedAddress.
AbstractExtendedAddresspublic final void setEmail(java.lang.String e)
AbstractExtendedAddress.
e - the email address to be setpublic final java.lang.String getUrl()
AbstractExtendedAddress.
AbstractExtendedAddresspublic final void setUrl(java.lang.String u)
AbstractExtendedAddress.
u - the URL to be setpublic org.jdom.Element deserializeToJDOM()
AbstractExtendedAddress as a
JDOM Element.
deserializeToJDOM in interface JDOMableAbstractExtendedAddress as a JDOM
Element.public net.sf.json.JSONObject toJSON()
AbstractExtendedAddress
.
JSONObjectpublic final java.lang.String getState()
Retailer.
Retailerpublic final void setState(java.lang.String s)
Retailer.
s - the state to be set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||