Package org.cxml

Class ForecastDetails

java.lang.Object
org.cxml.ForecastDetails

public class ForecastDetails extends Object
  • Field Details

    • cumulativeStartDate

      protected String cumulativeStartDate
    • cumulativeEndDate

      protected String cumulativeEndDate
  • Constructor Details

    • ForecastDetails

      public ForecastDetails()
  • Method Details

    • getCumulativeStartDate

      public String getCumulativeStartDate()
      Gets the value of the cumulativeStartDate property.
      Returns:
      possible object is String
    • setCumulativeStartDate

      public void setCumulativeStartDate(String value)
      Sets the value of the cumulativeStartDate property.
      Parameters:
      value - allowed object is String
    • getCumulativeEndDate

      public String getCumulativeEndDate()
      Gets the value of the cumulativeEndDate property.
      Returns:
      possible object is String
    • setCumulativeEndDate

      public void setCumulativeEndDate(String value)
      Sets the value of the cumulativeEndDate property.
      Parameters:
      value - allowed object is String