com.francetelecom.admindm.api
Class GetterSystem

java.lang.Object
  extended by com.francetelecom.admindm.api.GetterSystem
All Implemented Interfaces:
Getter

public final class GetterSystem
extends java.lang.Object
implements Getter

The Class GetterSystem.


Constructor Summary
GetterSystem(java.lang.String pKey, java.lang.String pCmd, int pType)
          Instantiates a new getter system.
 
Method Summary
 java.lang.Object get(java.lang.String sessionId)
          Gets the.
 void setCmd(java.lang.String pCmd)
          Sets the cmd.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetterSystem

public GetterSystem(java.lang.String pKey,
                    java.lang.String pCmd,
                    int pType)
Instantiates a new getter system.

Parameters:
pKey - the key
pCmd - the cmd
pType - the type
Method Detail

setCmd

public void setCmd(java.lang.String pCmd)
Sets the cmd.

Parameters:
pCmd - the new cmd

get

public java.lang.Object get(java.lang.String sessionId)
Gets the.

Specified by:
get in interface Getter
Parameters:
sessionId - the session id
Returns:
the object
See Also:
Getter.get(java.lang.String)


Copyright © 2011 FranceTelecom. All Rights Reserved.