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 Details

    • TdbTrainingInfo

      public TdbTrainingInfo()
      Constructor, creates a blank instance
  • Method Details

    • getName

      public String getName()
      Retrieve the name of the training information
      Returns:
      The name
    • setName

      public void setName(String name)
      Establish the name of the training information
      Parameters:
      name - The name
    • getComment

      public String getComment()
      Retrieve any comment, or label, associated with the training information
      Returns:
      The comment or label
    • setComment

      public void setComment(String comment)
      Establish any comment, or label, associated with the training information
      Parameters:
      comment - The comment or label