Constructor and Description |
---|
Address() |
Address(String street1,
String street2,
String city,
String state,
String postalCode,
String country,
Date effectiveDate) |
Modifier and Type | Method and Description |
---|---|
String |
getCity() |
String |
getCountry() |
Date |
getEffectiveDate() |
String |
getPostalCode() |
String |
getState() |
String |
getStreet1() |
String |
getStreet2() |
void |
setCity(String city) |
void |
setCountry(String country) |
void |
setEffectiveDate(Date effectiveDate) |
void |
setPostalCode(String postalCode) |
void |
setState(String state) |
void |
setStreet1(String street1) |
void |
setStreet2(String street2) |
public Address()
public String getStreet1()
public void setStreet1(String street1)
street1
- the street1 to setpublic String getStreet2()
public void setStreet2(String street2)
street2
- the street2 to setpublic String getPostalCode()
public void setPostalCode(String postalCode)
postalCode
- the postalCode to setpublic String getCountry()
public void setCountry(String country)
country
- the country to setpublic Date getEffectiveDate()
public void setEffectiveDate(Date effectiveDate)
effectiveDate
- the effectiveDate to setCopyright © 2005–2016 The Kuali Foundation. All rights reserved.