org.jopendocument.model.number
Class NumberDay

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

public class NumberDay
extends Object


Field Summary
protected  String numberCalendar
           
protected  String numberStyle
           
 
Constructor Summary
NumberDay()
           
 
Method Summary
 String getNumberCalendar()
          Gets the value of the numberCalendar property.
 String getNumberStyle()
          Gets the value of the numberStyle property.
 void setNumberCalendar(String value)
          Sets the value of the numberCalendar property.
 void setNumberStyle(String value)
          Sets the value of the numberStyle 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
Constructor Detail

NumberDay

public NumberDay()
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

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


Copyright © 2010 jOpenDocument All Rights Reserved.