|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jopendocument.model.table.TableCellContentChange
public class TableCellContentChange
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 |
---|
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 Detail |
---|
public TableCellContentChange()
Method Detail |
---|
public OfficeChangeInfo getOfficeChangeInfo()
OfficeChangeInfo
public String getTableAcceptanceState()
String
public TableCellAddress getTableCellAddress()
TableCellAddress
public TableDeletions getTableDeletions()
TableDeletions
public TableDependences getTableDependences()
TableDependences
public String getTableId()
String
public TablePrevious getTablePrevious()
TablePrevious
public String getTableRejectingChangeId()
String
public void setOfficeChangeInfo(OfficeChangeInfo value)
value
- allowed object is OfficeChangeInfo
public void setTableAcceptanceState(String value)
value
- allowed object is String
public void setTableCellAddress(TableCellAddress value)
value
- allowed object is TableCellAddress
public void setTableDeletions(TableDeletions value)
value
- allowed object is TableDeletions
public void setTableDependences(TableDependences value)
value
- allowed object is TableDependences
public void setTableId(String value)
value
- allowed object is String
public void setTablePrevious(TablePrevious value)
value
- allowed object is TablePrevious
public void setTableRejectingChangeId(String value)
value
- allowed object is String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |