public interface SaAcl extends Serializable
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the description of the acl.
|
String |
getName()
Gets the name of the acl.
|
void |
setDescription(String description)
Sets the description of the acl.
|
void |
setName(String name)
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 © 2016 SAPERION AG. All rights reserved.