public class Incentive extends Object
Constructor and Description |
---|
Incentive()
Default Constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getCode()
Getter for code
|
String |
getDescription()
Getter for description
|
String |
getExpiryDate()
Getter for expiryDate
|
String |
getId()
Getter for id
|
String |
getLogoImageUrl()
Getter for logoImageUrl
|
Currency |
getMinimumPurchaseAmount()
Getter for minimumPurchaseAmount
|
String |
getName()
Getter for name
|
String |
getTerms()
Getter for terms
|
String |
getType()
Getter for type
|
Incentive |
setCode(String code)
Setter for code
|
Incentive |
setDescription(String description)
Setter for description
|
Incentive |
setExpiryDate(String expiryDate)
Setter for expiryDate
|
Incentive |
setId(String id)
Setter for id
|
Incentive |
setLogoImageUrl(String logoImageUrl)
Setter for logoImageUrl
|
Incentive |
setMinimumPurchaseAmount(Currency minimumPurchaseAmount)
Setter for minimumPurchaseAmount
|
Incentive |
setName(String name)
Setter for name
|
Incentive |
setTerms(String terms)
Setter for terms
|
Incentive |
setType(String type)
Setter for type
|
public String getId()
public String getCode()
public String getName()
public String getDescription()
public Incentive setMinimumPurchaseAmount(Currency minimumPurchaseAmount)
public Currency getMinimumPurchaseAmount()
public String getLogoImageUrl()
public String getExpiryDate()
public String getType()
public String getTerms()
Copyright © 2015. All Rights Reserved.