|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.ofx4j.domain.data.common.Payee
public class Payee
Constructor Summary | |
---|---|
Payee()
|
Method Summary | |
---|---|
java.lang.String |
getAddress1()
The address of the payee. |
java.lang.String |
getAddress2()
The address of the payee. |
java.lang.String |
getAddress3()
The address of the payee. |
java.lang.String |
getCity()
The city of the payee. |
java.lang.String |
getCountry()
The country code for this payee. |
java.lang.String |
getName()
The name of the payee. |
java.lang.String |
getPhone()
The phone number. |
java.lang.String |
getState()
The state of this payee. |
java.lang.String |
getZip()
The postal code of this payee. |
void |
setAddress1(java.lang.String address1)
The address of the payee. |
void |
setAddress2(java.lang.String address2)
The address of the payee. |
void |
setAddress3(java.lang.String address3)
The address of the payee. |
void |
setCity(java.lang.String city)
The city of the payee. |
void |
setCountry(java.lang.String country)
The country code for this payee. |
void |
setName(java.lang.String name)
The name of the payee. |
void |
setPhone(java.lang.String phone)
The phone number. |
void |
setState(java.lang.String state)
The state of this payee. |
void |
setZip(java.lang.String zip)
The postal code of this payee. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Payee()
Method Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String name)
name
- The name of the payee.public java.lang.String getAddress1()
public void setAddress1(java.lang.String address1)
address1
- The address of the payee.public java.lang.String getAddress2()
public void setAddress2(java.lang.String address2)
address2
- The address of the payee.public java.lang.String getAddress3()
public void setAddress3(java.lang.String address3)
address3
- The address of the payee.public java.lang.String getCity()
public void setCity(java.lang.String city)
city
- The city of the payee.public java.lang.String getState()
public void setState(java.lang.String state)
state
- The state of this payee.public java.lang.String getZip()
public void setZip(java.lang.String zip)
zip
- The postal code of this payee.public java.lang.String getCountry()
Locale.getISO3Country()
public void setCountry(java.lang.String country)
country
- The country code for this payee.public java.lang.String getPhone()
public void setPhone(java.lang.String phone)
phone
- The phone number.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |