org.teiid.test.client.ctc
Class ResultsHolder

java.lang.Object
  extended by org.teiid.test.client.ctc.ResultsHolder

public class ResultsHolder
extends Object

ResultsHolder

Data structure. Holder of expected resutls and metadata.


Constructor Summary
ResultsHolder(String type)
           
 
Method Summary
 String getExceptionClassName()
           
 String getExceptionMsg()
           
 List getIdentifiers()
           
 String getQuery()
           
 String getQueryID()
           
 String getResultType()
           
 List getRows()
           
 List getTypes()
           
 boolean hasRows()
           
 boolean isException()
           
 boolean isResult()
           
 void setExceptionClassName(String className)
           
 void setExceptionMsg(String msg)
           
 void setIdentifiers(List identifiers)
           
 void setQuery(String query)
           
 void setQueryID(String queryID)
           
 void setResultType(String resultType)
           
 void setRows(List rows)
           
 void setTypes(List types)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResultsHolder

public ResultsHolder(String type)
Method Detail

getQueryID

public String getQueryID()

setQueryID

public void setQueryID(String queryID)

getQuery

public String getQuery()
Returns:
Returns the query.

setQuery

public void setQuery(String query)
Parameters:
query - The query to set.

isResult

public boolean isResult()

isException

public boolean isException()

getResultType

public String getResultType()

setResultType

public void setResultType(String resultType)

getRows

public List getRows()

setRows

public void setRows(List rows)

getTypes

public List getTypes()

setTypes

public void setTypes(List types)

getIdentifiers

public List getIdentifiers()

setIdentifiers

public void setIdentifiers(List identifiers)

getExceptionClassName

public String getExceptionClassName()

setExceptionClassName

public void setExceptionClassName(String className)

getExceptionMsg

public String getExceptionMsg()

setExceptionMsg

public void setExceptionMsg(String msg)

hasRows

public boolean hasRows()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.