public class NetworkEvaluationVariable extends Object implements Serializable
| Constructor and Description |
|---|
NetworkEvaluationVariable() |
NetworkEvaluationVariable(Long id) |
NetworkEvaluationVariable(String label) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
Long |
getId() |
String |
getLabel() |
NetworkEvaluation |
getParentSet() |
Integer |
getVariableIndex() |
Long |
getVersion() |
int |
hashCode() |
void |
setId(Long id) |
void |
setLabel(String label) |
protected void |
setParentSet(NetworkEvaluation parentSet) |
void |
setVariableIndex(Integer index) |
void |
setVersion(Long version) |
String |
toString() |
public NetworkEvaluationVariable()
public NetworkEvaluationVariable(Long id)
public NetworkEvaluationVariable(String label)
public Long getId()
public void setId(Long id)
public Long getVersion()
public void setVersion(Long version)
public String getLabel()
public void setLabel(String label)
public Integer getVariableIndex()
public void setVariableIndex(Integer index)
public NetworkEvaluation getParentSet()
protected void setParentSet(NetworkEvaluation parentSet)
public boolean equals(Object object)
equals in class ObjectObject.equals(java.lang.Object)public String toString()
toString in class ObjectObject.toString()Copyright © 2018. All Rights Reserved.