class UISocketTimedCommand

UISocketTimedCommand is a variant of UISocketCommand.

Inheritance:


Public Methods

[more] UISocketTimedCommand()
Basic Constructor for UISocketTimedCommand
[more]string getState()
Get State for command.
[more]void setState(string state)
Set state of the command.
[more]long getTtc()
Get Time To Complete Value for the command.
[more]void setTtc(long ttc)
set Time to Complete value of the command.
[more]AbstractUISocketElement* clone()
Return the Cloned copy of UISocketTimedCommand Object


Inherited from UISocketCommand:

Public Fields

ostruct dimCmdStruct *dimCmdPtr
ostruct cmdParamStruct*cmdParamList

Public Methods

ocmdParamStruct* cloneParamList()
ovoid addParam(string id, UISocketCommandParam*cmdParam)


Inherited from AbstractUISocketElement:

Public Fields

oSession* session
olist<string> dimensionList

Public Methods

ostring getElementId()
ovoid setElementId(string elementId)
obool isDimensional()
ovoid setDimensional(bool isDimensional)
oSocketDescription* getSocket()
ovoid setSocket(SocketDescription* socketDescription)
oSession* getSession()
ovoid setSession(Session* session)
obool isIncludeRes()
ovoid setIncludeRes(bool isIncludeRes)
ovirtual void addSocketElement(AbstractUISocketElement*socketElement)
ovirtual SocketElementList* getElementIdSocketElementMap()
ovirtual void setElementIdSocketElementMap(SocketElementList* elementIdSocketElementMap)
ovirtual void parse(IXML_Node* rootElement)


Documentation

UISocketTimedCommand is a variant of UISocketCommand. It provides the functionality to set/get the state/ttc of type="timedCommand".

o UISocketTimedCommand()
Basic Constructor for UISocketTimedCommand

ostring getState()
Get State for command.

Returns:
a String Value of state

ovoid setState(string state)
Set state of the command.

Parameters:
state - a String value of state

olong getTtc()
Get Time To Complete Value for the command.

Returns:
a long value

ovoid setTtc(long ttc)
set Time to Complete value of the command.

Parameters:
ttc - a long value

oAbstractUISocketElement* clone()
Return the Cloned copy of UISocketTimedCommand Object
Returns:
AbstractUISocketElement Object


This class has no child classes.
Author:
Parikshit Thakur & Team, Trace R&D Center
Version:
Revision: 1.0

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.