| |
|
| org.kuali.core.bo.PersistableBusinessObjectBase org.kuali.kfs.bo.State
Constructor Summary | |
public | State() Default no-arg constructor. |
State | public State()(Code) | | Default no-arg constructor.
|
getCodeAndDescription | public String getCodeAndDescription()(Code) | | Returns the code and description in format: xx - xxxxxxxxxxxxxxxx |
getPostalStateCode | public String getPostalStateCode()(Code) | | Gets the postalStateCode attribute.
Returns the postalStateCode |
getPostalStateName | public String getPostalStateName()(Code) | | Gets the postalStateName attribute.
Returns the postalStateName |
setPostalStateCode | public void setPostalStateCode(String postalStateCode)(Code) | | Sets the postalStateCode attribute.
Parameters: postalStateCode - The postalStateCode to set. |
setPostalStateName | public void setPostalStateName(String postalStateName)(Code) | | Sets the postalStateName attribute.
Parameters: postalStateName - The postalStateName to set. |
Fields inherited from org.kuali.core.bo.PersistableBusinessObjectBase | protected Long versionNumber(Code)(Java Doc)
|
|
|
|