Operation |
Details |
package alreadyExistsInFramework():boolean |
Sequential Notes: | Helper method for JiBX transformations. This method helps JiBX to determine if this is a 'create' or an 'update' transformation. @return true, if this container already has a version object. | |
public clone():Object |
Sequential Tags: | annotations=@Override
| |
public ContainerVO(): |
Sequential Notes: | Public constructor. | |
public ContainerVO( ContainerVO other): |
Sequential |
public getContentModel():String |
Sequential |
public getContext():ContextRO |
Sequential Notes: | Delivers the reference of the collection the container is contained in. | |
public getCreationDate():java.util.Date |
Sequential Notes: | Delivers the date when the container was created. | |
public getLatestRelease():ContainerRO |
Sequential |
public getLatestVersion():ContainerRO |
Sequential |
public getLockStatus():LockStatus |
Sequential Notes: | Delivers the lock status of the container. | |
public getMembers():java.util.List |
Sequential Notes: | Delivers the list of members in this container. | |
public getMetadataSets():List |
Sequential Notes: | Delivers the metadata sets of the container. | |
public getModificationDate():Date |
Sequential |
public getOwner():AccountUserRO |
Sequential Notes: | Delivers the owner of the container. | |
public getPid():String |
Sequential Notes: | Delivers the persistent identifier of the container. | |
public getRelations():java.util.List |
Sequential Notes: | Delivers the list of relations in this container. | |
public getState():ContainerVO.State |
Sequential |
public getStatusComment():String |
Sequential |
public getVersion():ContainerRO |
Sequential Notes: | Delivers the reference of the container. | |
public getWithdrawalComment():String |
Sequential Notes: | Delivers the comment which has to be given when a container is withdrawn. | |
package hasMembers():boolean |
Sequential Notes: | Helper method for JiBX transformations. This method helps JiBX to determine if a "struct-map" XML structure has to be created during marshalling. @return true, if the container has one or more members. | |
package hasPID():boolean |
Sequential Notes: | Helper method for JiBX transformations. | |
package hasRelations():boolean |
Sequential Notes: | Helper method for JiBX transformations. This method helps JiBX to determine if a "relations" XML structure has to be created during marshalling. | |
public setContentModel( String contentModel):void |
Sequential |
public setContext( ContextRO newVal):void |
Sequential Notes: | Sets the reference of the collection the container is contained in. | |
public setCreationDate( java.util.Date newVal):void |
Sequential Notes: | Sets the date when the container was created. | |
public setLatestRelease( ContainerRO latestRelease):void |
Sequential |
public setLatestVersion( ContainerRO latestVersion):void |
Sequential |
public setLockStatus( LockStatus newVal):void |
Sequential Notes: | Sets the lock status of the container. | |
public setOwner( AccountUserRO newVal):void |
Sequential Notes: | Sets the owner of the container. | |
public setPid( String newVal):void |
Sequential Notes: | Sets the persistent identifier of the container. | |
public setState( ContainerVO.State state):void |
Sequential |
public setStatusComment( String statusComment):void |
Sequential |
public setVersion( ContainerRO newVal):void |
Sequential Notes: | Sets the reference of the container. | |