org.kuali.rice.kns.bo
Interface County

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

public interface County
extends ExternalizableBusinessObject


Method Summary
 Country getCountry()
          Gets the country attribute.
 String getCountyCode()
           
 String getCountyName()
           
 String getPostalCountryCode()
          Gets the postalCountryCode attribute.
 State getState()
           
 String getStateCode()
           
 boolean isActive()
           
 void setActive(boolean active)
           
 void setCountry(Country country)
          Sets the country attribute value.
 void setCountyCode(String countyCode)
           
 void setCountyName(String countName)
           
 void setPostalCountryCode(String postalCountryCode)
          Sets the postalCountryCode attribute value.
 void setState(State state)
           
 void setStateCode(String stateCode)
           
 
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject
prepareForWorkflow, refresh
 

Method Detail

getState

State getState()

setState

void setState(State state)

isActive

boolean isActive()

setActive

void setActive(boolean active)

getCountyName

String getCountyName()

setCountyName

void setCountyName(String countName)

getCountyCode

String getCountyCode()

setCountyCode

void setCountyCode(String countyCode)

getStateCode

String getStateCode()

setStateCode

void setStateCode(String stateCode)

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.