Class Pair


  • public class Pair
    extends Object
    Created by The eXo Platform SAS.
    Date: 14.04.2009
    Version:
    $Id: Pair.java 111 2008-11-11 11:11:11Z rainf0x $
    Author:
    Alex Reshetnyak
    • Method Detail

      • getName

        public String getName()
        getName.
        Returns:
        String return the name of parameter
      • setName

        public void setName​(String name)
        setName.
        Parameters:
        name - String, the name of parameter
      • getValue

        public String getValue()
        getValue.
        Returns:
        String return the value of parameter
      • setValue

        public void setValue​(String value)
        setValue.
        Parameters:
        value - String, the value of parameter