|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jopendocument.model.table.TableTrackedChanges
public class TableTrackedChanges
Field Summary | |
---|---|
protected List<Object> |
tableCellContentChangeOrTableInsertionOrTableDeletionOrTableMovementOrTableRejection
|
protected String |
tableProtected
|
protected String |
tableProtectionKey
|
protected String |
tableTrackChanges
|
Constructor Summary | |
---|---|
TableTrackedChanges()
|
Method Summary | |
---|---|
List<Object> |
getTableCellContentChangeOrTableInsertionOrTableDeletionOrTableMovementOrTableRejection()
Gets the value of the tableCellContentChangeOrTableInsertionOrTableDeletionOrTableMovementOrTableRejection property. |
String |
getTableProtected()
Gets the value of the tableProtected property. |
String |
getTableProtectionKey()
Gets the value of the tableProtectionKey property. |
String |
getTableTrackChanges()
Gets the value of the tableTrackChanges property. |
void |
setTableProtected(String value)
Sets the value of the tableProtected property. |
void |
setTableProtectionKey(String value)
Sets the value of the tableProtectionKey property. |
void |
setTableTrackChanges(String value)
Sets the value of the tableTrackChanges property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected List<Object> tableCellContentChangeOrTableInsertionOrTableDeletionOrTableMovementOrTableRejection
protected String tableProtected
protected String tableProtectionKey
protected String tableTrackChanges
Constructor Detail |
---|
public TableTrackedChanges()
Method Detail |
---|
public List<Object> getTableCellContentChangeOrTableInsertionOrTableDeletionOrTableMovementOrTableRejection()
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
tableCellContentChangeOrTableInsertionOrTableDeletionOrTableMovementOrTableRejection
property.
For example, to add a new item, do as follows:
getTableCellContentChangeOrTableInsertionOrTableDeletionOrTableMovementOrTableRejection().add(newItem);
Objects of the following type(s) are allowed in the list TableCellContentChange
TableInsertion
TableDeletion
TableMovement
TableRejection
public String getTableProtected()
String
public String getTableProtectionKey()
String
public String getTableTrackChanges()
String
public void setTableProtected(String value)
value
- allowed object is String
public void setTableProtectionKey(String value)
value
- allowed object is String
public void setTableTrackChanges(String value)
value
- allowed object is String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |