@Entity public class Parameter extends Object implements DataModel
Entry
.
Parameter should be used sparingly. If a parameter seems universal to entry or to part type, that
is, many entries have the same parameters, then they should become a field in the appropriate
object.
Parameters should be serialized for full text search as "parameter name=parameter value", so they
can be searched for as key-value pairs (e.g. "key=value").Constructor and Description |
---|
Parameter() |
Modifier and Type | Method and Description |
---|---|
Entry |
getEntry() |
long |
getId() |
String |
getKey() |
String |
getValue() |
void |
setEntry(Entry entry) |
void |
setId(long id) |
void |
setKey(String key) |
void |
setValue(String value) |
CustomField |
toDataTransferObject() |
public Entry getEntry()
public void setEntry(Entry entry)
public String getKey()
public void setKey(String key)
public String getValue()
public void setValue(String value)
public void setId(long id)
public CustomField toDataTransferObject()
toDataTransferObject
in interface DataModel
Copyright © 2017. All rights reserved.