org.jopendocument.model.number
Class NumberCurrencySymbol

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

public class NumberCurrencySymbol
extends java.lang.Object


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

Constructor Detail

NumberCurrencySymbol

public NumberCurrencySymbol()
Method Detail

getNumberCountry

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

Returns:
possible object is String

getNumberLanguage

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

Returns:
possible object is String

getvalue

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

Returns:
possible object is String

setNumberCountry

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

Parameters:
value - allowed object is String

setNumberLanguage

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

Parameters:
value - allowed object is String

setvalue

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

Parameters:
value - allowed object is String