Operation |
Details |
public getEvents():List |
Sequential |
public getModificationDate():java.util.Date |
Sequential Notes: | @return The modification date of the version. | |
public getReference():ItemRO |
Sequential Notes: | @return Reference to the according item. | |
public getState():ItemVO.State |
Sequential Notes: | @return The state of the item version. | |
public setEvents( List events):void |
Sequential |
public setModificationDate( java.util.Date newVal):void |
Sequential Notes: | The modification date of the version. | |
public setReference( ItemRO newVal):void |
Sequential Notes: | Reference to the according item. | |
public setState( ItemVO.State newVal):void |
Sequential Notes: | Sets the state of the item version. | |