java.lang.Object
org.openolas.datamodel.cmi.CMICategory
org.openolas.datamodel.cmi.CMICommentsFromLms
- All Implemented Interfaces:
- java.io.Serializable
- public class CMICommentsFromLms
- extends CMICategory
- implements java.io.Serializable
|
Constructor Summary |
CMICommentsFromLms()
Method: Default Constructor
Input: none
Output: none
Description: Sets up the comment attributes with default values. |
CMICommentsFromLms(java.lang.String comments)
Method: Constructor
Input: String comments - comments to be used to initialize the attribute
Output: none
Description: Sets up the comments_from_lms with the comments that were
passed in |
|
Method Summary |
Element |
getCommentsFromLms()
Accessors to the CMIComments Data. |
java.lang.String |
performGet(CMIRequest theRequest,
DMErrorManager dmErrorMgr)
Method: performGet
Input: CMIRequest theRequest - the tokenized LMSGetValue() request
DMErrorManager dmErrorMgr - Error manager
Output: String - the value portion of the element for the LMSGetValue()
Description: This method performs the necessary steps to retrieve the
value for the suspend_data data model element. |
void |
performSet(CMIRequest theRequest,
DMErrorManager dmErrorMgr)
Method: performSet
Input: CMIRequest theRequest - tokenized LMSSetValue() request
DMErrorManager dmErrorMgr - Error manager
Output: none
Description: The LMSGetValue() request is not allowed to be invoked
by an AU. |
void |
setCommentsFromLms(java.lang.String inCommentsFromLMS)
Modifiers to the CMIComments Data. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
comments_from_lms
public Element comments_from_lms
CMICommentsFromLms
public CMICommentsFromLms(java.lang.String comments)
- Method: Constructor
Input: String comments - comments to be used to initialize the attribute
Output: none
Description: Sets up the comments_from_lms with the comments that were
passed in
CMICommentsFromLms
public CMICommentsFromLms()
- Method: Default Constructor
Input: none
Output: none
Description: Sets up the comment attributes with default values.
getCommentsFromLms
public Element getCommentsFromLms()
- Accessors to the CMIComments Data. AUs should not invoke these
methods. AUs should call LMSGetValue()
setCommentsFromLms
public void setCommentsFromLms(java.lang.String inCommentsFromLMS)
- Modifiers to the CMIComments Data. AUs should not invoke these
methods. AUs should call LMSSetValue()
performGet
public java.lang.String performGet(CMIRequest theRequest,
DMErrorManager dmErrorMgr)
- Method: performGet
Input: CMIRequest theRequest - the tokenized LMSGetValue() request
DMErrorManager dmErrorMgr - Error manager
Output: String - the value portion of the element for the LMSGetValue()
Description: This method performs the necessary steps to retrieve the
value for the suspend_data data model element.
performSet
public void performSet(CMIRequest theRequest,
DMErrorManager dmErrorMgr)
- Method: performSet
Input: CMIRequest theRequest - tokenized LMSSetValue() request
DMErrorManager dmErrorMgr - Error manager
Output: none
Description: The LMSGetValue() request is not allowed to be invoked
by an AU. Notify the operator