|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CountryContract
Contract for a Country. Country is a basic abstraction over a Country, encapsulating its name, country code, postal code, and if its restricted or not
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. |
boolean |
isRestricted()
Value representing whether a country is restricted. |
Methods inherited from interface org.kuali.rice.core.api.mo.common.Versioned |
---|
getVersionNumber |
Methods inherited from interface org.kuali.rice.core.api.mo.common.active.Inactivatable |
---|
isActive |
Method Detail |
---|
String getCode()
This property is required to exist.
getCode
in interface Coded
String getAlternateCode()
This property is optional
String getName()
This property is optional
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |