pl.slawas.xml
Class XMLNameValuePairResult<NVPObj extends NameValuePair>

java.lang.Object
  extended by pl.slawas.xml.XMLNameValuePairResult<NVPObj>
Type Parameters:
NVPObj -
All Implemented Interfaces:
java.io.Serializable, _IXMLNameValuePairResult<NVPObj>

public class XMLNameValuePairResult<NVPObj extends NameValuePair>
extends java.lang.Object
implements _IXMLNameValuePairResult<NVPObj>, java.io.Serializable

XMLNameValuePairResult wynik z obiektem NameValuePair, moze być wykorzystywany do konwersji wyniku zapytania.

Version:
$Revision: 1.1 $
Author:
Slawomir Cichy <slawas@slawas.pl>
See Also:
Serialized Form

Constructor Summary
XMLNameValuePairResult()
           
 
Method Summary
 java.lang.String getId()
           
 java.util.List<NVPObj> getResult()
           
 void setId(java.lang.String id)
           
 void setResult(java.util.List<NVPObj> result)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLNameValuePairResult

public XMLNameValuePairResult()
Method Detail

getId

public java.lang.String getId()
Specified by:
getId in interface _IXMLNameValuePairResult<NVPObj extends NameValuePair>
Returns:
the id

setId

public void setId(java.lang.String id)
Specified by:
setId in interface _IXMLNameValuePairResult<NVPObj extends NameValuePair>
Parameters:
id - the id to set

getResult

public java.util.List<NVPObj> getResult()
Specified by:
getResult in interface _IXMLNameValuePairResult<NVPObj extends NameValuePair>
Returns:
the result

setResult

public void setResult(java.util.List<NVPObj> result)
Specified by:
setResult in interface _IXMLNameValuePairResult<NVPObj extends NameValuePair>
Parameters:
result - the result to set


Copyright © 2014 Sci Software. All Rights Reserved.