public class PowerValueImpl extends Object implements PowerValue, Cloneable
PowerValue.ChannelMode| Modifier and Type | Field and Description |
|---|---|
protected double |
value |
| Constructor and Description |
|---|
PowerValueImpl() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
PowerValue |
cloneMe() |
int |
getChannel_id() |
int |
getId() |
Date |
getTimeStamp() |
double |
getValue() |
void |
setChannel_id(int channel_id) |
void |
setId(int id) |
void |
setTimeStamp(Date timestamp) |
void |
setValue(double value) |
public int getId()
getId in interface PowerValuepublic void setId(int id)
setId in interface PowerValuepublic int getChannel_id()
getChannel_id in interface PowerValuepublic void setChannel_id(int channel_id)
setChannel_id in interface PowerValuepublic double getValue()
getValue in interface PowerValuepublic void setValue(double value)
setValue in interface PowerValuepublic Date getTimeStamp()
getTimeStamp in interface PowerValuepublic void setTimeStamp(Date timestamp)
setTimeStamp in interface PowerValuepublic PowerValue cloneMe()
cloneMe in interface PowerValuepublic Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionCopyright © 2018 BITPlan GmbH. All rights reserved.