Class County

java.lang.Object
org.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.location.api.county.County
All Implemented Interfaces:
Serializable, org.kuali.rice.core.api.mo.common.active.Inactivatable, org.kuali.rice.core.api.mo.common.Coded, org.kuali.rice.core.api.mo.common.Versioned, org.kuali.rice.core.api.mo.ModelObjectBasic, org.kuali.rice.core.api.mo.ModelObjectComplete, CountyContract

public final class County extends org.kuali.rice.core.api.mo.AbstractDataTransferObject implements CountyContract
An immutable representation of a CountyContract.

To construct an instance of a County, use the County.Builder class.

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
  • Method Details

    • getCode

      public String getCode()
      Specified by:
      getCode in interface org.kuali.rice.core.api.mo.common.Coded
    • getName

      public String getName()
      This the name for the County. This cannot be null or a blank string.
      Specified by:
      getName in interface CountyContract
      Returns:
      name
    • getCountryCode

      public String getCountryCode()
      This the postal country code for the County. This cannot be null or a blank string.
      Specified by:
      getCountryCode in interface CountyContract
      Returns:
      postal country code
    • getStateCode

      public String getStateCode()
      This the postal state code for the County. This cannot be null or a blank string.
      Specified by:
      getStateCode in interface CountyContract
      Returns:
      postal state code
    • isActive

      public boolean isActive()
      Specified by:
      isActive in interface org.kuali.rice.core.api.mo.common.active.Inactivatable
    • getVersionNumber

      public Long getVersionNumber()
      Specified by:
      getVersionNumber in interface org.kuali.rice.core.api.mo.common.Versioned