public class ItemState extends Object
| Constructor and Description |
|---|
ItemState() |
ItemState(int errorCode,
JIVariant value,
Calendar timestamp,
Short quality) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getErrorCode() |
Short |
getQuality() |
Calendar |
getTimestamp() |
JIVariant |
getValue() |
int |
hashCode() |
void |
setErrorCode(int errorCode) |
void |
setQuality(Short quality) |
void |
setTimestamp(Calendar timestamp) |
void |
setValue(JIVariant value) |
String |
toString() |
public Short getQuality()
public void setQuality(Short quality)
public Calendar getTimestamp()
public void setTimestamp(Calendar timestamp)
public JIVariant getValue()
public void setValue(JIVariant value)
public int getErrorCode()
public void setErrorCode(int errorCode)
Copyright © 2017 LSST. All rights reserved.