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

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

public class TransformationUnitQueryObject
extends QueryObject

Author:
Dimitris Katris, NKUA

QueryObject for transformation unit queries.


Field Summary
 HashMap<Integer,ContentTypeCondition> sourceContentTypeConditions
          The source content type conditions.
 HashMap<Integer,ContentTypeCondition> targetContentTypeConditions
          The target content type conditions.
 String transformationProgramID
          The transformation program id.
 
Constructor Summary
TransformationUnitQueryObject()
           
 
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.


sourceContentTypeConditions

public HashMap<Integer,ContentTypeCondition> sourceContentTypeConditions
The source content type conditions.


targetContentTypeConditions

public HashMap<Integer,ContentTypeCondition> targetContentTypeConditions
The target content type conditions.

Constructor Detail

TransformationUnitQueryObject

public TransformationUnitQueryObject()


Copyright © 2013. All Rights Reserved.