net.sf.pmr.core.domain.reference
Class CountryImpl
java.lang.Object
net.sf.pmr.core.domain.reference.CountryImpl
- All Implemented Interfaces:
- Country
public class CountryImpl
- extends java.lang.Object
- implements Country
- Author:
- Arnaud Prost (arnaud.prost@gmail.com)
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
CountryImpl
public CountryImpl()
getCode
public java.lang.String getCode()
- Specified by:
getCode
in interface Country
- See Also:
Country.getCode()
setCode
public void setCode(java.lang.String code)
- Specified by:
setCode
in interface Country
- See Also:
Country.setCode(java.lang.String)
getName
public java.lang.String getName()
- Specified by:
getName
in interface Country
- See Also:
Country.getName()
setName
public void setName(java.lang.String name)
- Specified by:
setName
in interface Country
- See Also:
Country.setName(java.lang.String)
equals
public boolean equals(java.lang.Object object)
- Overrides:
equals
in class java.lang.Object
- See Also:
Object.equals(Object)
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
- See Also:
Object.hashCode()
Copyright © 2005 Arnaud Prost. All Rights Reserved.