public class

ForecastExpressionHolder

extends Object
java.lang.Object
   ↳ org.mule.module.servicesource.model.forecast.holders.ForecastExpressionHolder

Summary

Fields
protected Long _amountType
protected String _asOfWeekType
protected String _batchCategoryType
protected String _batchTypeType
protected Double _closeRateType
protected Double _conversionRateType
protected String _distributorType
protected String _productType
protected String _resellerType
protected Double _resolutionRateType
protected String _salesRepType
protected Boolean _silentType
protected Long _snapshotAmountType
protected String _targetMonthType
protected Object amount
protected Object asOfWeek
protected Object batchCategory
protected Object batchType
protected Object closeRate
protected Object conversionRate
protected Object distributor
protected Object product
protected Object reseller
protected Object resolutionRate
protected Object salesRep
protected Object silent
protected Object snapshotAmount
protected Object targetMonth
Public Constructors
ForecastExpressionHolder()
Public Methods
Object getAmount()
Retrieves amount
Object getAsOfWeek()
Retrieves asOfWeek
Object getBatchCategory()
Retrieves batchCategory
Object getBatchType()
Retrieves batchType
Object getCloseRate()
Retrieves closeRate
Object getConversionRate()
Retrieves conversionRate
Object getDistributor()
Retrieves distributor
Object getProduct()
Retrieves product
Object getReseller()
Retrieves reseller
Object getResolutionRate()
Retrieves resolutionRate
Object getSalesRep()
Retrieves salesRep
Object getSilent()
Retrieves silent
Object getSnapshotAmount()
Retrieves snapshotAmount
Object getTargetMonth()
Retrieves targetMonth
void setAmount(Object value)
Sets amount
void setAsOfWeek(Object value)
Sets asOfWeek
void setBatchCategory(Object value)
Sets batchCategory
void setBatchType(Object value)
Sets batchType
void setCloseRate(Object value)
Sets closeRate
void setConversionRate(Object value)
Sets conversionRate
void setDistributor(Object value)
Sets distributor
void setProduct(Object value)
Sets product
void setReseller(Object value)
Sets reseller
void setResolutionRate(Object value)
Sets resolutionRate
void setSalesRep(Object value)
Sets salesRep
void setSilent(Object value)
Sets silent
void setSnapshotAmount(Object value)
Sets snapshotAmount
void setTargetMonth(Object value)
Sets targetMonth
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Long _amountType

protected String _asOfWeekType

protected String _batchCategoryType

protected String _batchTypeType

protected Double _closeRateType

protected Double _conversionRateType

protected String _distributorType

protected String _productType

protected String _resellerType

protected Double _resolutionRateType

protected String _salesRepType

protected Boolean _silentType

protected Long _snapshotAmountType

protected String _targetMonthType

protected Object amount

protected Object asOfWeek

protected Object batchCategory

protected Object batchType

protected Object closeRate

protected Object conversionRate

protected Object distributor

protected Object product

protected Object reseller

protected Object resolutionRate

protected Object salesRep

protected Object silent

protected Object snapshotAmount

protected Object targetMonth

Public Constructors

public ForecastExpressionHolder ()

Public Methods

public Object getAmount ()

Retrieves amount

public Object getAsOfWeek ()

Retrieves asOfWeek

public Object getBatchCategory ()

Retrieves batchCategory

public Object getBatchType ()

Retrieves batchType

public Object getCloseRate ()

Retrieves closeRate

public Object getConversionRate ()

Retrieves conversionRate

public Object getDistributor ()

Retrieves distributor

public Object getProduct ()

Retrieves product

public Object getReseller ()

Retrieves reseller

public Object getResolutionRate ()

Retrieves resolutionRate

public Object getSalesRep ()

Retrieves salesRep

public Object getSilent ()

Retrieves silent

public Object getSnapshotAmount ()

Retrieves snapshotAmount

public Object getTargetMonth ()

Retrieves targetMonth

public void setAmount (Object value)

Sets amount

Parameters
value Value to set

public void setAsOfWeek (Object value)

Sets asOfWeek

Parameters
value Value to set

public void setBatchCategory (Object value)

Sets batchCategory

Parameters
value Value to set

public void setBatchType (Object value)

Sets batchType

Parameters
value Value to set

public void setCloseRate (Object value)

Sets closeRate

Parameters
value Value to set

public void setConversionRate (Object value)

Sets conversionRate

Parameters
value Value to set

public void setDistributor (Object value)

Sets distributor

Parameters
value Value to set

public void setProduct (Object value)

Sets product

Parameters
value Value to set

public void setReseller (Object value)

Sets reseller

Parameters
value Value to set

public void setResolutionRate (Object value)

Sets resolutionRate

Parameters
value Value to set

public void setSalesRep (Object value)

Sets salesRep

Parameters
value Value to set

public void setSilent (Object value)

Sets silent

Parameters
value Value to set

public void setSnapshotAmount (Object value)

Sets snapshotAmount

Parameters
value Value to set

public void setTargetMonth (Object value)

Sets targetMonth

Parameters
value Value to set