Class ParameterSetHistory


  • public class ParameterSetHistory
    extends Object
    • Constructor Detail

      • ParameterSetHistory

        public ParameterSetHistory​(String hist_string)
      • ParameterSetHistory

        public ParameterSetHistory​(Object what,
                                   String comment)
    • Method Detail

      • getDate

        public String getDate()
        Getter for property date.
        Returns:
        Value of property date.
      • getWho

        public String getWho()
        Getter for property who.
        Returns:
        Value of property who.
      • getComment

        public String getComment()
        Getter for property comment.
        Returns:
        Value of property comment.
      • setComment

        public void setComment​(String comment)
        Setter for property comment.
      • getSource

        public String getSource()
        Getter for property classMethod.
        Returns:
        Value of property classMethod.
      • getWhat

        public String getWhat()
        Getter for property what.
        Returns:
        Value of property what.