|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PostalCode
Method Summary | |
---|---|
Country |
getCountry()
Gets the country attribute. |
County |
getCounty()
Gets the county attribute. |
String |
getCountyCode()
|
String |
getPostalCityName()
Gets the postalCityName attribute. |
String |
getPostalCode()
Gets the postalCode attribute. |
String |
getPostalCountryCode()
Gets the postalCountryCode attribute. |
String |
getPostalStateCode()
Gets the postalStateCode attribute. |
State |
getState()
Gets the state attribute. |
boolean |
isActive()
Gets the active attribute. |
void |
setActive(boolean active)
Sets the active attribute value. |
void |
setCountry(Country country)
Sets the country attribute value. |
void |
setCounty(County county)
Sets the county attribute value. |
void |
setCountyCode(String countyCode)
|
void |
setPostalCityName(String postalCityName)
Sets the postalCityName attribute. |
void |
setPostalCode(String postalCode)
Sets the postalCode attribute. |
void |
setPostalCountryCode(String postalCountryCode)
Sets the postalCountryCode attribute value. |
void |
setPostalStateCode(String postalStateCode)
Sets the postalStateCode attribute. |
void |
setState(State state)
Sets the state attribute value. |
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject |
---|
prepareForWorkflow, refresh |
Method Detail |
---|
String getPostalCode()
void setPostalCode(String postalCode)
postalCode
- The postalCode to set.String getPostalStateCode()
void setPostalStateCode(String postalStateCode)
postalStateCode
- The postalStateCode to set.String getPostalCityName()
void setPostalCityName(String postalCityName)
postalCityName
- The postalCityName to set.State getState()
void setState(State state)
state
- The state to set.boolean isActive()
void setActive(boolean active)
active
- The active to set.String getCountyCode()
void setCountyCode(String countyCode)
String getPostalCountryCode()
void setPostalCountryCode(String postalCountryCode)
postalCountryCode
- The postalCountryCode to set.Country getCountry()
void setCountry(Country country)
country
- The country to set.County getCounty()
void setCounty(County county)
county
- The county to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |