public interface CountryEbo extends CountryContract, org.kuali.rice.krad.bo.ExternalizableBusinessObject, org.kuali.rice.core.api.mo.common.active.MutableInactivatable
| Modifier and Type | Method and Description |
|---|---|
String |
getAlternateCode()
An alternative country code to represent a country.
|
String |
getCode()
An abbreviated String representing the unique identifying code for a given country.
|
String |
getName()
A full, familiar, name of a country.
|
Long |
getVersionNumber()
Returns the version number for this object.
|
boolean |
isActive()
The active indicator for an object.
|
boolean |
isRestricted()
Value representing whether a country is restricted.
|
void |
setActive(boolean active)
Sets the record to active or inactive.
|
String getCode()
This property is required to exist.
getCode in interface org.kuali.rice.core.api.mo.common.CodedgetCode in interface CountryContractString getAlternateCode()
This property is optional
getAlternateCode in interface CountryContractString getName()
This property is optional
getName in interface CountryContractboolean isRestricted()
The meaning of restricted for a country varies depending upon the implementer - for instance if a country may not be used in the address of a Vendor.
The default value of this property is false.
isRestricted in interface CountryContractLong getVersionNumber()
getVersionNumber in interface org.kuali.rice.core.api.mo.common.Versionedboolean isActive()
isActive in interface org.kuali.rice.core.api.mo.common.active.Inactivatablevoid setActive(boolean active)
setActive in interface org.kuali.rice.core.api.mo.common.active.MutableInactivatableCopyright © 2005–2016 The Kuali Foundation. All rights reserved.