org.jopendocument.model.table
Class TableDataPilotTable

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

public class TableDataPilotTable
extends Object


Field Summary
protected  String tableApplicationData
           
protected  String tableButtons
           
protected  List<Object> tableDatabaseSourceSqlOrTableDatabaseSourceTableOrTableDatabaseSourceQueryOrTableSourceServiceOrTableSourceCellRange
           
protected  List<TableDataPilotField> tableDataPilotField
           
protected  String tableGrandTotal
           
protected  String tableIdentifyCategories
           
protected  String tableIgnoreEmptyRows
           
protected  String tableName
           
protected  String tableTargetRangeAddress
           
 
Constructor Summary
TableDataPilotTable()
           
 
Method Summary
 String getTableApplicationData()
          Gets the value of the tableApplicationData property.
 String getTableButtons()
          Gets the value of the tableButtons property.
 List<Object> getTableDatabaseSourceSqlOrTableDatabaseSourceTableOrTableDatabaseSourceQueryOrTableSourceServiceOrTableSourceCellRange()
          Gets the value of the tableDatabaseSourceSqlOrTableDatabaseSourceTableOrTableDatabaseSourceQueryOrTableSourceServiceOrTableSourceCellRange property.
 List<TableDataPilotField> getTableDataPilotField()
          Gets the value of the tableDataPilotField property.
 String getTableGrandTotal()
          Gets the value of the tableGrandTotal property.
 String getTableIdentifyCategories()
          Gets the value of the tableIdentifyCategories property.
 String getTableIgnoreEmptyRows()
          Gets the value of the tableIgnoreEmptyRows property.
 String getTableName()
          Gets the value of the tableName property.
 String getTableTargetRangeAddress()
          Gets the value of the tableTargetRangeAddress property.
 void setTableApplicationData(String value)
          Sets the value of the tableApplicationData property.
 void setTableButtons(String value)
          Sets the value of the tableButtons property.
 void setTableGrandTotal(String value)
          Sets the value of the tableGrandTotal property.
 void setTableIdentifyCategories(String value)
          Sets the value of the tableIdentifyCategories property.
 void setTableIgnoreEmptyRows(String value)
          Sets the value of the tableIgnoreEmptyRows property.
 void setTableName(String value)
          Sets the value of the tableName property.
 void setTableTargetRangeAddress(String value)
          Sets the value of the tableTargetRangeAddress property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tableApplicationData

protected String tableApplicationData

tableButtons

protected String tableButtons

tableDatabaseSourceSqlOrTableDatabaseSourceTableOrTableDatabaseSourceQueryOrTableSourceServiceOrTableSourceCellRange

protected List<Object> tableDatabaseSourceSqlOrTableDatabaseSourceTableOrTableDatabaseSourceQueryOrTableSourceServiceOrTableSourceCellRange

tableDataPilotField

protected List<TableDataPilotField> tableDataPilotField

tableGrandTotal

protected String tableGrandTotal

tableIdentifyCategories

protected String tableIdentifyCategories

tableIgnoreEmptyRows

protected String tableIgnoreEmptyRows

tableName

protected String tableName

tableTargetRangeAddress

protected String tableTargetRangeAddress
Constructor Detail

TableDataPilotTable

public TableDataPilotTable()
Method Detail

getTableApplicationData

public String getTableApplicationData()
Gets the value of the tableApplicationData property.

Returns:
possible object is String

getTableButtons

public String getTableButtons()
Gets the value of the tableButtons property.

Returns:
possible object is String

getTableDatabaseSourceSqlOrTableDatabaseSourceTableOrTableDatabaseSourceQueryOrTableSourceServiceOrTableSourceCellRange

public List<Object> getTableDatabaseSourceSqlOrTableDatabaseSourceTableOrTableDatabaseSourceQueryOrTableSourceServiceOrTableSourceCellRange()
Gets the value of the tableDatabaseSourceSqlOrTableDatabaseSourceTableOrTableDatabaseSourceQueryOrTableSourceServiceOrTableSourceCellRange property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the tableDatabaseSourceSqlOrTableDatabaseSourceTableOrTableDatabaseSourceQueryOrTableSourceServiceOrTableSourceCellRange property.

For example, to add a new item, do as follows:

 getTableDatabaseSourceSqlOrTableDatabaseSourceTableOrTableDatabaseSourceQueryOrTableSourceServiceOrTableSourceCellRange().add(newItem);
 

Objects of the following type(s) are allowed in the list TableDatabaseSourceSql TableDatabaseSourceTable TableDatabaseSourceQuery TableSourceService TableSourceCellRange


getTableDataPilotField

public List<TableDataPilotField> getTableDataPilotField()
Gets the value of the tableDataPilotField property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the tableDataPilotField property.

For example, to add a new item, do as follows:

 getTableDataPilotField().add(newItem);
 

Objects of the following type(s) are allowed in the list TableDataPilotField


getTableGrandTotal

public String getTableGrandTotal()
Gets the value of the tableGrandTotal property.

Returns:
possible object is String

getTableIdentifyCategories

public String getTableIdentifyCategories()
Gets the value of the tableIdentifyCategories property.

Returns:
possible object is String

getTableIgnoreEmptyRows

public String getTableIgnoreEmptyRows()
Gets the value of the tableIgnoreEmptyRows property.

Returns:
possible object is String

getTableName

public String getTableName()
Gets the value of the tableName property.

Returns:
possible object is String

getTableTargetRangeAddress

public String getTableTargetRangeAddress()
Gets the value of the tableTargetRangeAddress property.

Returns:
possible object is String

setTableApplicationData

public void setTableApplicationData(String value)
Sets the value of the tableApplicationData property.

Parameters:
value - allowed object is String

setTableButtons

public void setTableButtons(String value)
Sets the value of the tableButtons property.

Parameters:
value - allowed object is String

setTableGrandTotal

public void setTableGrandTotal(String value)
Sets the value of the tableGrandTotal property.

Parameters:
value - allowed object is String

setTableIdentifyCategories

public void setTableIdentifyCategories(String value)
Sets the value of the tableIdentifyCategories property.

Parameters:
value - allowed object is String

setTableIgnoreEmptyRows

public void setTableIgnoreEmptyRows(String value)
Sets the value of the tableIgnoreEmptyRows property.

Parameters:
value - allowed object is String

setTableName

public void setTableName(String value)
Sets the value of the tableName property.

Parameters:
value - allowed object is String

setTableTargetRangeAddress

public void setTableTargetRangeAddress(String value)
Sets the value of the tableTargetRangeAddress property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.