Class SecurityRoleRef

  • Direct Known Subclasses:
    SecurityRoleRef

    public class SecurityRoleRef
    extends Object
    Represents a Security Role Ref element in the deployment descriptor
    Since:
    Jul 21, 2006
    Version:
    $Revision: 68749 $
    Author:
    Anil Saldhana
    • Constructor Detail

      • SecurityRoleRef

        public SecurityRoleRef()
      • SecurityRoleRef

        public SecurityRoleRef​(String name,
                               String link)
      • SecurityRoleRef

        public SecurityRoleRef​(String name,
                               String link,
                               String description)
    • Method Detail

      • getDescription

        public String getDescription()
        Get the description.
        Returns:
        the description.
      • setDescription

        public void setDescription​(String desc)
        Set the description.
      • getLink

        public String getLink()
        Get the link.
        Returns:
        link
      • setLink

        public void setLink​(String l)
        Set the link.
      • getName

        public String getName()
        Get the name.
        Returns:
        the name.
      • setName

        public void setName​(String n)
        Set the name.