public interface SaAcl extends Serializable
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 description)
This method sets the description of the acl.
|
void |
setName(String name)
This method sets the name of the acl.
|
String getName()
void setName(String name)
name
- The name of the acl.String getDescription()
void setDescription(String description)
description
- The description of the acl.Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.