Class Pair
- java.lang.Object
-
- org.exoplatform.services.jcr.ext.backup.server.bean.response.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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()getName.StringgetValue()getValue.voidsetName(String name)setName.voidsetValue(String value)setValue.
-
-
-
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
-
-