Interface CountyContract

All Superinterfaces:
Coded, Inactivatable, Versioned
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

    Modifier and Type
    Method
    Description
    This the postal country code for the County.
    This the name for the County.
    This the postal state code for the County.

    Methods inherited from interface org.kuali.rice.core.api.mo.common.Coded

    getCode

    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
  • Method Details

    • 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