public final class State extends AbstractDataTransferObject implements StateContract
StateContract
,
Serialized FormModifier and Type | Class and Description |
---|---|
static class |
State.Builder
This builder constructs a State enforcing the constraints of the
StateContract . |
static class |
State.Cache |
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.
|
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString
public String getCode()
public String getName()
getName
in interface StateContract
public String getCountryCode()
getCountryCode
in interface StateContract
public boolean isActive()
isActive
in interface Inactivatable
public Long getVersionNumber()
getVersionNumber
in interface Versioned
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.