public interface ACL extends Serializable
Modifier and Type | Method and Description |
---|---|
ACL |
getAcl() |
String |
getDescription() |
Set<ACLMember> |
getMembers() |
String |
getName() |
int |
getTenantId() |
boolean |
isAllowSubstitute() |
void |
setAcl(ACL acl) |
void |
setAllowSubstitute(boolean allowSubstitute) |
void |
setDescription(String description) |
void |
setMembers(Set<ACLMember> members) |
void |
setTenantId(int tenantId) |
String getName()
String getDescription()
void setDescription(String description)
ACL getAcl()
void setAcl(ACL acl)
int getTenantId()
void setTenantId(int tenantId)
boolean isAllowSubstitute()
void setAllowSubstitute(boolean allowSubstitute)
Copyright © 2016 SAPERION AG. All rights reserved.