public class

Offer

extends ServiceSourceEntity
java.lang.Object
   ↳ org.mule.module.servicesource.model.ServiceSourceEntity
     ↳ org.mule.module.servicesource.model.offer.Offer

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class org.mule.module.servicesource.model.ServiceSourceEntity
Fields
private Amount amount
private String description
private String displayName
private String endDate
private Location location
private PropertyDescriptor product
private String resolutionDate
private PropertyDescriptor result
private PropertyDescriptor resultReason
private String startDate
private Amount targetAmount
private String targetDate
private Amount upsellAmount
[Expand]
Inherited Fields
From class org.mule.module.servicesource.model.ServiceSourceEntity
Public Constructors
Offer()
Public Methods
Amount getAmount()
String getDescription()
String getDisplayName()
String getEndDate()
Location getLocation()
PropertyDescriptor getProduct()
String getResolutionDate()
PropertyDescriptor getResult()
PropertyDescriptor getResultReason()
String getStartDate()
Amount getTargetAmount()
String getTargetDate()
Amount getUpsellAmount()
void setAmount(Amount amount)
void setDescription(String description)
void setDisplayName(String displayName)
void setEndDate(String endDate)
void setLocation(Location location)
void setProduct(PropertyDescriptor product)
void setResolutionDate(String resolutionDate)
void setResult(PropertyDescriptor result)
void setResultReason(PropertyDescriptor resultReason)
void setStartDate(String startDate)
void setTargetAmount(Amount targetAmount)
void setTargetDate(String targetDate)
void setUpsellAmount(Amount upsellAmount)
[Expand]
Inherited Methods
From class org.mule.module.servicesource.model.ServiceSourceEntity
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: -6176741177703380535 (0xaa47ce9fe97649c9)

Fields

private Amount amount

private String description

private String displayName

private String endDate

private Location location

private PropertyDescriptor product

private String resolutionDate

private PropertyDescriptor result

private PropertyDescriptor resultReason

private String startDate

private Amount targetAmount

private String targetDate

private Amount upsellAmount

Public Constructors

public Offer ()

Public Methods

public Amount getAmount ()

public String getDescription ()

public String getDisplayName ()

public String getEndDate ()

public Location getLocation ()

public PropertyDescriptor getProduct ()

public String getResolutionDate ()

public PropertyDescriptor getResult ()

public PropertyDescriptor getResultReason ()

public String getStartDate ()

public Amount getTargetAmount ()

public String getTargetDate ()

public Amount getUpsellAmount ()

public void setAmount (Amount amount)

Parameters
amount

public void setDescription (String description)

Parameters
description

public void setDisplayName (String displayName)

Parameters
displayName

public void setEndDate (String endDate)

Parameters
endDate

public void setLocation (Location location)

Parameters
location

public void setProduct (PropertyDescriptor product)

Parameters
product

public void setResolutionDate (String resolutionDate)

Parameters
resolutionDate

public void setResult (PropertyDescriptor result)

Parameters
result

public void setResultReason (PropertyDescriptor resultReason)

Parameters
resultReason

public void setStartDate (String startDate)

Parameters
startDate

public void setTargetAmount (Amount targetAmount)

Parameters
targetAmount

public void setTargetDate (String targetDate)

Parameters
targetDate

public void setUpsellAmount (Amount upsellAmount)

Parameters
upsellAmount