org.jopendocument.model.number
Class NumberSeconds
java.lang.Object
org.jopendocument.model.number.NumberSeconds
public class NumberSeconds
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
numberDecimalPlaces
protected String numberDecimalPlaces
numberStyle
protected String numberStyle
NumberSeconds
public NumberSeconds()
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.