public class DataEntryImpl extends Object implements DataContainer.Entry, Comparable<DataEntryImpl>
| Constructor and Description |
|---|
DataEntryImpl() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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>Copyright © 2012. All Rights Reserved.