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

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

public class ContentTypeQueryObject
extends QueryObject

Author:
Dimitris Katris, NKUA

Query object for content types of a tu.


Field Summary
 ContentTypeCondition contentTypeCondition
          The content type condition.
 String transformationProgramID
          The transformation program id.
 String transformationUnitID
          The transformation unit id.
 
Constructor Summary
ContentTypeQueryObject()
           
 
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.


contentTypeCondition

public ContentTypeCondition contentTypeCondition
The content type condition.

Constructor Detail

ContentTypeQueryObject

public ContentTypeQueryObject()


Copyright © 2013. All Rights Reserved.