Package org.cxml
Class ForecastDetails
java.lang.Object
org.cxml.ForecastDetails
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the cumulativeEndDate property.Gets the value of the cumulativeStartDate property.voidsetCumulativeEndDate(String value) Sets the value of the cumulativeEndDate property.voidsetCumulativeStartDate(String value) Sets the value of the cumulativeStartDate property.
-
Field Details
-
cumulativeStartDate
-
cumulativeEndDate
-
-
Constructor Details
-
ForecastDetails
public ForecastDetails()
-
-
Method Details
-
getCumulativeStartDate
Gets the value of the cumulativeStartDate property.- Returns:
- possible object is
String
-
setCumulativeStartDate
Sets the value of the cumulativeStartDate property.- Parameters:
value- allowed object isString
-
getCumulativeEndDate
Gets the value of the cumulativeEndDate property.- Returns:
- possible object is
String
-
setCumulativeEndDate
Sets the value of the cumulativeEndDate property.- Parameters:
value- allowed object isString
-