Operation |
Details |
public getLockDate():java.util.Date |
Sequential Notes: | Delivers the locking date. | |
public getReference():LockRO |
Sequential Notes: | Delivers the locks' reference. @see de.mpg.escidoc.services.common.referenceobjects.ReferenceObject | |
public getUser():AccountUserRO |
Sequential Notes: | Delivers the reference of the user who owns the lock. | |
public setLockDate( java.util.Date newVal):void |
Sequential Notes: | Sets the locking date. | |
public setReference( LockRO newVal):void |
Sequential Notes: | Sets the locks' reference. @see de.mpg.escidoc.services.common.referenceobjects.ReferenceObject | |
public setUser( AccountUserRO newVal):void |
Sequential Notes: | Sets the reference of the user who owns the lock. | |