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.String
getDescription()
This method gets the description of the acl.java.lang.String
getName()
This method gets the name of the acl.void
setDescription(java.lang.String descr)
This method sets the description of the acl.void
setName(java.lang.String n)
This method sets the name of the acl.java.lang.String
toString()
-
-
-
Method Detail
-
getDescription
public java.lang.String getDescription()
This method gets the description of the acl.- Specified by:
getDescription
in 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:
setDescription
in 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:
toString
in classjava.lang.Object
-
-