| |
|
| org.kuali.core.bo.PersistableBusinessObjectBase org.kuali.kfs.bo.Country
Constructor Summary | |
public | Country() Default no-arg constructor. |
Country | public Country()(Code) | | Default no-arg constructor.
|
getPostalCountryCode | public String getPostalCountryCode()(Code) | | Returns the postalCountryCode |
getPostalCountryName | public String getPostalCountryName()(Code) | | Returns the postalCountryName |
isPostalCountryRestrictedIndicator | public boolean isPostalCountryRestrictedIndicator()(Code) | | Gets the postalCountryRestrictedIndicator attribute.
Returns the postalCountryRestrictedIndicator. |
setPostalCountryCode | public void setPostalCountryCode(String postalCountryCode)(Code) | | Parameters: postalCountryCode - - The postalCountryCode to set |
setPostalCountryName | public void setPostalCountryName(String postalCountryName)(Code) | | Parameters: postalCountryName - - The postalCountryName to set |
setPostalCountryRestrictedIndicator | public void setPostalCountryRestrictedIndicator(boolean postalCountryRestrictedIndicator)(Code) | | Sets the postalCountryRestrictedIndicator attribute value.
Parameters: postalCountryRestrictedIndicator - The postalCountryRestrictedIndicator to set. |
Fields inherited from org.kuali.core.bo.PersistableBusinessObjectBase | protected Long versionNumber(Code)(Java Doc)
|
|
|
|