org.kuali.rice.kns.bo
Interface PostalCode

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

public interface PostalCode
extends ExternalizableBusinessObject


Method Summary
 Country getCountry()
          Gets the country attribute.
 County getCounty()
          Gets the county attribute.
 String getCountyCode()
           
 String getPostalCityName()
          Gets the postalCityName attribute.
 String getPostalCode()
          Gets the postalCode attribute.
 String getPostalCountryCode()
          Gets the postalCountryCode attribute.
 String getPostalStateCode()
          Gets the postalStateCode attribute.
 State getState()
          Gets the state 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 setCounty(County county)
          Sets the county attribute value.
 void setCountyCode(String countyCode)
           
 void setPostalCityName(String postalCityName)
          Sets the postalCityName attribute.
 void setPostalCode(String postalCode)
          Sets the postalCode attribute.
 void setPostalCountryCode(String postalCountryCode)
          Sets the postalCountryCode attribute value.
 void setPostalStateCode(String postalStateCode)
          Sets the postalStateCode attribute.
 void setState(State state)
          Sets the state attribute value.
 
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject
prepareForWorkflow, refresh
 

Method Detail

getPostalCode

String getPostalCode()
Gets the postalCode attribute.

Returns:
Returns the postalCode

setPostalCode

void setPostalCode(String postalCode)
Sets the postalCode attribute.

Parameters:
postalCode - The postalCode to set.

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.

getPostalCityName

String getPostalCityName()
Gets the postalCityName attribute.

Returns:
Returns the postalCityName

setPostalCityName

void setPostalCityName(String postalCityName)
Sets the postalCityName attribute.

Parameters:
postalCityName - The postalCityName to set.

getState

State getState()
Gets the state attribute.

Returns:
Returns the state.

setState

void setState(State state)
Sets the state attribute value.

Parameters:
state - The state to set.

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.

getCountyCode

String getCountyCode()

setCountyCode

void setCountyCode(String countyCode)

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.

getCounty

County getCounty()
Gets the county attribute.

Returns:
Returns the county.

setCounty

void setCounty(County county)
Sets the county attribute value.

Parameters:
county - The county to set.


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