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.
|
refresh
toString
String getCode()
String getName()
getName
in interface StateContract
String getCountryCode()
getCountryCode
in interface StateContract
boolean isActive()
isActive
in interface Inactivatable
void setActive(boolean active)
setActive
in interface MutableInactivatable
Long getVersionNumber()
getVersionNumber
in interface Versioned
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.