org.kuali.rice.location.api.county
Interface CountyContract

All Superinterfaces:
Coded, Inactivatable, Versioned
All Known Subinterfaces:
CountyEbo
All Known Implementing Classes:
County, County.Builder

public interface CountyContract
extends Inactivatable, Versioned, Coded

This is the contract for a State.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Method Summary
 String getCountryCode()
          This the postal country code for the County.
 String getName()
          This the name for the County.
 String getStateCode()
          This the postal state code for the County.
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.active.Inactivatable
isActive
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.Versioned
getVersionNumber
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.Coded
getCode
 

Method Detail

getCountryCode

String getCountryCode()
This the postal country code for the County. This cannot be null or a blank string.

Returns:
postal country code

getStateCode

String getStateCode()
This the postal state code for the County. This cannot be null or a blank string.

Returns:
postal state code

getName

String getName()
This the name for the County. This cannot be null or a blank string.

Returns:
name


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.