|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface State
Method Summary | |
---|---|
String |
getCodeAndDescription()
|
Country |
getCountry()
Gets the country attribute. |
String |
getPostalCountryCode()
Gets the postalCountryCode attribute. |
String |
getPostalStateCode()
Gets the postalStateCode attribute. |
String |
getPostalStateName()
Gets the postalStateName 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 |
setPostalCountryCode(String postalCountryCode)
Sets the postalCountryCode attribute value. |
void |
setPostalStateCode(String postalStateCode)
Sets the postalStateCode attribute. |
void |
setPostalStateName(String postalStateName)
Sets the postalStateName attribute. |
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject |
---|
prepareForWorkflow, refresh |
Method Detail |
---|
String getPostalStateCode()
void setPostalStateCode(String postalStateCode)
postalStateCode
- The postalStateCode to set.String getPostalStateName()
void setPostalStateName(String postalStateName)
postalStateName
- The postalStateName to set.String getCodeAndDescription()
boolean isActive()
void setActive(boolean active)
active
- The active to set.String getPostalCountryCode()
void setPostalCountryCode(String postalCountryCode)
postalCountryCode
- The postalCountryCode to set.Country getCountry()
void setCountry(Country country)
country
- The country to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |