public interface StateEbo extends StateContract, ExternalizableBusinessObject, MutableInactivatable
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
The code value for this object.
|
String |
getCountryCode()
This the postal country code for the State.
|
String |
getName()
This the postal name for the State.
|
Long |
getVersionNumber()
Returns the version number for this object.
|
boolean |
isActive()
The active indicator for an object.
|
void |
setActive(boolean active)
Sets the record to active or inactive.
|
refreshtoStringString getCode()
String getName()
getName in interface StateContractString getCountryCode()
getCountryCode in interface StateContractboolean isActive()
isActive in interface Inactivatablevoid setActive(boolean active)
setActive in interface MutableInactivatableLong getVersionNumber()
getVersionNumber in interface VersionedCopyright © 2005–2016 The Kuali Foundation. All rights reserved.