org.kuali.rice.kns.bo
Interface Country

All Superinterfaces:
org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.ExternalizableBusinessObject, java.io.Serializable
All Known Implementing Classes:
CountryImpl

public interface Country
extends org.kuali.rice.kns.bo.ExternalizableBusinessObject


Method Summary
 java.lang.String getAlternatePostalCountryCode()
           
 java.lang.String getPostalCountryCode()
           
 java.lang.String getPostalCountryName()
           
 boolean isActive()
          Gets the active attribute.
 boolean isPostalCountryRestrictedIndicator()
          Gets the postalCountryRestrictedIndicator attribute.
 void setActive(boolean active)
          Sets the active attribute value.
 void setAlternatePostalCountryCode(java.lang.String alternatePostalCountryCode)
           
 void setPostalCountryCode(java.lang.String postalCountryCode)
           
 void setPostalCountryName(java.lang.String postalCountryName)
           
 void setPostalCountryRestrictedIndicator(boolean postalCountryRestrictedIndicator)
          Sets the postalCountryRestrictedIndicator attribute value.
 
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject
prepareForWorkflow, refresh
 

Method Detail

setPostalCountryCode

void setPostalCountryCode(java.lang.String postalCountryCode)
Parameters:
postalCountryCode - - The postalCountryCode to set

getPostalCountryCode

java.lang.String getPostalCountryCode()
Returns:
Returns the postalCountryCode

setAlternatePostalCountryCode

void setAlternatePostalCountryCode(java.lang.String alternatePostalCountryCode)
Parameters:
alternatePostalCountryCode - - The alternatePostalCountryCode to set

getAlternatePostalCountryCode

java.lang.String getAlternatePostalCountryCode()
Returns:
Returns the alternatePostalCountryCode

setPostalCountryName

void setPostalCountryName(java.lang.String postalCountryName)
Parameters:
postalCountryName - - The postalCountryName to set

getPostalCountryName

java.lang.String getPostalCountryName()
Returns:
Returns the postalCountryName

isPostalCountryRestrictedIndicator

boolean isPostalCountryRestrictedIndicator()
Gets the postalCountryRestrictedIndicator attribute.

Returns:
Returns the postalCountryRestrictedIndicator.

setPostalCountryRestrictedIndicator

void setPostalCountryRestrictedIndicator(boolean postalCountryRestrictedIndicator)
Sets the postalCountryRestrictedIndicator attribute value.

Parameters:
postalCountryRestrictedIndicator - The postalCountryRestrictedIndicator 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.


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