|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.sms.monitor.internal.config.MobileSequenceOperation
public abstract class MobileSequenceOperation
Abstract MobileSequenceOperation class.
| Constructor Summary | |
|---|---|
MobileSequenceOperation()
Constructor for MobileSequenceOperation. |
|
MobileSequenceOperation(String label)
Constructor for MobileSequenceOperation. |
|
MobileSequenceOperation(String gatewayId,
String label)
Constructor for MobileSequenceOperation. |
|
| Method Summary | |
|---|---|
String |
getGatewayId()
getGatewayId |
String |
getLabel()
getLabel |
ThreadCategory |
log()
log |
void |
setGatewayId(String gatewayId)
setGatewayId |
void |
setLabel(String label)
setLabel |
String |
toString()
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MobileSequenceOperation()
Constructor for MobileSequenceOperation.
public MobileSequenceOperation(String label)
Constructor for MobileSequenceOperation.
label - a String object.
public MobileSequenceOperation(String gatewayId,
String label)
Constructor for MobileSequenceOperation.
gatewayId - a String object.label - a String object.| Method Detail |
|---|
public String getGatewayId()
getGatewayId
String object.public void setGatewayId(String gatewayId)
setGatewayId
gatewayId - a String object.public String getLabel()
getLabel
String object.public void setLabel(String label)
setLabel
label - a String object.public ThreadCategory log()
log
ThreadCategory object.public String toString()
toString
toString in class ObjectString object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||