Class HttpLocationParameter

  • All Implemented Interfaces:
    java.lang.Cloneable, JRCloneable

    public class HttpLocationParameter
    extends java.lang.Object
    implements JRCloneable
    Author:
    Lucian Chirita (lucianc@users.sourceforge.net)
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object clone()  
      java.lang.String getName()  
      java.lang.String getValue()  
      void setName​(java.lang.String name)  
      void setValue​(java.lang.String value)  
      • Methods inherited from class java.lang.Object

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

      • HttpLocationParameter

        public HttpLocationParameter()
      • HttpLocationParameter

        public HttpLocationParameter​(java.lang.String name,
                                     java.lang.String value)
    • Method Detail

      • getName

        public java.lang.String getName()
      • setName

        public void setName​(java.lang.String name)
      • getValue

        public java.lang.String getValue()
      • setValue

        public void setValue​(java.lang.String value)
      • clone

        public java.lang.Object clone()
        Specified by:
        clone in interface JRCloneable
        Overrides:
        clone in class java.lang.Object