public class SaAclImpl extends Object implements SaAcl
SaAcl
.Constructor and Description |
---|
SaAclImpl(String n,
String descr)
Literal constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
This method gets the description of the acl.
|
String |
getName()
This method gets the name of the acl.
|
void |
setDescription(String descr)
This method sets the description of the acl.
|
void |
setName(String n)
This method sets the name of the acl.
|
String |
toString() |
public String getDescription()
getDescription
in interface SaAcl
public String getName()
public void setDescription(String descr)
setDescription
in interface SaAcl
descr
- The description of the acl.public void setName(String n)
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.