|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.tatool.app.data.DataEntryImpl
public class DataEntryImpl
Encapsulates a single property value for an item. The values are stored as triple (item id, name, value) and are stored either in the module or the trial.
| Constructor Summary | |
|---|---|
DataEntryImpl()
|
|
| Method Summary | |
|---|---|
int |
compareTo(DataEntryImpl other)
Compare this property to another property. |
Long |
getId()
Get the id of this object. |
String |
getName()
Get the property name. |
String |
getNodeId()
Get the item id. |
String |
getValue()
Get the property value. |
void |
setId(Long id)
Set the id of this object. |
void |
setName(String name)
Set the property name. |
void |
setNodeId(String item)
Set the item id. |
void |
setValue(String value)
Set the property value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DataEntryImpl()
| Method Detail |
|---|
public String getNodeId()
getNodeId in interface DataContainer.Entrypublic void setNodeId(String item)
public String getName()
getName in interface DataContainer.Entrypublic void setName(String name)
public String getValue()
getValue in interface DataContainer.Entrypublic void setValue(String value)
public Long getId()
public void setId(Long id)
public int compareTo(DataEntryImpl other)
compareTo in interface Comparable<DataEntryImpl>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||