|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.universaldevices.device.model.ControlAction
public class ControlAction
This class represents a triplet of Control, Action, Node which could be utilized as a place holder for device operations
Field Summary | |
---|---|
java.lang.String |
action
The action |
java.lang.String |
control
The control |
java.lang.String |
node
The node |
Constructor Summary | |
---|---|
ControlAction()
|
|
ControlAction(java.lang.String control,
java.lang.String action,
java.lang.String node)
Constructor |
Method Summary | |
---|---|
boolean |
equals(ControlAction s)
Tests whether or not this object is equal to another object of type ControlAction |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String control
public java.lang.String action
public java.lang.String node
Constructor Detail |
---|
public ControlAction()
public ControlAction(java.lang.String control, java.lang.String action, java.lang.String node)
control
- - the controlaction
- - the actionnode
- - the nodeMethod Detail |
---|
public boolean equals(ControlAction s)
ControlAction
s
- - another ControlAction
object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |