public class WorkspaceACL extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
WorkspaceACL.USER_TYPE |
Constructor and Description |
---|
WorkspaceACL() |
WorkspaceACL(String serverId,
ACL_TYPE aclType,
String label,
boolean defaultValue,
WorkspaceACL.USER_TYPE userType,
String description) |
Modifier and Type | Method and Description |
---|---|
ACL_TYPE |
getAclType() |
boolean |
getDefaultValue() |
String |
getDescription() |
String |
getId() |
String |
getLabel() |
WorkspaceACL.USER_TYPE |
getUserType() |
void |
setAclType(ACL_TYPE aclType) |
void |
setDefaultValue(boolean defaultValue) |
void |
setDescription(String description) |
void |
setId(String id) |
void |
setLabel(String label) |
void |
setUserType(WorkspaceACL.USER_TYPE userType) |
String |
toString() |
public WorkspaceACL(String serverId, ACL_TYPE aclType, String label, boolean defaultValue, WorkspaceACL.USER_TYPE userType, String description)
public WorkspaceACL()
public String getId()
public void setId(String id)
public String getLabel()
public void setLabel(String label)
public boolean getDefaultValue()
public void setDefaultValue(boolean defaultValue)
public WorkspaceACL.USER_TYPE getUserType()
public void setUserType(WorkspaceACL.USER_TYPE userType)
public String getDescription()
public void setDescription(String description)
public ACL_TYPE getAclType()
public void setAclType(ACL_TYPE aclType)
Copyright © 2015. All Rights Reserved.