public interface CountryContract extends Versioned, Inactivatable, Coded
Modifier and Type | Method and Description |
---|---|
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.
|
getVersionNumber
isActive
String getCode()
This property is required to exist.
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.
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.