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

java.lang.Object
  extended by org.siprop.v2.ua.util.impl.CommandName
All Implemented Interfaces:
java.io.Serializable

public class CommandName
extends java.lang.Object
implements java.io.Serializable

This class is which holds and generates a command name.

Author:
noritsuna
See Also:
Serialized Form

Constructor Summary
CommandName(java.lang.String serviceName, java.lang.String methodName)
          Constructor
 
Method Summary
 java.lang.String getCommandName()
          get command name.
 java.lang.String getMethodName()
          get method name.
 java.lang.String getServiceName()
          get service name.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandName

public CommandName(java.lang.String serviceName,
                   java.lang.String methodName)
Constructor

Parameters:
serviceName - service name
methodName -
Method Detail

getMethodName

public java.lang.String getMethodName()
get method name.

Returns:
method name

getServiceName

public java.lang.String getServiceName()
get service name.

Returns:
service name

getCommandName

public java.lang.String getCommandName()
get command name.

Returns:
command name