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 java.lang.Object implements com.tietoenator.trip.jxp.internal.utils.DOMSink
Container for a single element of training information
-
-
Constructor Summary
Constructors Constructor Description TdbTrainingInfo()
Constructor, creates a blank instance
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getComment()
Retrieve any comment, or label, associated with the training informationjava.lang.String
getName()
Retrieve the name of the training informationvoid
setComment(java.lang.String comment)
Establish any comment, or label, associated with the training informationvoid
setName(java.lang.String name)
Establish the name of the training information
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Retrieve the name of the training information- Returns:
- The name
-
setName
public void setName(java.lang.String name)
Establish the name of the training information- Parameters:
name
- The name
-
getComment
public java.lang.String getComment()
Retrieve any comment, or label, associated with the training information- Returns:
- The comment or label
-
setComment
public void setComment(java.lang.String comment)
Establish any comment, or label, associated with the training information- Parameters:
comment
- The comment or label
-
-