Class Permission


  • public class Permission
    extends MapObject
    Version:
    $Revision$ $Date$
    • Constructor Detail

      • Permission

        public Permission()
    • Method Detail

      • getLockType

        public String getLockType()
        The type of permission. One of 'View' or 'Edit'
      • setLockType

        public void setLockType​(String lockType)
      • getLockedBy

        public String getLockedBy()
        The user or group name of the permission's owner
      • setLockedBy

        public void setLockedBy​(String lockedBy)