Class 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 information
      java.lang.String getName()
      Retrieve the name of the training information
      void setComment​(java.lang.String comment)
      Establish any comment, or label, associated with the training information
      void setName​(java.lang.String name)
      Establish the name of the training information
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TdbTrainingInfo

        public TdbTrainingInfo()
        Constructor, creates a blank instance
    • 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