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

java.lang.Object
  extended by org.kuali.rice.shareddata.impl.county.CountyId
All Implemented Interfaces:
groovy.lang.GroovyObject, Serializable

public class CountyId
extends Object
implements Serializable, groovy.lang.GroovyObject

See Also:
Serialized Form

Constructor Summary
CountyId()
           
CountyId(String code, String countryCode, String stateCode)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getCode()
           
 String getCountryCode()
           
 groovy.lang.MetaClass getMetaClass()
           
 Object getProperty(String property)
           
 String getStateCode()
           
 int hashCode()
           
 Object invokeMethod(String method, Object arguments)
           
 void setMetaClass(groovy.lang.MetaClass mc)
           
 void setProperty(String property, Object value)
           
 String 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

getMetaClass

public groovy.lang.MetaClass getMetaClass()
Specified by:
getMetaClass in interface groovy.lang.GroovyObject

setMetaClass

public void setMetaClass(groovy.lang.MetaClass mc)
Specified by:
setMetaClass in interface groovy.lang.GroovyObject

invokeMethod

public Object invokeMethod(String method,
                           Object arguments)
Specified by:
invokeMethod in interface groovy.lang.GroovyObject

getProperty

public Object getProperty(String property)
Specified by:
getProperty in interface groovy.lang.GroovyObject

setProperty

public void setProperty(String property,
                        Object value)
Specified by:
setProperty in interface groovy.lang.GroovyObject

getCode

public String getCode()

getCountryCode

public String getCountryCode()

getStateCode

public String getStateCode()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.