org.jopendocument.model.table
Class TableDataPilotLevel

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

public class TableDataPilotLevel
extends Object


Field Summary
protected  TableDataPilotMembers tableDataPilotMembers
           
protected  TableDataPilotSubtotals tableDataPilotSubtotals
           
protected  String tableDisplayEmpty
           
 
Constructor Summary
TableDataPilotLevel()
           
 
Method Summary
 TableDataPilotMembers getTableDataPilotMembers()
          Gets the value of the tableDataPilotMembers property.
 TableDataPilotSubtotals getTableDataPilotSubtotals()
          Gets the value of the tableDataPilotSubtotals property.
 String getTableDisplayEmpty()
          Gets the value of the tableDisplayEmpty property.
 void setTableDataPilotMembers(TableDataPilotMembers value)
          Sets the value of the tableDataPilotMembers property.
 void setTableDataPilotSubtotals(TableDataPilotSubtotals value)
          Sets the value of the tableDataPilotSubtotals property.
 void setTableDisplayEmpty(String value)
          Sets the value of the tableDisplayEmpty property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tableDataPilotMembers

protected TableDataPilotMembers tableDataPilotMembers

tableDataPilotSubtotals

protected TableDataPilotSubtotals tableDataPilotSubtotals

tableDisplayEmpty

protected String tableDisplayEmpty
Constructor Detail

TableDataPilotLevel

public TableDataPilotLevel()
Method Detail

getTableDataPilotMembers

public TableDataPilotMembers getTableDataPilotMembers()
Gets the value of the tableDataPilotMembers property.

Returns:
possible object is TableDataPilotMembers

getTableDataPilotSubtotals

public TableDataPilotSubtotals getTableDataPilotSubtotals()
Gets the value of the tableDataPilotSubtotals property.

Returns:
possible object is TableDataPilotSubtotals

getTableDisplayEmpty

public String getTableDisplayEmpty()
Gets the value of the tableDisplayEmpty property.

Returns:
possible object is String

setTableDataPilotMembers

public void setTableDataPilotMembers(TableDataPilotMembers value)
Sets the value of the tableDataPilotMembers property.

Parameters:
value - allowed object is TableDataPilotMembers

setTableDataPilotSubtotals

public void setTableDataPilotSubtotals(TableDataPilotSubtotals value)
Sets the value of the tableDataPilotSubtotals property.

Parameters:
value - allowed object is TableDataPilotSubtotals

setTableDisplayEmpty

public void setTableDisplayEmpty(String value)
Sets the value of the tableDisplayEmpty property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.