|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
org.kuali.rice.kns.bo.StateImpl
public class StateImpl
| Field Summary |
|---|
| Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
|---|
extension, versionNumber |
| Constructor Summary | |
|---|---|
StateImpl()
Default no-arg constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getCodeAndDescription()
|
Country |
getCountry()
Gets the country attribute. |
java.lang.String |
getPostalCountryCode()
Gets the postalCountryCode attribute. |
java.lang.String |
getPostalStateCode()
Gets the postalStateCode attribute. |
java.lang.String |
getPostalStateName()
Gets the postalStateName attribute. |
boolean |
isActive()
Gets the active attribute. |
void |
setActive(boolean active)
Sets the active attribute value. |
void |
setCountry(Country country)
Sets the country attribute value. |
void |
setPostalCountryCode(java.lang.String postalCountryCode)
Sets the postalCountryCode attribute value. |
void |
setPostalStateCode(java.lang.String postalStateCode)
Sets the postalStateCode attribute. |
void |
setPostalStateName(java.lang.String postalStateName)
Sets the postalStateName attribute. |
protected java.util.LinkedHashMap |
toStringMapper()
|
| Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase |
|---|
prepareForWorkflow, toString, toStringBuilder |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject |
|---|
prepareForWorkflow, refresh |
| Constructor Detail |
|---|
public StateImpl()
| Method Detail |
|---|
public java.lang.String getPostalStateCode()
getPostalStateCode in interface Statepublic void setPostalStateCode(java.lang.String postalStateCode)
setPostalStateCode in interface StatepostalStateCode - The postalStateCode to set.public java.lang.String getPostalStateName()
getPostalStateName in interface Statepublic void setPostalStateName(java.lang.String postalStateName)
setPostalStateName in interface StatepostalStateName - The postalStateName to set.public java.lang.String getCodeAndDescription()
getCodeAndDescription in interface Stateprotected java.util.LinkedHashMap toStringMapper()
toStringMapper in class BusinessObjectBaseBusinessObjectBase.toStringMapper()public boolean isActive()
isActive in interface org.kuali.rice.kns.bo.InactivateableisActive in interface Statepublic void setActive(boolean active)
setActive in interface org.kuali.rice.kns.bo.InactivateablesetActive in interface Stateactive - The active to set.public java.lang.String getPostalCountryCode()
getPostalCountryCode in interface Statepublic void setPostalCountryCode(java.lang.String postalCountryCode)
setPostalCountryCode in interface StatepostalCountryCode - The postalCountryCode to set.public Country getCountry()
getCountry in interface Statepublic void setCountry(Country country)
setCountry in interface Statecountry - The country to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||