public class Permission extends MapObject
Constructor and Description |
---|
Permission() |
Permission(Map data) |
Modifier and Type | Method and Description |
---|---|
String |
getLockedBy()
The user or group name of the permission's owner
|
String |
getLockType()
The type of permission.
|
void |
setLockedBy(String lockedBy) |
void |
setLockType(String lockType) |
public Permission()
public Permission(Map data)
Copyright © 2015 The Codehaus Foundation. All rights reserved.