Package com.saperion.intf
Interface SaAcl
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
SaAclImpl
This interface represents Access Control Lists in a Saperion system.
- Author:
- jsc
-
Method Summary
Modifier and TypeMethodDescriptionThis method gets the description of the acl.getName()
This method gets the name of the acl.void
setDescription
(String description) This method sets the description of the acl.void
This method sets the name of the acl.
-
Method Details
-
getName
String getName()This method gets the name of the acl.- Returns:
- The name of the acl.
-
setName
This method sets the name of the acl.- Parameters:
name
- The name of the acl.
-
getDescription
String getDescription()This method gets the description of the acl.- Returns:
- The description of the acl.
-
setDescription
This method sets the description of the acl.- Parameters:
description
- The description of the acl.
-