|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.siprop.v2.ua.util.impl.CommandSet
public class CommandSet
This class is which holds information required for a command as a group.
| Constructor Summary | |
|---|---|
CommandSet()
Constructor |
|
| Method Summary | |
|---|---|
java.lang.reflect.Method |
getCommandMethod()
get UACommand Method. |
UACommand |
getUaCommandClass()
get UACommand class. |
void |
setCommandMethod(java.lang.reflect.Method commandMethod)
set UACommand Method. |
void |
setUaCommandClass(UACommand uaCommandClass)
set UACommand class. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CommandSet()
| Method Detail |
|---|
public java.lang.reflect.Method getCommandMethod()
public void setCommandMethod(java.lang.reflect.Method commandMethod)
commandMethod - UACommand Methodpublic UACommand getUaCommandClass()
public void setUaCommandClass(UACommand uaCommandClass)
uaCommandClass - UACommand class
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||