|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 State
public void setPostalStateCode(java.lang.String postalStateCode)
setPostalStateCode
in interface State
postalStateCode
- The postalStateCode to set.public java.lang.String getPostalStateName()
getPostalStateName
in interface State
public void setPostalStateName(java.lang.String postalStateName)
setPostalStateName
in interface State
postalStateName
- The postalStateName to set.public java.lang.String getCodeAndDescription()
getCodeAndDescription
in interface State
protected java.util.LinkedHashMap toStringMapper()
toStringMapper
in class BusinessObjectBase
BusinessObjectBase.toStringMapper()
public boolean isActive()
isActive
in interface org.kuali.rice.kns.bo.Inactivateable
isActive
in interface State
public void setActive(boolean active)
setActive
in interface org.kuali.rice.kns.bo.Inactivateable
setActive
in interface State
active
- The active to set.public java.lang.String getPostalCountryCode()
getPostalCountryCode
in interface State
public void setPostalCountryCode(java.lang.String postalCountryCode)
setPostalCountryCode
in interface State
postalCountryCode
- The postalCountryCode to set.public Country getCountry()
getCountry
in interface State
public void setCountry(Country country)
setCountry
in interface State
country
- The country to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |