org.siprop.v2.ua.util.impl
Class CommandSet

java.lang.Object
  extended by org.siprop.v2.ua.util.impl.CommandSet

public class CommandSet
extends java.lang.Object

This class is which holds information required for a command as a group.

Author:
noritsuna

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

CommandSet

public CommandSet()
Constructor

Method Detail

getCommandMethod

public java.lang.reflect.Method getCommandMethod()
get UACommand Method.

Returns:
UACommand Method

setCommandMethod

public void setCommandMethod(java.lang.reflect.Method commandMethod)
set UACommand Method.

Parameters:
commandMethod - UACommand Method

getUaCommandClass

public UACommand getUaCommandClass()
get UACommand class.

Returns:
UACommand class

setUaCommandClass

public void setUaCommandClass(UACommand uaCommandClass)
set UACommand class.

Parameters:
uaCommandClass - UACommand class