|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjhomenet.responsive.response.AbstractResponse
jhomenet.responsive.response.DeviceResponse
public class DeviceResponse
| Field Summary |
|---|
| Fields inherited from class jhomenet.responsive.response.AbstractResponse |
|---|
hasExecuted, id |
| Constructor Summary | |
|---|---|
DeviceResponse()
Default constructor. |
|
| Method Summary | |
|---|---|
void |
execute()
Execute the device. |
State |
getDesiredState()
Get the desired state of the response. |
Device |
getDevice()
Get the response's device object. |
void |
setDesiredState(State state)
Set the desired state of the response. |
void |
setDevice(Device device)
Set the response's device object. |
java.lang.String |
toString()
Get a string representation of this response. |
| Methods inherited from class jhomenet.responsive.response.AbstractResponse |
|---|
formatToString, getId, getResponseDescription, hasExecuted, setId, setResponseDescription |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DeviceResponse()
| Method Detail |
|---|
public void setDevice(Device device)
device - public Device getDevice()
public void setDesiredState(State state)
state - public State getDesiredState()
public void execute()
execute in class AbstractResponseAbstractResponse.execute()public java.lang.String toString()
toString in class AbstractResponseObject.toString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||