public interface PostalCodeEbo extends PostalCodeContract, ExternalizableBusinessObject, MutableInactivatable
Modifier and Type | Method and Description |
---|---|
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.
|
void |
setActive(boolean active)
Sets the record to active or inactive.
|
refresh
toString
String getCountryCode()
getCountryCode
in interface PostalCodeContract
String getStateCode()
getStateCode
in interface PostalCodeContract
String getCityName()
getCityName
in interface PostalCodeContract
String getCountyCode()
getCountyCode
in interface PostalCodeContract
String getCode()
Long getVersionNumber()
getVersionNumber
in interface Versioned
boolean isActive()
isActive
in interface Inactivatable
void setActive(boolean active)
setActive
in interface MutableInactivatable
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.