org.jopendocument.model.table
Class TableDeletion

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

public class TableDeletion
extends Object


Field Summary
protected  OfficeChangeInfo officeChangeInfo
           
protected  String tableAcceptanceState
           
protected  String tableCount
           
protected  TableCutOffs tableCutOffs
           
protected  TableDeletions tableDeletions
           
protected  TableDependences tableDependences
           
protected  String tableId
           
protected  String tableMultiDeletionSpanned
           
protected  String tablePosition
           
protected  String tableRejectingChangeId
           
protected  String tableTable
           
protected  String tableType
           
 
Constructor Summary
TableDeletion()
           
 
Method Summary
 OfficeChangeInfo getOfficeChangeInfo()
          Gets the value of the officeChangeInfo property.
 String getTableAcceptanceState()
          Gets the value of the tableAcceptanceState property.
 String getTableCount()
          Gets the value of the tableCount property.
 TableCutOffs getTableCutOffs()
          Gets the value of the tableCutOffs property.
 TableDeletions getTableDeletions()
          Gets the value of the tableDeletions property.
 TableDependences getTableDependences()
          Gets the value of the tableDependences property.
 String getTableId()
          Gets the value of the tableId property.
 String getTableMultiDeletionSpanned()
          Gets the value of the tableMultiDeletionSpanned property.
 String getTablePosition()
          Gets the value of the tablePosition property.
 String getTableRejectingChangeId()
          Gets the value of the tableRejectingChangeId property.
 String getTableTable()
          Gets the value of the tableTable property.
 String getTableType()
          Gets the value of the tableType property.
 void setOfficeChangeInfo(OfficeChangeInfo value)
          Sets the value of the officeChangeInfo property.
 void setTableAcceptanceState(String value)
          Sets the value of the tableAcceptanceState property.
 void setTableCount(String value)
          Sets the value of the tableCount property.
 void setTableCutOffs(TableCutOffs value)
          Sets the value of the tableCutOffs property.
 void setTableDeletions(TableDeletions value)
          Sets the value of the tableDeletions property.
 void setTableDependences(TableDependences value)
          Sets the value of the tableDependences property.
 void setTableId(String value)
          Sets the value of the tableId property.
 void setTableMultiDeletionSpanned(String value)
          Sets the value of the tableMultiDeletionSpanned property.
 void setTablePosition(String value)
          Sets the value of the tablePosition property.
 void setTableRejectingChangeId(String value)
          Sets the value of the tableRejectingChangeId property.
 void setTableTable(String value)
          Sets the value of the tableTable property.
 void setTableType(String value)
          Sets the value of the tableType property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

officeChangeInfo

protected OfficeChangeInfo officeChangeInfo

tableAcceptanceState

protected String tableAcceptanceState

tableCount

protected String tableCount

tableCutOffs

protected TableCutOffs tableCutOffs

tableDeletions

protected TableDeletions tableDeletions

tableDependences

protected TableDependences tableDependences

tableId

protected String tableId

tableMultiDeletionSpanned

protected String tableMultiDeletionSpanned

tablePosition

protected String tablePosition

tableRejectingChangeId

protected String tableRejectingChangeId

tableTable

protected String tableTable

tableType

protected String tableType
Constructor Detail

TableDeletion

public TableDeletion()
Method Detail

getOfficeChangeInfo

public OfficeChangeInfo getOfficeChangeInfo()
Gets the value of the officeChangeInfo property.

Returns:
possible object is OfficeChangeInfo

getTableAcceptanceState

public String getTableAcceptanceState()
Gets the value of the tableAcceptanceState property.

Returns:
possible object is String

getTableCount

public String getTableCount()
Gets the value of the tableCount property.

Returns:
possible object is String

getTableCutOffs

public TableCutOffs getTableCutOffs()
Gets the value of the tableCutOffs property.

Returns:
possible object is TableCutOffs

getTableDeletions

public TableDeletions getTableDeletions()
Gets the value of the tableDeletions property.

Returns:
possible object is TableDeletions

getTableDependences

public TableDependences getTableDependences()
Gets the value of the tableDependences property.

Returns:
possible object is TableDependences

getTableId

public String getTableId()
Gets the value of the tableId property.

Returns:
possible object is String

getTableMultiDeletionSpanned

public String getTableMultiDeletionSpanned()
Gets the value of the tableMultiDeletionSpanned property.

Returns:
possible object is String

getTablePosition

public String getTablePosition()
Gets the value of the tablePosition property.

Returns:
possible object is String

getTableRejectingChangeId

public String getTableRejectingChangeId()
Gets the value of the tableRejectingChangeId property.

Returns:
possible object is String

getTableTable

public String getTableTable()
Gets the value of the tableTable property.

Returns:
possible object is String

getTableType

public String getTableType()
Gets the value of the tableType property.

Returns:
possible object is String

setOfficeChangeInfo

public void setOfficeChangeInfo(OfficeChangeInfo value)
Sets the value of the officeChangeInfo property.

Parameters:
value - allowed object is OfficeChangeInfo

setTableAcceptanceState

public void setTableAcceptanceState(String value)
Sets the value of the tableAcceptanceState property.

Parameters:
value - allowed object is String

setTableCount

public void setTableCount(String value)
Sets the value of the tableCount property.

Parameters:
value - allowed object is String

setTableCutOffs

public void setTableCutOffs(TableCutOffs value)
Sets the value of the tableCutOffs property.

Parameters:
value - allowed object is TableCutOffs

setTableDeletions

public void setTableDeletions(TableDeletions value)
Sets the value of the tableDeletions property.

Parameters:
value - allowed object is TableDeletions

setTableDependences

public void setTableDependences(TableDependences value)
Sets the value of the tableDependences property.

Parameters:
value - allowed object is TableDependences

setTableId

public void setTableId(String value)
Sets the value of the tableId property.

Parameters:
value - allowed object is String

setTableMultiDeletionSpanned

public void setTableMultiDeletionSpanned(String value)
Sets the value of the tableMultiDeletionSpanned property.

Parameters:
value - allowed object is String

setTablePosition

public void setTablePosition(String value)
Sets the value of the tablePosition property.

Parameters:
value - allowed object is String

setTableRejectingChangeId

public void setTableRejectingChangeId(String value)
Sets the value of the tableRejectingChangeId property.

Parameters:
value - allowed object is String

setTableTable

public void setTableTable(String value)
Sets the value of the tableTable property.

Parameters:
value - allowed object is String

setTableType

public void setTableType(String value)
Sets the value of the tableType property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.