net.sf.oness.party.model.contact.bo
Class Country
java.lang.Object
net.sf.oness.common.all.BaseObject
net.sf.oness.party.model.contact.bo.Country
- All Implemented Interfaces:
- java.lang.Cloneable, java.io.Serializable
- public class Country
- extends net.sf.oness.common.all.BaseObject
Country
- Version:
- $Revision: 1.2 $
- Author:
- Carlos Sanchez
- See Also:
- Serialized Form
Fields inherited from class net.sf.oness.common.all.BaseObject |
log |
Methods inherited from class net.sf.oness.common.all.BaseObject |
clone, equals, hashCode, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Country
public Country()
setIsoCode
public void setIsoCode(java.lang.String code)
getIsoCode
public java.lang.String getIsoCode()
- Returns:
setTelephoneCode
public void setTelephoneCode(java.lang.String telephoneCode)
- Parameters:
telephoneCode
- The telephoneCode to set.
getTelephoneCode
public java.lang.String getTelephoneCode()
- Returns:
- Returns the telephoneCode.
Copyright © 2003-2005 ONess Project. All Rights Reserved.