Class CountyId

java.lang.Object
org.kuali.rice.krad.data.jpa.IdClassBase
org.kuali.rice.location.impl.county.CountyId
All Implemented Interfaces:
Serializable

public class CountyId extends IdClassBase
See Also:
  • Constructor Details

    • CountyId

      public CountyId()
    • CountyId

      public CountyId(String code, String countryCode, String stateCode)
  • Method Details

    • getCode

      public String getCode()
    • getCountryCode

      public String getCountryCode()
    • getStateCode

      public String getStateCode()