org.jopendocument.model.number
Class NumberMonth

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

public class NumberMonth
extends Object


Field Summary
protected  String numberCalendar
           
protected  String numberStyle
           
protected  String numberTextual
           
 
Constructor Summary
NumberMonth()
           
 
Method Summary
 String getNumberCalendar()
          Gets the value of the numberCalendar property.
 String getNumberStyle()
          Gets the value of the numberStyle property.
 String getNumberTextual()
          Gets the value of the numberTextual property.
 void setNumberCalendar(String value)
          Sets the value of the numberCalendar property.
 void setNumberStyle(String value)
          Sets the value of the numberStyle property.
 void setNumberTextual(String value)
          Sets the value of the numberTextual property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

numberCalendar

protected String numberCalendar

numberStyle

protected String numberStyle

numberTextual

protected String numberTextual
Constructor Detail

NumberMonth

public NumberMonth()
Method Detail

getNumberCalendar

public String getNumberCalendar()
Gets the value of the numberCalendar property.

Returns:
possible object is String

getNumberStyle

public String getNumberStyle()
Gets the value of the numberStyle property.

Returns:
possible object is String

getNumberTextual

public String getNumberTextual()
Gets the value of the numberTextual property.

Returns:
possible object is String

setNumberCalendar

public void setNumberCalendar(String value)
Sets the value of the numberCalendar property.

Parameters:
value - allowed object is String

setNumberStyle

public void setNumberStyle(String value)
Sets the value of the numberStyle property.

Parameters:
value - allowed object is String

setNumberTextual

public void setNumberTextual(String value)
Sets the value of the numberTextual property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.