Class UserAgentPermission


  • public class UserAgentPermission
    extends java.lang.Object
    Since:
    5.0.0
    Version:
    $Revision: 10825 $ $Date: 2009-08-04 12:36:40 -0300 (Tue, 04 Aug 2009) $
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getId()
      Returns the id.
      int getType()
      Returns the type.
      UserAgent getUserAgent()
      Returns the userAgent.
      java.lang.String getValue()
      Returns the userAgentId.
      void setId​(java.lang.String id)
      Sets the id.
      void setType​(int type)
      Sets the type.
      void setUserAgent​(UserAgent userAgent)
      Sets the userAgent.
      void setValue​(java.lang.String value)
      Sets the value.
      • Methods inherited from class java.lang.Object

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

      • UserAgentPermission

        public UserAgentPermission()
    • Method Detail

      • getUserAgent

        public UserAgent getUserAgent()
        Returns the userAgent.
        Returns:
        the userAgent
        Since:
        5.0.0
      • setUserAgent

        public void setUserAgent​(UserAgent userAgent)
        Sets the userAgent.
        Parameters:
        userAgent - the userAgent value to set.
        Since:
        5.0.0
      • getId

        public java.lang.String getId()
        Returns the id.
        Returns:
        the id
        Since:
        5.0.0
      • setId

        public void setId​(java.lang.String id)
        Sets the id.
        Parameters:
        id - the id value to set.
        Since:
        5.0.0
      • getType

        public int getType()
        Returns the type.
        Returns:
        the type
        Since:
        5.0.0
      • setType

        public void setType​(int type)
        Sets the type.
        Parameters:
        type - the type value to set.
        Since:
        5.0.0
      • getValue

        public java.lang.String getValue()
        Returns the userAgentId.
        Returns:
        the userAgentId
        Since:
        5.0.0
      • setValue

        public void setValue​(java.lang.String value)
        Sets the value.
        Parameters:
        value - the value value to set.
        Since:
        5.0.0