org.kuali.rice.location.impl.county
Class CountyId

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

public class CountyId
extends IdClassBase

See Also:
Serialized Form

Constructor Summary
CountyId()
           
CountyId(String code, String countryCode, String stateCode)
           
 
Method Summary
 String getCode()
           
 String getCountryCode()
           
 String getStateCode()
           
 
Methods inherited from class org.kuali.rice.krad.data.jpa.IdClassBase
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CountyId

public CountyId()

CountyId

public CountyId(String code,
                String countryCode,
                String stateCode)
Method Detail

getCode

public String getCode()

getCountryCode

public String getCountryCode()

getStateCode

public String getStateCode()


Copyright © 2005–2014 The Kuali Foundation. All rights reserved.