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.voidsetDescription(String descr) This method sets the description of the acl.voidThis 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:
getDescriptionin 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:
setDescriptionin interfaceSaAcl- Parameters:
descr- The description of the acl.
-
setName
This method sets the name of the acl. -
toString
-