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

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

public class ContentTypeParameterCondition
extends Object

Author:
Dimitris Katris, NKUA

Condition of a content type.


Constructor Summary
ContentTypeParameterCondition()
          Instantiates a ContentTypeParameterCondition.
ContentTypeParameterCondition(String name, String value)
          Instantiates a ContentTypeParameterCondition.
 
Method Summary
 String getName()
           
 String getValue()
           
 void setName(String name)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentTypeParameterCondition

public ContentTypeParameterCondition()
Instantiates a ContentTypeParameterCondition.


ContentTypeParameterCondition

public ContentTypeParameterCondition(String name,
                                     String value)
Instantiates a ContentTypeParameterCondition.

Parameters:
name - The name of the condition.
value - The value of the condition.
Method Detail

getName

public String getName()
Returns:
The name of the condition.

setName

public void setName(String name)
Parameters:
name - The name of the condition.

getValue

public String getValue()
Returns:
The value of the condition.

setValue

public void setValue(String value)
Parameters:
value - The value of the condition.


Copyright © 2013. All Rights Reserved.