Interface EssLock

All Superinterfaces:
EssObject
All Known Implementing Classes:
EssLockImpl

public interface EssLock extends EssObject
  • Method Details

    • getName

      String getName()
      Gets the name of the lock.
      Specified by:
      getName in interface EssObject
      Returns:
      the name of this lock
    • getType

      EssObject.Type getType()
      Description copied from interface: EssObject
      Gets the type of this object.
      Specified by:
      getType in interface EssObject
      Returns:
      the object type
    • getLockObjectType

      com.appliedolap.essbase.client.model.LockObject.TypeEnum getLockObjectType()
    • getUser

      String getUser()
    • getTime

      Long getTime()