net.sf.oness.party.model.contact.bo
Class Country

java.lang.Object
  extended bynet.sf.oness.common.all.BaseObject
      extended bynet.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

Field Summary
 
Fields inherited from class net.sf.oness.common.all.BaseObject
log
 
Constructor Summary
Country()
           
 
Method Summary
 java.lang.String getIsoCode()
           
 java.lang.String getTelephoneCode()
           
 void setIsoCode(java.lang.String code)
           
 void setTelephoneCode(java.lang.String telephoneCode)
           
 
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
 

Constructor Detail

Country

public Country()
Method Detail

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.