|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.borg.model.entity.KeyedEntity<Address>
net.sf.borg.model.entity.Address
public class Address
The Address Entity
Constructor Summary | |
---|---|
Address()
|
Method Summary | |
---|---|
protected Address |
clone()
|
Date |
getBirthday()
Gets the birthday. |
String |
getCity()
Gets the city. |
String |
getCompany()
Gets the company. |
String |
getCountry()
Gets the country. |
String |
getEmail()
Gets the email. |
String |
getFax()
Gets the fax. |
String |
getFirstName()
Gets the first name. |
String |
getHomePhone()
Gets the home phone. |
String |
getLastName()
Gets the last name. |
String |
getNickname()
Gets the nickname. |
String |
getNotes()
Gets the notes. |
String |
getPager()
Gets the pager. |
String |
getScreenName()
Gets the screen name. |
String |
getState()
Gets the state. |
String |
getStreetAddress()
Gets the street address. |
String |
getWebPage()
Gets the web page. |
String |
getWorkCity()
Gets the work city. |
String |
getWorkCountry()
Gets the work country. |
String |
getWorkPhone()
Gets the work phone. |
String |
getWorkState()
Gets the work state. |
String |
getWorkStreetAddress()
Gets the work street address. |
String |
getWorkZip()
Gets the work zip. |
String |
getZip()
Gets the zip. |
void |
setBirthday(Date xx)
Sets the birthday. |
void |
setCity(String xx)
Sets the city. |
void |
setCompany(String xx)
Sets the company. |
void |
setCountry(String xx)
Sets the country. |
void |
setEmail(String xx)
Sets the email. |
void |
setFax(String xx)
Sets the fax. |
void |
setFirstName(String xx)
Sets the first name. |
void |
setHomePhone(String xx)
Sets the home phone. |
void |
setLastName(String xx)
Sets the last name. |
void |
setNickname(String xx)
Sets the nickname. |
void |
setNotes(String xx)
Sets the notes. |
void |
setPager(String xx)
Sets the pager. |
void |
setScreenName(String xx)
Sets the screen name. |
void |
setState(String xx)
Sets the state. |
void |
setStreetAddress(String xx)
Sets the street address. |
void |
setWebPage(String xx)
Sets the web page. |
void |
setWorkCity(String xx)
Sets the work city. |
void |
setWorkCountry(String xx)
Sets the work country. |
void |
setWorkPhone(String xx)
Sets the work phone. |
void |
setWorkState(String xx)
Sets the work state. |
void |
setWorkStreetAddress(String xx)
Sets the work street address. |
void |
setWorkZip(String xx)
Sets the work zip. |
void |
setZip(String xx)
Sets the zip. |
Methods inherited from class net.sf.borg.model.entity.KeyedEntity |
---|
copy, getKey, setKey |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Address()
Method Detail |
---|
public String getFirstName()
public void setFirstName(String xx)
xx
- the new first namepublic String getLastName()
public void setLastName(String xx)
xx
- the new last namepublic String getNickname()
public void setNickname(String xx)
xx
- the new nicknamepublic String getEmail()
public void setEmail(String xx)
xx
- the new emailpublic String getScreenName()
public void setScreenName(String xx)
xx
- the new screen namepublic String getWorkPhone()
public void setWorkPhone(String xx)
xx
- the new work phonepublic String getHomePhone()
public void setHomePhone(String xx)
xx
- the new home phonepublic String getFax()
public void setFax(String xx)
xx
- the new faxpublic String getPager()
public void setPager(String xx)
xx
- the new pagerpublic String getStreetAddress()
public void setStreetAddress(String xx)
xx
- the new street addresspublic String getCity()
public void setCity(String xx)
xx
- the new citypublic String getState()
public void setState(String xx)
xx
- the new statepublic String getZip()
public void setZip(String xx)
xx
- the new zippublic String getCountry()
public void setCountry(String xx)
xx
- the new countrypublic String getCompany()
public void setCompany(String xx)
xx
- the new companypublic String getWorkStreetAddress()
public void setWorkStreetAddress(String xx)
xx
- the new work street addresspublic String getWorkCity()
public void setWorkCity(String xx)
xx
- the new work citypublic String getWorkState()
public void setWorkState(String xx)
xx
- the new work statepublic String getWorkZip()
public void setWorkZip(String xx)
xx
- the new work zippublic String getWorkCountry()
public void setWorkCountry(String xx)
xx
- the new work countrypublic String getWebPage()
public void setWebPage(String xx)
xx
- the new web pagepublic String getNotes()
public void setNotes(String xx)
xx
- the new notespublic Date getBirthday()
public void setBirthday(Date xx)
xx
- the new birthdayprotected Address clone()
clone
in class KeyedEntity<Address>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |