com.francetelecom.admindm.inform
Class InformResponse

java.lang.Object
  extended by com.francetelecom.admindm.inform.InformResponse
All Implemented Interfaces:
RPCMethod

public final class InformResponse
extends java.lang.Object
implements RPCMethod

The Class InformResponse.


Field Summary
static java.lang.String NAME
          The Constant NAME.
 
Constructor Summary
InformResponse()
           
 
Method Summary
 java.lang.String getId()
          Gets the id.
 java.lang.String getName()
          Get the name of RPCMethod.
 void perform(Session session)
          Perform.
 void setId(java.lang.String id)
          Setter the Id.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final java.lang.String NAME
The Constant NAME.

See Also:
Constant Field Values
Constructor Detail

InformResponse

public InformResponse()
Method Detail

getName

public java.lang.String getName()
Get the name of RPCMethod.

Specified by:
getName in interface RPCMethod
Returns:
String
See Also:
RPCMethod.getName()

perform

public void perform(Session session)
Perform.

Specified by:
perform in interface RPCMethod
Parameters:
session - the session
See Also:
RPCMethod.perform(Session)

getId

public java.lang.String getId()
Gets the id.

Specified by:
getId in interface RPCMethod
Returns:
the Id.

setId

public void setId(java.lang.String id)
Setter the Id.

Specified by:
setId in interface RPCMethod


Copyright © 2011 FranceTelecom. All Rights Reserved.