Interface Permission

    • Method Detail

      • getName

        String getName()
        Get the short name of the permission. NOTE: This field is considered the Primary Key for this object.
        Returns:
        the short name for this permission.
      • getResource

        Resource getResource()
        This is the resource associated with this permission. Implementors must always supply a Resource.
        Returns:
        the Resource.
      • setName

        void setName​(String name)
        Set the short name for this permission.
        Parameters:
        name -
      • isPermanent

        boolean isPermanent()
        Test to see if the object is a permanent object or not.
        Returns:
        true if the object is permanent.
      • setPermanent

        void setPermanent​(boolean permanent)
        Set flag indicating if the object is a permanent object or not.
        Parameters:
        permanent - true if the object is permanent.