public class ForecastBreakdownEntry extends Object implements Serializable
| Constructor and Description |
|---|
ForecastBreakdownEntry() |
ForecastBreakdownEntry(String name,
BreakdownForecast forecast) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
BreakdownForecast |
getForecast()
Gets the forecast value for this ForecastBreakdownEntry.
|
String |
getName()
Gets the name value for this ForecastBreakdownEntry.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setForecast(BreakdownForecast forecast)
Sets the forecast value for this ForecastBreakdownEntry.
|
void |
setName(String name)
Sets the name value for this ForecastBreakdownEntry.
|
String |
toString() |
public ForecastBreakdownEntry()
public ForecastBreakdownEntry(String name, BreakdownForecast forecast)
public String getName()
ForecastBreakdownTarget.name field.public void setName(String name)
name - * The optional name of this entry, as specified in the corresponding
ForecastBreakdownTarget.name field.public BreakdownForecast getForecast()
public void setForecast(BreakdownForecast forecast)
forecast - * The forecast of this entry.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2021. All rights reserved.