Operation |
Details |
public clone():Object |
Sequential Tags: | annotations=@Override throws=CloneNotSupportedException
| Notes: | {@inheritDoc} @author Thomas Diebaecker | |
public equals( Object object):boolean |
Sequential Tags: | annotations=@Override
| |
public getLastMessage():String |
Sequential |
public getLastMessageForXml():String |
Sequential |
public getModificationDate():Date |
Sequential |
public getModificationDateForXml():Date |
Sequential |
public getModifiedByForXml():AccountUserRO |
Sequential |
public getModifiedByRO():AccountUserRO |
Sequential |
public getObjectIdAndVersion():String |
Sequential Notes: | Get the full identification of an item version. @return A String in the form objid:versionNumber e.g. "escidoc:345:2" | |
public getPid():String |
Sequential |
public getState():ItemVO.State |
Sequential Notes: | Delivers the state of the item. @return The current State. | |
public getStateForXml():State |
Sequential |
public getVersionNumber():int |
Sequential Notes: | The version number of the referenced item. This attribute is optional. | |
public getVersionNumberForXml():int |
Sequential |
public ItemRO(): |
Sequential Notes: | Creates a new instance. | |
public ItemRO( String objectId): |
Sequential Notes: | Creates a new instance with the given objectId. | |
public ItemRO( ItemRO other): |
Sequential Notes: | Copy constructor. @author Thomas Diebaecker | |
public setLastMessage( String lastMessage):void |
Sequential |
public setModificationDate( Date modificationDate):void |
Sequential |
public setModifiedByRO( AccountUserRO modifiedByRO):void |
Sequential |
public setObjectId( String objectId):void |
Sequential Tags: | annotations=@Override
| |
public setObjectIdAndVersion( String idString):void |
Sequential Notes: | Set the full identification of an item version. | |
public setPid( String pid):void |
Sequential |
public setState( ItemVO.State newVal):void |
Sequential Notes: | Sets the state of the item. | |
public setVersionNumber( int newVal):void |
Sequential Notes: | The version number of the referenced item. This attribute is optional. | |