org.jopendocument.model.table
Class TableDatabaseRange

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

public class TableDatabaseRange
extends Object


Field Summary
protected  String tableContainsHeader
           
protected  List<Object> tableDatabaseSourceSqlOrTableDatabaseSourceTableOrTableDatabaseSourceQuery
           
protected  String tableDisplayFilterButtons
           
protected  TableFilter tableFilter
           
protected  String tableHasPersistantData
           
protected  String tableIsSelection
           
protected  String tableName
           
protected  String tableOnUpdateKeepSize
           
protected  String tableOnUpdateKeepStyles
           
protected  String tableOrientation
           
protected  String tableRefreshDelay
           
protected  TableSort tableSort
           
protected  TableSubtotalRules tableSubtotalRules
           
protected  String tableTargetRangeAddress
           
 
Constructor Summary
TableDatabaseRange()
           
 
Method Summary
 String getTableContainsHeader()
          Gets the value of the tableContainsHeader property.
 List<Object> getTableDatabaseSourceSqlOrTableDatabaseSourceTableOrTableDatabaseSourceQuery()
          Gets the value of the tableDatabaseSourceSqlOrTableDatabaseSourceTableOrTableDatabaseSourceQuery property.
 String getTableDisplayFilterButtons()
          Gets the value of the tableDisplayFilterButtons property.
 TableFilter getTableFilter()
          Gets the value of the tableFilter property.
 String getTableHasPersistantData()
          Gets the value of the tableHasPersistantData property.
 String getTableIsSelection()
          Gets the value of the tableIsSelection property.
 String getTableName()
          Gets the value of the tableName property.
 String getTableOnUpdateKeepSize()
          Gets the value of the tableOnUpdateKeepSize property.
 String getTableOnUpdateKeepStyles()
          Gets the value of the tableOnUpdateKeepStyles property.
 String getTableOrientation()
          Gets the value of the tableOrientation property.
 String getTableRefreshDelay()
          Gets the value of the tableRefreshDelay property.
 TableSort getTableSort()
          Gets the value of the tableSort property.
 TableSubtotalRules getTableSubtotalRules()
          Gets the value of the tableSubtotalRules property.
 String getTableTargetRangeAddress()
          Gets the value of the tableTargetRangeAddress property.
 void setTableContainsHeader(String value)
          Sets the value of the tableContainsHeader property.
 void setTableDisplayFilterButtons(String value)
          Sets the value of the tableDisplayFilterButtons property.
 void setTableFilter(TableFilter value)
          Sets the value of the tableFilter property.
 void setTableHasPersistantData(String value)
          Sets the value of the tableHasPersistantData property.
 void setTableIsSelection(String value)
          Sets the value of the tableIsSelection property.
 void setTableName(String value)
          Sets the value of the tableName property.
 void setTableOnUpdateKeepSize(String value)
          Sets the value of the tableOnUpdateKeepSize property.
 void setTableOnUpdateKeepStyles(String value)
          Sets the value of the tableOnUpdateKeepStyles property.
 void setTableOrientation(String value)
          Sets the value of the tableOrientation property.
 void setTableRefreshDelay(String value)
          Sets the value of the tableRefreshDelay property.
 void setTableSort(TableSort value)
          Sets the value of the tableSort property.
 void setTableSubtotalRules(TableSubtotalRules value)
          Sets the value of the tableSubtotalRules 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

tableContainsHeader

protected String tableContainsHeader

tableDatabaseSourceSqlOrTableDatabaseSourceTableOrTableDatabaseSourceQuery

protected List<Object> tableDatabaseSourceSqlOrTableDatabaseSourceTableOrTableDatabaseSourceQuery

tableDisplayFilterButtons

protected String tableDisplayFilterButtons

tableFilter

protected TableFilter tableFilter

tableHasPersistantData

protected String tableHasPersistantData

tableIsSelection

protected String tableIsSelection

tableName

protected String tableName

tableOnUpdateKeepSize

protected String tableOnUpdateKeepSize

tableOnUpdateKeepStyles

protected String tableOnUpdateKeepStyles

tableOrientation

protected String tableOrientation

tableRefreshDelay

protected String tableRefreshDelay

tableSort

protected TableSort tableSort

tableSubtotalRules

protected TableSubtotalRules tableSubtotalRules

tableTargetRangeAddress

protected String tableTargetRangeAddress
Constructor Detail

TableDatabaseRange

public TableDatabaseRange()
Method Detail

getTableContainsHeader

public String getTableContainsHeader()
Gets the value of the tableContainsHeader property.

Returns:
possible object is String

getTableDatabaseSourceSqlOrTableDatabaseSourceTableOrTableDatabaseSourceQuery

public List<Object> getTableDatabaseSourceSqlOrTableDatabaseSourceTableOrTableDatabaseSourceQuery()
Gets the value of the tableDatabaseSourceSqlOrTableDatabaseSourceTableOrTableDatabaseSourceQuery 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 tableDatabaseSourceSqlOrTableDatabaseSourceTableOrTableDatabaseSourceQuery property.

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

 getTableDatabaseSourceSqlOrTableDatabaseSourceTableOrTableDatabaseSourceQuery().add(newItem);
 

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


getTableDisplayFilterButtons

public String getTableDisplayFilterButtons()
Gets the value of the tableDisplayFilterButtons property.

Returns:
possible object is String

getTableFilter

public TableFilter getTableFilter()
Gets the value of the tableFilter property.

Returns:
possible object is TableFilter

getTableHasPersistantData

public String getTableHasPersistantData()
Gets the value of the tableHasPersistantData property.

Returns:
possible object is String

getTableIsSelection

public String getTableIsSelection()
Gets the value of the tableIsSelection property.

Returns:
possible object is String

getTableName

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

Returns:
possible object is String

getTableOnUpdateKeepSize

public String getTableOnUpdateKeepSize()
Gets the value of the tableOnUpdateKeepSize property.

Returns:
possible object is String

getTableOnUpdateKeepStyles

public String getTableOnUpdateKeepStyles()
Gets the value of the tableOnUpdateKeepStyles property.

Returns:
possible object is String

getTableOrientation

public String getTableOrientation()
Gets the value of the tableOrientation property.

Returns:
possible object is String

getTableRefreshDelay

public String getTableRefreshDelay()
Gets the value of the tableRefreshDelay property.

Returns:
possible object is String

getTableSort

public TableSort getTableSort()
Gets the value of the tableSort property.

Returns:
possible object is TableSort

getTableSubtotalRules

public TableSubtotalRules getTableSubtotalRules()
Gets the value of the tableSubtotalRules property.

Returns:
possible object is TableSubtotalRules

getTableTargetRangeAddress

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

Returns:
possible object is String

setTableContainsHeader

public void setTableContainsHeader(String value)
Sets the value of the tableContainsHeader property.

Parameters:
value - allowed object is String

setTableDisplayFilterButtons

public void setTableDisplayFilterButtons(String value)
Sets the value of the tableDisplayFilterButtons property.

Parameters:
value - allowed object is String

setTableFilter

public void setTableFilter(TableFilter value)
Sets the value of the tableFilter property.

Parameters:
value - allowed object is TableFilter

setTableHasPersistantData

public void setTableHasPersistantData(String value)
Sets the value of the tableHasPersistantData property.

Parameters:
value - allowed object is String

setTableIsSelection

public void setTableIsSelection(String value)
Sets the value of the tableIsSelection 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

setTableOnUpdateKeepSize

public void setTableOnUpdateKeepSize(String value)
Sets the value of the tableOnUpdateKeepSize property.

Parameters:
value - allowed object is String

setTableOnUpdateKeepStyles

public void setTableOnUpdateKeepStyles(String value)
Sets the value of the tableOnUpdateKeepStyles property.

Parameters:
value - allowed object is String

setTableOrientation

public void setTableOrientation(String value)
Sets the value of the tableOrientation property.

Parameters:
value - allowed object is String

setTableRefreshDelay

public void setTableRefreshDelay(String value)
Sets the value of the tableRefreshDelay property.

Parameters:
value - allowed object is String

setTableSort

public void setTableSort(TableSort value)
Sets the value of the tableSort property.

Parameters:
value - allowed object is TableSort

setTableSubtotalRules

public void setTableSubtotalRules(TableSubtotalRules value)
Sets the value of the tableSubtotalRules property.

Parameters:
value - allowed object is TableSubtotalRules

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.