public interface RewardPointIf
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCode()
A code used to define the type of transaction in which the points were added or removed.
|
int |
getCustomerId()
The numeric id of the customer that the points belong to.
|
java.util.Calendar |
getDateAdded()
The date added
|
java.lang.String |
getDescription()
A description that can be viewed in a points statement.
|
int |
getId()
The numeric id of the Reward Points Object
|
int |
getInitialPoints()
The initial number of points when they were awarded
|
int |
getRemainingPoints()
The number of points remaining, since some may have been used.
|
java.lang.String |
getStoreId()
The store id
|
int |
getTransactionType()
The type of transaction which indicates whether the points have been added or removed.
|
boolean |
isExpired()
Indicates whether the points have expired
|
void |
setCode(java.lang.String code)
A code used to define the type of transaction in which the points were added or removed.
|
void |
setCustomerId(int customerId)
The numeric id of the customer that the points belong to.
|
void |
setDateAdded(java.util.Calendar dateAdded)
The date added
|
void |
setDescription(java.lang.String description)
A description that can be viewed in a points statement.
|
void |
setExpired(boolean expired)
Indicates whether the points have expired
|
void |
setId(int id)
The numeric id of the Reward Points Object
|
void |
setInitialPoints(int initialPoints)
The initial number of points when they were awarded
|
void |
setRemainingPoints(int remainingPoints)
The number of points remaining, since some may have been used.
|
void |
setStoreId(java.lang.String storeId)
The store id
|
void |
setTransactionType(int transactionType)
The type of transaction which indicates whether the points have been added or removed.
|
int getId()
void setId(int id)
id
- the id to setjava.lang.String getStoreId()
void setStoreId(java.lang.String storeId)
storeId
- the storeId to setjava.lang.String getCode()
void setCode(java.lang.String code)
code
- the code to setjava.lang.String getDescription()
void setDescription(java.lang.String description)
description
- the description to setint getCustomerId()
void setCustomerId(int customerId)
customerId
- the customerId to setint getInitialPoints()
void setInitialPoints(int initialPoints)
initialPoints
- the initialPoints to setint getRemainingPoints()
void setRemainingPoints(int remainingPoints)
remainingPoints
- the remainingPoints to setboolean isExpired()
void setExpired(boolean expired)
expired
- the expired to setint getTransactionType()
void setTransactionType(int transactionType)
transactionType
- the transactionType to setjava.util.Calendar getDateAdded()
void setDateAdded(java.util.Calendar dateAdded)
dateAdded
- the dateAdded to setCopyright © 2018 DS Data Systems UK Ltd.