|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jopendocument.model.table.TableCellContentDeletion
public class TableCellContentDeletion
Field Summary | |
---|---|
protected TableCellAddress |
tableCellAddress
|
protected TableChangeTrackTableCell |
tableChangeTrackTableCell
|
protected String |
tableId
|
Constructor Summary | |
---|---|
TableCellContentDeletion()
|
Method Summary | |
---|---|
TableCellAddress |
getTableCellAddress()
Gets the value of the tableCellAddress property. |
TableChangeTrackTableCell |
getTableChangeTrackTableCell()
Gets the value of the tableChangeTrackTableCell property. |
String |
getTableId()
Gets the value of the tableId property. |
void |
setTableCellAddress(TableCellAddress value)
Sets the value of the tableCellAddress property. |
void |
setTableChangeTrackTableCell(TableChangeTrackTableCell value)
Sets the value of the tableChangeTrackTableCell property. |
void |
setTableId(String value)
Sets the value of the tableId property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected TableCellAddress tableCellAddress
protected TableChangeTrackTableCell tableChangeTrackTableCell
protected String tableId
Constructor Detail |
---|
public TableCellContentDeletion()
Method Detail |
---|
public TableCellAddress getTableCellAddress()
TableCellAddress
public TableChangeTrackTableCell getTableChangeTrackTableCell()
TableChangeTrackTableCell
public String getTableId()
String
public void setTableCellAddress(TableCellAddress value)
value
- allowed object is TableCellAddress
public void setTableChangeTrackTableCell(TableChangeTrackTableCell value)
value
- allowed object is TableChangeTrackTableCell
public void setTableId(String value)
value
- allowed object is String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |