Class TdbTrainingInfo
java.lang.Object
com.tietoenator.trip.jxp.classification.TdbTrainingInfo
- All Implemented Interfaces:
com.tietoenator.trip.jxp.internal.utils.DOMSink
public class TdbTrainingInfo
extends Object
implements com.tietoenator.trip.jxp.internal.utils.DOMSink
Container for a single element of training information
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRetrieve any comment, or label, associated with the training informationgetName()
Retrieve the name of the training informationvoid
setComment
(String comment) Establish any comment, or label, associated with the training informationvoid
Establish the name of the training information
-
Constructor Details
-
TdbTrainingInfo
public TdbTrainingInfo()Constructor, creates a blank instance
-
-
Method Details
-
getName
Retrieve the name of the training information- Returns:
- The name
-
setName
Establish the name of the training information- Parameters:
name
- The name
-
getComment
Retrieve any comment, or label, associated with the training information- Returns:
- The comment or label
-
setComment
Establish any comment, or label, associated with the training information- Parameters:
comment
- The comment or label
-