|
SigPath | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sigpath.user.Address
public class Address
Address class that represents an address to which a SigPath Affiliation is attached encapsulates the all Address properties
| Field Summary | |
|---|---|
protected String |
address1
|
protected String |
address2
|
protected String |
city
|
protected String |
country
|
protected String |
state
|
protected String |
zip
|
| Constructor Summary | |
|---|---|
Address()
Constructor (default with no values or parameters) |
|
| Method Summary | |
|---|---|
String |
getAddress1()
Returns the first line of the Street Name of the address |
String |
getAddress2()
Returns the second line of the Street Name of the address |
String |
getCity()
Returns the city of the address |
String |
getCountry()
Returns the country of the address |
String |
getState()
Returns the state of the address |
String |
getZip()
Returns the zip of the address |
void |
setAddress1(String address1)
Sets the first line of the StreetName of the Address |
void |
setAddress2(String address2)
Sets the second line of the StreetName of the Address |
void |
setCity(String city)
Sets the city of the Address |
void |
setCountry(String country)
Sets the country of the Address |
void |
setState(String state)
Sets the state of the Address |
void |
setZip(String zip)
Sets the zip of the Address |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String address1
protected String address2
protected String city
protected String state
protected String zip
protected String country
| Constructor Detail |
|---|
public Address()
| Method Detail |
|---|
public String getAddress1()
public void setAddress1(String address1)
address1 - String value of Address1 of the Addresspublic String getAddress2()
public void setAddress2(String address2)
address2 - String value of Address2 of the Addresspublic String getCity()
public void setCity(String city)
city - String value of city of the Addresspublic String getState()
public void setState(String state)
state - String value of state of the Addresspublic String getZip()
public void setZip(String zip)
zip - String value of zip of the Addresspublic String getCountry()
public void setCountry(String country)
country - String value of country of the Address
|
SigPath | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||