org.kuali.rice.shareddata.impl.county
Class CountyId
java.lang.Object
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
CountyId
public CountyId()
CountyId
public CountyId(String code,
String countryCode,
String stateCode)
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.