Class SaAclImpl

  • All Implemented Interfaces:
    SaAcl, java.io.Serializable

    public class SaAclImpl
    extends java.lang.Object
    implements SaAcl
    Implements SaAcl.
    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()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SaAclImpl

        public SaAclImpl​(java.lang.String n,
                         java.lang.String descr)
        Literal constructor.
        Parameters:
        n - The name.
        descr - The description.
    • Method Detail

      • getDescription

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

        public java.lang.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​(java.lang.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​(java.lang.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 java.lang.String toString()
        Overrides:
        toString in class java.lang.Object