org.gcube.datatransformation.datatransformationlibrary.imanagers.queries
Class ProgramParametersQueryObject

java.lang.Object
  extended by org.gcube.datatransformation.datatransformationlibrary.imanagers.queries.QueryObject
      extended by org.gcube.datatransformation.datatransformationlibrary.imanagers.queries.ProgramParametersQueryObject

public class ProgramParametersQueryObject
extends QueryObject

Author:
Dimitris Katris, NKUA

Query object for program parameters.


Field Summary
 String transformationProgramID
          The transformation program id.
 String transformationUnitID
          The transformation unit id.
 
Constructor Summary
ProgramParametersQueryObject()
           
 
Method Summary
 
Methods inherited from class org.gcube.datatransformation.datatransformationlibrary.imanagers.queries.QueryObject
getLogicOperation, getResultType, hasWhereClause, setHasWhereClause, setLogicOperation, setResultType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

transformationProgramID

public String transformationProgramID
The transformation program id.


transformationUnitID

public String transformationUnitID
The transformation unit id.

Constructor Detail

ProgramParametersQueryObject

public ProgramParametersQueryObject()


Copyright © 2013. All Rights Reserved.