org.kuali.rice.kns.bo
Interface State

All Superinterfaces:
BusinessObject, ExternalizableBusinessObject, Serializable
All Known Implementing Classes:
StateImpl

public interface State
extends ExternalizableBusinessObject


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.
 
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject
prepareForWorkflow, refresh
 

Method Detail

getPostalStateCode

String getPostalStateCode()
Gets the postalStateCode attribute.

Returns:
Returns the postalStateCode

setPostalStateCode

void setPostalStateCode(String postalStateCode)
Sets the postalStateCode attribute.

Parameters:
postalStateCode - The postalStateCode to set.

getPostalStateName

String getPostalStateName()
Gets the postalStateName attribute.

Returns:
Returns the postalStateName

setPostalStateName

void setPostalStateName(String postalStateName)
Sets the postalStateName attribute.

Parameters:
postalStateName - The postalStateName to set.

getCodeAndDescription

String getCodeAndDescription()
Returns:
Returns the code and description in format: xx - xxxxxxxxxxxxxxxx

isActive

boolean isActive()
Gets the active attribute.

Returns:
Returns the active.

setActive

void setActive(boolean active)
Sets the active attribute value.

Parameters:
active - The active to set.

getPostalCountryCode

String getPostalCountryCode()
Gets the postalCountryCode attribute.

Returns:
Returns the postalCountryCode.

setPostalCountryCode

void setPostalCountryCode(String postalCountryCode)
Sets the postalCountryCode attribute value.

Parameters:
postalCountryCode - The postalCountryCode to set.

getCountry

Country getCountry()
Gets the country attribute.

Returns:
Returns the country.

setCountry

void setCountry(Country country)
Sets the country attribute value.

Parameters:
country - The country to set.


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.