org.jopendocument.model.table
Class TableTrackedChanges

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

public class TableTrackedChanges
extends Object


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

tableCellContentChangeOrTableInsertionOrTableDeletionOrTableMovementOrTableRejection

protected List<Object> tableCellContentChangeOrTableInsertionOrTableDeletionOrTableMovementOrTableRejection

tableProtected

protected String tableProtected

tableProtectionKey

protected String tableProtectionKey

tableTrackChanges

protected String tableTrackChanges
Constructor Detail

TableTrackedChanges

public TableTrackedChanges()
Method Detail

getTableCellContentChangeOrTableInsertionOrTableDeletionOrTableMovementOrTableRejection

public List<Object> getTableCellContentChangeOrTableInsertionOrTableDeletionOrTableMovementOrTableRejection()
Gets the value of the tableCellContentChangeOrTableInsertionOrTableDeletionOrTableMovementOrTableRejection property.

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


getTableProtected

public String getTableProtected()
Gets the value of the tableProtected property.

Returns:
possible object is String

getTableProtectionKey

public String getTableProtectionKey()
Gets the value of the tableProtectionKey property.

Returns:
possible object is String

getTableTrackChanges

public String getTableTrackChanges()
Gets the value of the tableTrackChanges property.

Returns:
possible object is String

setTableProtected

public void setTableProtected(String value)
Sets the value of the tableProtected property.

Parameters:
value - allowed object is String

setTableProtectionKey

public void setTableProtectionKey(String value)
Sets the value of the tableProtectionKey property.

Parameters:
value - allowed object is String

setTableTrackChanges

public void setTableTrackChanges(String value)
Sets the value of the tableTrackChanges property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.