public class ComputationItemPropertiesValue extends Object implements Serializable, Comparable<ComputationItemPropertiesValue>
| Constructor and Description |
|---|
ComputationItemPropertiesValue() |
ComputationItemPropertiesValue(Integer order,
String key,
String value) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ComputationItemPropertiesValue o) |
String |
getKey() |
Integer |
getOrder() |
String |
getValue() |
void |
setKey(String key) |
void |
setOrder(Integer order) |
void |
setValue(String value) |
String |
toString() |
public Integer getOrder()
public void setOrder(Integer order)
public String getKey()
public void setKey(String key)
public String getValue()
public void setValue(String value)
public int compareTo(ComputationItemPropertiesValue o)
compareTo in interface Comparable<ComputationItemPropertiesValue>Copyright © 2017. All Rights Reserved.