Package com.saperion.rmi
Class SaAclImpl
java.lang.Object
com.saperion.rmi.SaAclImpl
- All Implemented Interfaces:
SaAcl
,Serializable
Implements
SaAcl
.- Author:
- jsc
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThis method gets the description of the acl.getName()
This method gets the name of the acl.void
setDescription
(String descr) This method sets the description of the acl.void
This method sets the name of the acl.toString()
-
Constructor Details
-
SaAclImpl
Literal constructor.- Parameters:
n
- The name.descr
- The description.
-
-
Method Details
-
getDescription
This method gets the description of the acl.- Specified by:
getDescription
in interfaceSaAcl
- Returns:
- The description of the acl.
-
getName
This method gets the name of the acl. -
setDescription
This method sets the description of the acl.- Specified by:
setDescription
in interfaceSaAcl
- Parameters:
descr
- The description of the acl.
-
setName
This method sets the name of the acl. -
toString
-