com.eruces.teadmin.Operation
The Operation class is a container for pre-defined operations.
Inheritance
- Inherits com.eruces.teadmin.UpdatableObject
Public Attributes
| Type | Name | Description |
|---|---|---|
| long | m_nID | The m_nID field provides an integer representing an operation ID. |
| String | m_strName | The m_strName field provides a string representing an operation name. |
Public Member Functions
| Member | Description |
|---|---|
Operation() | The Operation constructor is the default class constructor. |
String toString() | The toString method converts Operation class data to a string. |
Member Function Documentation
Operation()
The Operation constructor is the default class constructor.
String toString()
The toString method converts Operation class data to a string.
Returns: Returns a string representing Operation class data.
Remark: Overrides the toString method in the com.eruces.teadmin.UpdatableObject class.