Class SaAclImpl

java.lang.Object
com.saperion.rmi.SaAclImpl
All Implemented Interfaces:
SaAcl, Serializable

public class SaAclImpl extends Object implements SaAcl
Implements SaAcl.
Author:
jsc
See Also:
  • Constructor Details

    • SaAclImpl

      public SaAclImpl(String n, String descr)
      Literal constructor.
      Parameters:
      n - The name.
      descr - The description.
  • Method Details

    • getDescription

      public String getDescription()
      This method gets the description of the acl.
      Specified by:
      getDescription in interface SaAcl
      Returns:
      The description of the acl.
    • getName

      public String getName()
      This method gets the name of the acl.
      Specified by:
      getName in interface SaAcl
      Returns:
      The name of the acl.
    • setDescription

      public void setDescription(String descr)
      This method sets the description of the acl.
      Specified by:
      setDescription in interface SaAcl
      Parameters:
      descr - The description of the acl.
    • setName

      public void setName(String n)
      This method sets the name of the acl.
      Specified by:
      setName in interface SaAcl
      Parameters:
      n - The name of the acl.
    • toString

      public String toString()
      Overrides:
      toString in class Object