|
||||||||||
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.postalcode.PostalCode
public final class PostalCode
An immutable representation of a PostalCodeContract
.
To construct an instance of a PostalCode, use the PostalCode.Builder
class.
PostalCodeContract
,
Serialized FormNested Class Summary | |
---|---|
static class |
PostalCode.Builder
This builder constructs a PostalCode enforcing the constraints of the PostalCodeContract . |
static class |
PostalCode.Cache
|
Method Summary | |
---|---|
String |
getCityName()
This the postal state code for the PostalCode. |
String |
getCode()
The code value for this object. |
String |
getCountryCode()
This the postal country code for the PostalCode. |
String |
getCountyCode()
This the county code for the PostalCode. |
String |
getStateCode()
This the postal state code for the PostalCode. |
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 getCityName()
getCityName
in interface PostalCodeContract
public String getCountryCode()
getCountryCode
in interface PostalCodeContract
public String getStateCode()
getStateCode
in interface PostalCodeContract
public String getCountyCode()
getCountyCode
in interface PostalCodeContract
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 |