public class ValueAnnotated<VALUE,IDRESULT> extends Value<VALUE> implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
ValueAnnotated._fields |
Modifier and Type | Field and Description |
---|---|
protected boolean |
copied |
protected boolean |
deleted |
protected IDRESULT |
idresult |
protected String |
remark |
protected String |
textValue |
annotation, loQualifier, loValue, units, upQualifier, upValue
Constructor and Description |
---|
ValueAnnotated() |
Modifier and Type | Method and Description |
---|---|
IDRESULT |
getIdresult() |
String |
getRemark() |
String |
getTextValue() |
boolean |
isCopied() |
boolean |
isDeleted() |
void |
setCopied(boolean copied) |
void |
setDeleted(boolean deleted) |
void |
setIdresult(IDRESULT idresult) |
void |
setRemark(String remark) |
void |
setTextValue(String textValue) |
String |
toHumanReadable() |
String |
toJSON(StringBuilder b) |
asJSON, getAnnotation, getLoQualifier, getLoValue, getUnits, getUpQualifier, getUpValue, setAnnotation, setLoQualifier, setLoValue, setUnits, setUpQualifier, setUpValue, toString
protected IDRESULT idresult
protected boolean copied
protected boolean deleted
protected String remark
protected String textValue
public IDRESULT getIdresult()
public void setIdresult(IDRESULT idresult)
public boolean isCopied()
public void setCopied(boolean copied)
public boolean isDeleted()
public void setDeleted(boolean deleted)
public String getRemark()
public void setRemark(String remark)
public String getTextValue()
public void setTextValue(String textValue)
public String toJSON(StringBuilder b)
public String toHumanReadable()
toHumanReadable
in interface IValue<VALUE,String,String>
toHumanReadable
in class Value<VALUE>
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.