public class

NormalizedAmountExpressionHolder

extends Object
java.lang.Object
   ↳ org.mule.module.servicesource.model.offer.holders.NormalizedAmountExpressionHolder

Summary

Fields
protected Double _amountType
protected Code _codeType
protected String _convertedOnType
protected Object amount
protected Object code
protected Object convertedOn
Public Constructors
NormalizedAmountExpressionHolder()
Public Methods
Object getAmount()
Retrieves amount
Object getCode()
Retrieves code
Object getConvertedOn()
Retrieves convertedOn
void setAmount(Object value)
Sets amount
void setCode(Object value)
Sets code
void setConvertedOn(Object value)
Sets convertedOn
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Double _amountType

protected Code _codeType

protected String _convertedOnType

protected Object amount

protected Object code

protected Object convertedOn

Public Constructors

public NormalizedAmountExpressionHolder ()

Public Methods

public Object getAmount ()

Retrieves amount

public Object getCode ()

Retrieves code

public Object getConvertedOn ()

Retrieves convertedOn

public void setAmount (Object value)

Sets amount

Parameters
value Value to set

public void setCode (Object value)

Sets code

Parameters
value Value to set

public void setConvertedOn (Object value)

Sets convertedOn

Parameters
value Value to set