|
||||||||||
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()
An abbreviated String representing the unique identifying code for a given country. |
String |
getName()
A full, familiar, name of a country. |
Long |
getVersionNumber()
This the object version number for Country. |
boolean |
isActive()
Value representing whether or not a country is active or not. |
boolean |
isRestricted()
Value representing whether a country is restricted. |
Method Detail |
---|
String getCode()
This property is required to exist.
String getAlternateCode()
This property is optional
String getName()
This property is optional
boolean isActive()
org.kuali.rice.kns.bo.Inactivateable
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.
Long getVersionNumber()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |