Public Member Functions | Private Attributes
org.srs.srs_knowledge.task.ActionTuple Class Reference

List of all members.

Public Member Functions

 ActionTuple ()
int getActionId ()
int getActionLevel ()
String getActionName ()
boolean getCondition ()
CUAction getCUAction ()
int getParentId ()
void setActionId (int actionId)
void setActionLevel (int actionLevel)
void setActionName (String actionName)
void setCondition (boolean condition)
void setCUAction (CUAction ca)
void setParentId (int parentId)

Private Attributes

int actionId
int actionLevel
String actionName = ""
CUAction ca
boolean condition
int parentId

Detailed Description

A container of CUAction and additional information

Definition at line 61 of file ActionTuple.java.


Constructor & Destructor Documentation

Definition at line 63 of file ActionTuple.java.


Member Function Documentation

Definition at line 113 of file ActionTuple.java.

Definition at line 108 of file ActionTuple.java.

Definition at line 103 of file ActionTuple.java.

Definition at line 123 of file ActionTuple.java.

Definition at line 98 of file ActionTuple.java.

Definition at line 118 of file ActionTuple.java.

void org.srs.srs_knowledge.task.ActionTuple.setActionId ( int  actionId) [inline]

Definition at line 83 of file ActionTuple.java.

void org.srs.srs_knowledge.task.ActionTuple.setActionLevel ( int  actionLevel) [inline]

Definition at line 78 of file ActionTuple.java.

void org.srs.srs_knowledge.task.ActionTuple.setActionName ( String  actionName) [inline]

Definition at line 73 of file ActionTuple.java.

void org.srs.srs_knowledge.task.ActionTuple.setCondition ( boolean  condition) [inline]

Definition at line 93 of file ActionTuple.java.

Definition at line 68 of file ActionTuple.java.

void org.srs.srs_knowledge.task.ActionTuple.setParentId ( int  parentId) [inline]

Definition at line 88 of file ActionTuple.java.


Member Data Documentation

Definition at line 132 of file ActionTuple.java.

Definition at line 134 of file ActionTuple.java.

Definition at line 131 of file ActionTuple.java.

Definition at line 129 of file ActionTuple.java.

Definition at line 135 of file ActionTuple.java.

Definition at line 133 of file ActionTuple.java.


The documentation for this class was generated from the following file:


srs_knowledge
Author(s): Ze Ji
autogenerated on Mon Oct 6 2014 08:27:33