|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--objectivehtml.oms.SignalId
This object uniquely identifies a signal method of a OMSObject. The object contains a reference to the method that represents this signal and also contains a reference to the signaller object.
Constructor Summary | |
SignalId()
Constructs an instance of Signal. |
Method Summary | |
boolean |
equals(java.lang.Object obj)
Compares whether two signal ids are equal. |
java.lang.reflect.Method |
getMethod()
Gets the Method object for this signal id. |
OMSObject |
getSignaller()
Gets the signal object for this signal id. |
int |
hashCode()
Generates a hash code for this object. |
void |
setMethod(java.lang.reflect.Method objMethod)
Sets the Method object for this signal id. |
void |
setSignaller(OMSObject objSignaller)
Sets the signal object for this signal id. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SignalId()
Method Detail |
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- the other signal id objectpublic int hashCode()
hashCode
in class java.lang.Object
public void setMethod(java.lang.reflect.Method objMethod)
objMethod
- the methodgetMethod()
public java.lang.reflect.Method getMethod()
setMethod(Method)
public void setSignaller(OMSObject objSignaller)
objSignaller
- the methodgetSignaller()
public OMSObject getSignaller()
setSignaller(OMSObject)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |