Class DataNeedDuration

java.lang.Object
energy.eddie.dataneeds.duration.DataNeedDuration
Direct Known Subclasses:
AbsoluteDuration, RelativeDuration

@Entity public abstract class DataNeedDuration extends Object
  • Constructor Details

    • DataNeedDuration

      protected DataNeedDuration()
  • Method Details

    • dataNeedId

      public String dataNeedId()
      Returns the ID of the data need with which this DataNeedDuration is associated.
      Returns:
      the ID of the data need.
    • setDataNeedId

      public void setDataNeedId(String dataNeedId)
      Sets the id of the data need with which this DataNeedDuration should be associated.
      Parameters:
      dataNeedId - new data need ID.,