Operation |
Details |
public clone():Object |
Sequential Tags: | annotations=@Override
| |
public ContainerRO(): |
Sequential Notes: | Creates a new instance. | |
public ContainerRO( String objectId): |
Sequential Notes: | Creates a new instance with the given objectId. | |
public ContainerRO( ContainerRO other): |
Sequential |
public equals( Object object):boolean |
Sequential Tags: | annotations=@Override
| |
public getLastMessage():String |
Sequential |
public getModificationDate():Date |
Sequential |
public getObjectIdAndVersion():String |
Sequential Notes: | Get the full identification of a container version. @return A String in the form objid:versionNumber e.g. "escidoc:345:2" | |
public getPid():String |
Sequential |
public getState():ContainerVO.State |
Sequential Notes: | Delivers the state of the container. | |
public getVersionNumber():int |
Sequential Notes: | The version number of the referenced container. This attribute is optional. | |
public setLastMessage( String lastMessage):void |
Sequential |
public setModificationDate( Date modificationDate):void |
Sequential |
public setObjectIdAndVersion( String idString):void |
Sequential Notes: | Set the full identification of a container version. | |
public setPid( String pid):void |
Sequential |
public setState( ContainerVO.State newVal):void |
Sequential Notes: | Sets the state of the container. | |
public setVersionNumber( int newVal):void |
Sequential Notes: | The version number of the referenced container. This attribute is optional. | |