|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.security.idm.Address
public class Address
Address represents an object to model the Address information associated with an Identity. It contains the basic information. Depending on your application needs, you can extends this class to add more Address specific information
Constructor Summary | |
---|---|
Address()
Initializes the Address object |
|
Address(java.lang.String street,
java.lang.String city,
java.lang.String state,
java.lang.String postalCode,
java.lang.String country)
Initializes the Address object |
Method Summary | |
---|---|
java.lang.String |
getCity()
Returns the city information |
java.lang.String |
getCountry()
Returns country information |
java.lang.String |
getPostalCode()
Returns postalCode/zip information |
java.lang.String |
getState()
Returns the state information |
java.lang.String |
getStreet()
Returns the street information |
void |
setCity(java.lang.String city)
Sets the city information |
void |
setCountry(java.lang.String country)
Sets country information |
void |
setPostalCode(java.lang.String postalCode)
Sets postalCode/zip information |
void |
setState(java.lang.String state)
Sets the state information |
void |
setStreet(java.lang.String street)
Sets the street information |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Address()
public Address(java.lang.String street, java.lang.String city, java.lang.String state, java.lang.String postalCode, java.lang.String country)
street
- city
- state
- postalCode
- country
- Method Detail |
---|
public java.lang.String getStreet()
public void setStreet(java.lang.String street)
street
- street informationpublic java.lang.String getCity()
public void setCity(java.lang.String city)
city
- city informationpublic java.lang.String getState()
public void setState(java.lang.String state)
state
- state informationpublic java.lang.String getCountry()
public void setCountry(java.lang.String country)
country
- country informationpublic java.lang.String getPostalCode()
public void setPostalCode(java.lang.String postalCode)
postalCode
- postalCode/zip information
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |