|
||||||||||
| 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 | |
|---|---|
private boolean |
active
|
private Country |
country
|
private String |
postalCountryCode
|
private String |
postalStateCode
|
private String |
postalStateName
|
| Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
|---|
extension, versionNumber |
| Constructor Summary | |
|---|---|
StateImpl()
Default no-arg constructor. |
|
| Method Summary | |
|---|---|
String |
getCodeAndDescription()
|
Country |
getCountry()
Gets the country attribute. |
String |
getPostalCountryCode()
Gets the postalCountryCode attribute. |
String |
getPostalStateCode()
Gets the postalStateCode attribute. |
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(String postalCountryCode)
Sets the postalCountryCode attribute value. |
void |
setPostalStateCode(String postalStateCode)
Sets the postalStateCode attribute. |
void |
setPostalStateName(String postalStateName)
Sets the postalStateName attribute. |
protected 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 |
| Field Detail |
|---|
private String postalCountryCode
private String postalStateCode
private String postalStateName
private boolean active
private Country country
| Constructor Detail |
|---|
public StateImpl()
| Method Detail |
|---|
public String getPostalStateCode()
getPostalStateCode in interface Statepublic void setPostalStateCode(String postalStateCode)
setPostalStateCode in interface StatepostalStateCode - The postalStateCode to set.public String getPostalStateName()
getPostalStateName in interface Statepublic void setPostalStateName(String postalStateName)
setPostalStateName in interface StatepostalStateName - The postalStateName to set.public String getCodeAndDescription()
getCodeAndDescription in interface Stateprotected LinkedHashMap toStringMapper()
toStringMapper in class BusinessObjectBaseBusinessObjectBase.toStringMapper()public boolean isActive()
isActive in interface InactivateableisActive in interface Statepublic void setActive(boolean active)
setActive in interface InactivateablesetActive in interface Stateactive - The active to set.public String getPostalCountryCode()
getPostalCountryCode in interface Statepublic void setPostalCountryCode(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 | |||||||||