|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Country
Method Summary | |
---|---|
java.lang.String |
getAlternatePostalCountryCode()
|
java.lang.String |
getPostalCountryCode()
|
java.lang.String |
getPostalCountryName()
|
boolean |
isActive()
Gets the active attribute. |
boolean |
isPostalCountryRestrictedIndicator()
Gets the postalCountryRestrictedIndicator attribute. |
void |
setActive(boolean active)
Sets the active attribute value. |
void |
setAlternatePostalCountryCode(java.lang.String alternatePostalCountryCode)
|
void |
setPostalCountryCode(java.lang.String postalCountryCode)
|
void |
setPostalCountryName(java.lang.String postalCountryName)
|
void |
setPostalCountryRestrictedIndicator(boolean postalCountryRestrictedIndicator)
Sets the postalCountryRestrictedIndicator attribute value. |
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject |
---|
prepareForWorkflow, refresh |
Method Detail |
---|
void setPostalCountryCode(java.lang.String postalCountryCode)
postalCountryCode
- - The postalCountryCode to setjava.lang.String getPostalCountryCode()
void setAlternatePostalCountryCode(java.lang.String alternatePostalCountryCode)
alternatePostalCountryCode
- - The alternatePostalCountryCode to setjava.lang.String getAlternatePostalCountryCode()
void setPostalCountryName(java.lang.String postalCountryName)
postalCountryName
- - The postalCountryName to setjava.lang.String getPostalCountryName()
boolean isPostalCountryRestrictedIndicator()
void setPostalCountryRestrictedIndicator(boolean postalCountryRestrictedIndicator)
postalCountryRestrictedIndicator
- The postalCountryRestrictedIndicator to set.boolean isActive()
void setActive(boolean active)
active
- The active to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |