org.jopendocument.model.table
Class TableNullDate

java.lang.Object
  extended by org.jopendocument.model.table.TableNullDate

public class TableNullDate
extends Object


Field Summary
protected  String tableDateValue
           
protected  String tableValueType
           
 
Constructor Summary
TableNullDate()
           
 
Method Summary
 String getTableDateValue()
          Gets the value of the tableDateValue property.
 String getTableValueType()
          Gets the value of the tableValueType property.
 void setTableDateValue(String value)
          Sets the value of the tableDateValue property.
 void setTableValueType(String value)
          Sets the value of the tableValueType property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tableDateValue

protected String tableDateValue

tableValueType

protected String tableValueType
Constructor Detail

TableNullDate

public TableNullDate()
Method Detail

getTableDateValue

public String getTableDateValue()
Gets the value of the tableDateValue property.

Returns:
possible object is String

getTableValueType

public String getTableValueType()
Gets the value of the tableValueType property.

Returns:
possible object is String

setTableDateValue

public void setTableDateValue(String value)
Sets the value of the tableDateValue property.

Parameters:
value - allowed object is String

setTableValueType

public void setTableValueType(String value)
Sets the value of the tableValueType property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.