|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.core.api.mo.AbstractDataTransferObject org.kuali.rice.location.api.county.County
public final class County
An immutable representation of a CountyContract
.
To construct an instance of a County, use the County.Builder
class.
CountyContract
,
Serialized FormNested Class Summary | |
---|---|
static class |
County.Builder
This builder constructs an County enforcing the constraints of the CountyContract . |
static class |
County.Cache
|
Method Summary | |
---|---|
String |
getCode()
The code value for this object. |
String |
getCountryCode()
This the postal country code for the County. |
String |
getName()
This the name for the County. |
String |
getStateCode()
This the postal state code for the County. |
Long |
getVersionNumber()
Returns the version number for this object. |
boolean |
isActive()
The active indicator for an object. |
Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject |
---|
afterUnmarshal, beforeUnmarshal, equals, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public String getCode()
getCode
in interface Coded
public String getName()
getName
in interface CountyContract
public String getCountryCode()
getCountryCode
in interface CountyContract
public String getStateCode()
getStateCode
in interface CountyContract
public boolean isActive()
isActive
in interface Inactivatable
public Long getVersionNumber()
getVersionNumber
in interface Versioned
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |