|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CountryEbo
TODO: Likely should remove all methods from this interface after KULRICE-7170 is fixed
Method Summary | |
---|---|
String |
getAlternateCode()
An alternative country code to represent a country. |
String |
getCode()
The code value for this object. |
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. |
Methods inherited from interface org.kuali.rice.krad.bo.BusinessObject |
---|
refresh |
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic |
---|
toString |
Method Detail |
---|
String getCode()
This property is required to exist.
An abbreviated String representing the unique identifying code for a given country. This code correlates directly to the alpha-2 country codes from the ISO-3166-1-alpha-2 standard.This property is required to exist.
getCode
in interface Coded
getCode
in interface CountryContract
String getAlternateCode()
This property is optional
getAlternateCode
in interface CountryContract
String getName()
This property is optional
getName
in interface CountryContract
boolean 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 CountryContract
Long getVersionNumber()
getVersionNumber
in interface Versioned
boolean isActive()
isActive
in interface Inactivatable
void setActive(boolean active)
setActive
in interface MutableInactivatable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |