org.jopendocument.model.table
Class TableCellContentChange

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

public class TableCellContentChange
extends Object


Field Summary
protected  OfficeChangeInfo officeChangeInfo
           
protected  String tableAcceptanceState
           
protected  TableCellAddress tableCellAddress
           
protected  TableDeletions tableDeletions
           
protected  TableDependences tableDependences
           
protected  String tableId
           
protected  TablePrevious tablePrevious
           
protected  String tableRejectingChangeId
           
 
Constructor Summary
TableCellContentChange()
           
 
Method Summary
 OfficeChangeInfo getOfficeChangeInfo()
          Gets the value of the officeChangeInfo property.
 String getTableAcceptanceState()
          Gets the value of the tableAcceptanceState property.
 TableCellAddress getTableCellAddress()
          Gets the value of the tableCellAddress 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.
 TablePrevious getTablePrevious()
          Gets the value of the tablePrevious property.
 String getTableRejectingChangeId()
          Gets the value of the tableRejectingChangeId property.
 void setOfficeChangeInfo(OfficeChangeInfo value)
          Sets the value of the officeChangeInfo property.
 void setTableAcceptanceState(String value)
          Sets the value of the tableAcceptanceState property.
 void setTableCellAddress(TableCellAddress value)
          Sets the value of the tableCellAddress 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 setTablePrevious(TablePrevious value)
          Sets the value of the tablePrevious property.
 void setTableRejectingChangeId(String value)
          Sets the value of the tableRejectingChangeId 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

tableCellAddress

protected TableCellAddress tableCellAddress

tableDeletions

protected TableDeletions tableDeletions

tableDependences

protected TableDependences tableDependences

tableId

protected String tableId

tablePrevious

protected TablePrevious tablePrevious

tableRejectingChangeId

protected String tableRejectingChangeId
Constructor Detail

TableCellContentChange

public TableCellContentChange()
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

getTableCellAddress

public TableCellAddress getTableCellAddress()
Gets the value of the tableCellAddress property.

Returns:
possible object is TableCellAddress

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

getTablePrevious

public TablePrevious getTablePrevious()
Gets the value of the tablePrevious property.

Returns:
possible object is TablePrevious

getTableRejectingChangeId

public String getTableRejectingChangeId()
Gets the value of the tableRejectingChangeId 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

setTableCellAddress

public void setTableCellAddress(TableCellAddress value)
Sets the value of the tableCellAddress property.

Parameters:
value - allowed object is TableCellAddress

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

setTablePrevious

public void setTablePrevious(TablePrevious value)
Sets the value of the tablePrevious property.

Parameters:
value - allowed object is TablePrevious

setTableRejectingChangeId

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

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.