Class ComputationItemPropertiesValue
- java.lang.Object
-
- org.gcube.data.analysis.dataminermanagercl.shared.data.computations.ComputationItemPropertiesValue
-
- All Implemented Interfaces:
Serializable,Comparable<ComputationItemPropertiesValue>
public class ComputationItemPropertiesValue extends Object implements Serializable, Comparable<ComputationItemPropertiesValue>
- Author:
- Giancarlo Panichi
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ComputationItemPropertiesValue()ComputationItemPropertiesValue(Integer order, String key, String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(ComputationItemPropertiesValue o)StringgetKey()IntegergetOrder()StringgetValue()voidsetKey(String key)voidsetOrder(Integer order)voidsetValue(String value)StringtoString()
-
-
-
Method Detail
-
getOrder
public Integer getOrder()
-
setOrder
public void setOrder(Integer order)
-
getKey
public String getKey()
-
setKey
public void setKey(String key)
-
getValue
public String getValue()
-
setValue
public void setValue(String value)
-
compareTo
public int compareTo(ComputationItemPropertiesValue o)
- Specified by:
compareToin interfaceComparable<ComputationItemPropertiesValue>
-
-