Class StandardTextValue

java.lang.Object
hec.data.timeSeriesText.StandardTextValue

public class StandardTextValue extends Object
  • Constructor Details

    • StandardTextValue

      public StandardTextValue()
    • StandardTextValue

      public StandardTextValue(StandardTextId standardTextId, String standardText)
    • StandardTextValue

      public StandardTextValue(StandardTextValue standardTextValue)
  • Method Details

    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • getStandardTextId

      public StandardTextId getStandardTextId()
    • setStandardTextId

      public void setStandardTextId(StandardTextId standardTextId)
    • getStandardText

      public String getStandardText()
    • setStandardText

      public void setStandardText(String standardText)