|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface County
Method Summary | |
---|---|
Country |
getCountry()
Gets the country attribute. |
String |
getCountyCode()
|
String |
getCountyName()
|
String |
getPostalCountryCode()
Gets the postalCountryCode attribute. |
State |
getState()
|
String |
getStateCode()
|
boolean |
isActive()
|
void |
setActive(boolean active)
|
void |
setCountry(Country country)
Sets the country attribute value. |
void |
setCountyCode(String countyCode)
|
void |
setCountyName(String countName)
|
void |
setPostalCountryCode(String postalCountryCode)
Sets the postalCountryCode attribute value. |
void |
setState(State state)
|
void |
setStateCode(String stateCode)
|
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject |
---|
prepareForWorkflow, refresh |
Method Detail |
---|
State getState()
void setState(State state)
boolean isActive()
void setActive(boolean active)
String getCountyName()
void setCountyName(String countName)
String getCountyCode()
void setCountyCode(String countyCode)
String getStateCode()
void setStateCode(String stateCode)
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 |