Package com.saperion.rmi
Class SaAclImpl
- java.lang.Object
-
- com.saperion.rmi.SaAclImpl
-
- All Implemented Interfaces:
SaAcl,java.io.Serializable
public class SaAclImpl extends java.lang.Object implements SaAcl
ImplementsSaAcl.- Author:
- jsc
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SaAclImpl(java.lang.String n, java.lang.String descr)Literal constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDescription()This method gets the description of the acl.java.lang.StringgetName()This method gets the name of the acl.voidsetDescription(java.lang.String descr)This method sets the description of the acl.voidsetName(java.lang.String n)This method sets the name of the acl.java.lang.StringtoString()
-
-
-
Method Detail
-
getDescription
public java.lang.String getDescription()
This method gets the description of the acl.- Specified by:
getDescriptionin interfaceSaAcl- Returns:
- The description of the acl.
-
getName
public java.lang.String getName()
This method gets the name of the acl.
-
setDescription
public void setDescription(java.lang.String descr)
This method sets the description of the acl.- Specified by:
setDescriptionin interfaceSaAcl- Parameters:
descr- The description of the acl.
-
setName
public void setName(java.lang.String n)
This method sets the name of the acl.
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-