org.jopendocument.model.number
Class NumberCurrencySymbol

java.lang.Object
  extended by org.jopendocument.model.number.NumberCurrencySymbol

public class NumberCurrencySymbol
extends Object


Field Summary
protected  String numberCountry
           
protected  String numberLanguage
           
protected  String value
           
 
Constructor Summary
NumberCurrencySymbol()
           
 
Method Summary
 String getNumberCountry()
          Gets the value of the numberCountry property.
 String getNumberLanguage()
          Gets the value of the numberLanguage property.
 String getvalue()
          Gets the value of the value property.
 void setNumberCountry(String value)
          Sets the value of the numberCountry property.
 void setNumberLanguage(String value)
          Sets the value of the numberLanguage property.
 void setvalue(String value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

numberCountry

protected String numberCountry

numberLanguage

protected String numberLanguage

value

protected String value
Constructor Detail

NumberCurrencySymbol

public NumberCurrencySymbol()
Method Detail

getNumberCountry

public String getNumberCountry()
Gets the value of the numberCountry property.

Returns:
possible object is String

getNumberLanguage

public String getNumberLanguage()
Gets the value of the numberLanguage property.

Returns:
possible object is String

getvalue

public String getvalue()
Gets the value of the value property.

Returns:
possible object is String

setNumberCountry

public void setNumberCountry(String value)
Sets the value of the numberCountry property.

Parameters:
value - allowed object is String

setNumberLanguage

public void setNumberLanguage(String value)
Sets the value of the numberLanguage property.

Parameters:
value - allowed object is String

setvalue

public void setvalue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.