org.kuali.rice.location.impl.postalcode
Class PostalCodeId

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

public class PostalCodeId
extends IdClassBase

See Also:
Serialized Form

Constructor Summary
PostalCodeId()
           
PostalCodeId(String countryCode, String code)
           
 
Method Summary
 String getCode()
           
 String getCountryCode()
           
 
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

PostalCodeId

public PostalCodeId()

PostalCodeId

public PostalCodeId(String countryCode,
                    String code)
Method Detail

getCountryCode

public String getCountryCode()

getCode

public String getCode()


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