public class ActuatorItem extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
ActuatorItem() |
ActuatorItem(at.ac.ait.hbs.homer.core.common.model.DBActuator device,
at.ac.ait.hbs.homer.core.common.enumerations.DeviceMessageType deviceMessageType,
org.joda.time.LocalTime startTime) |
ActuatorItem(at.ac.ait.hbs.homer.core.common.model.DBActuator device,
at.ac.ait.hbs.homer.core.common.enumerations.DeviceMessageType deviceMessageType,
org.joda.time.LocalTime startTime,
org.joda.time.LocalTime endTime) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
at.ac.ait.hbs.homer.core.common.model.DBActuator |
getDevice() |
at.ac.ait.hbs.homer.core.common.enumerations.DeviceMessageType |
getDeviceMessageType() |
org.joda.time.LocalTime |
getEndTime() |
org.joda.time.LocalTime |
getStartTime() |
int |
hashCode() |
void |
setDevice(at.ac.ait.hbs.homer.core.common.model.DBActuator device) |
void |
setDeviceMessageType(at.ac.ait.hbs.homer.core.common.enumerations.DeviceMessageType deviceMessageType) |
void |
setEndTime(org.joda.time.LocalTime endTime) |
void |
setStartTime(org.joda.time.LocalTime startTime) |
String |
toString() |
public ActuatorItem()
public ActuatorItem(at.ac.ait.hbs.homer.core.common.model.DBActuator device,
at.ac.ait.hbs.homer.core.common.enumerations.DeviceMessageType deviceMessageType,
org.joda.time.LocalTime startTime)
public ActuatorItem(at.ac.ait.hbs.homer.core.common.model.DBActuator device,
at.ac.ait.hbs.homer.core.common.enumerations.DeviceMessageType deviceMessageType,
org.joda.time.LocalTime startTime,
org.joda.time.LocalTime endTime)
public at.ac.ait.hbs.homer.core.common.model.DBActuator getDevice()
public void setDevice(at.ac.ait.hbs.homer.core.common.model.DBActuator device)
public at.ac.ait.hbs.homer.core.common.enumerations.DeviceMessageType getDeviceMessageType()
public void setDeviceMessageType(at.ac.ait.hbs.homer.core.common.enumerations.DeviceMessageType deviceMessageType)
public org.joda.time.LocalTime getStartTime()
public void setStartTime(org.joda.time.LocalTime startTime)
public org.joda.time.LocalTime getEndTime()
public void setEndTime(org.joda.time.LocalTime endTime)
Copyright © 2015. All Rights Reserved.