Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.openolas.datamodel.cmi
Class CMICommentsFromLms  view CMICommentsFromLms download CMICommentsFromLms.java

java.lang.Object
  extended byorg.openolas.datamodel.cmi.CMICategory
      extended byorg.openolas.datamodel.cmi.CMICommentsFromLms
All Implemented Interfaces:
java.io.Serializable

public class CMICommentsFromLms
extends CMICategory
implements java.io.Serializable


Field Summary
 Element comments_from_lms
           
 
Fields inherited from class org.openolas.datamodel.cmi.CMICategory
writeable
 
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 org.openolas.datamodel.cmi.CMICategory
determineElementValue, doSet, isWriteable, validateType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

comments_from_lms

public Element comments_from_lms
Constructor Detail

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.

Method Detail

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