org.jopendocument.model.number
Class NumberSeconds

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

public class NumberSeconds
extends Object


Field Summary
protected  String numberDecimalPlaces
           
protected  String numberStyle
           
 
Constructor Summary
NumberSeconds()
           
 
Method Summary
 String getNumberDecimalPlaces()
          Gets the value of the numberDecimalPlaces property.
 String getNumberStyle()
          Gets the value of the numberStyle property.
 void setNumberDecimalPlaces(String value)
          Sets the value of the numberDecimalPlaces 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

numberDecimalPlaces

protected String numberDecimalPlaces

numberStyle

protected String numberStyle
Constructor Detail

NumberSeconds

public NumberSeconds()
Method Detail

getNumberDecimalPlaces

public String getNumberDecimalPlaces()
Gets the value of the numberDecimalPlaces property.

Returns:
possible object is String

getNumberStyle

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

Returns:
possible object is String

setNumberDecimalPlaces

public void setNumberDecimalPlaces(String value)
Sets the value of the numberDecimalPlaces 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.