public class AdminRewardPointSearch
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
customerId
customerId
|
private java.util.Date |
dateAddedFrom
date Added From
|
private java.util.Date |
dateAddedTo
date Added To
|
private boolean |
fetchExpired
If true we fetch expired points.
|
private java.lang.String |
orderBy
order By
|
Constructor and Description |
---|
AdminRewardPointSearch()
Constructor
|
AdminRewardPointSearch(com.workingdogs.village.Record r,
com.konakart.db.KKCriteria c)
Instantiates the attributes of the AdminOrderSearch object from a Record object
|
Modifier and Type | Method and Description |
---|---|
int |
getCustomerId() |
java.util.Date |
getDateAddedFrom() |
java.util.Date |
getDateAddedTo() |
java.lang.String |
getOrderBy() |
boolean |
isFetchExpired()
If true we fetch expired points.
|
void |
setCustomerId(int customerId) |
void |
setDateAddedFrom(java.util.Date dateAddedFrom) |
void |
setDateAddedTo(java.util.Date dateAddedTo) |
void |
setFetchExpired(boolean fetchExpired)
If true we fetch expired points.
|
void |
setOrderBy(java.lang.String orderBy) |
java.lang.String |
toString() |
private int customerId
private java.util.Date dateAddedFrom
private java.util.Date dateAddedTo
private java.lang.String orderBy
private boolean fetchExpired
public AdminRewardPointSearch()
public AdminRewardPointSearch(com.workingdogs.village.Record r, com.konakart.db.KKCriteria c) throws com.workingdogs.village.DataSetException
r
- Record containing datac
- Criteria containing column namescom.workingdogs.village.DataSetException
- an unexpected exception due to data in Torque (the database layer)public java.lang.String toString()
toString
in class java.lang.Object
public int getCustomerId()
public void setCustomerId(int customerId)
customerId
- the customerId to setpublic java.util.Date getDateAddedFrom()
public void setDateAddedFrom(java.util.Date dateAddedFrom)
dateAddedFrom
- the dateAddedFrom to setpublic java.util.Date getDateAddedTo()
public void setDateAddedTo(java.util.Date dateAddedTo)
dateAddedTo
- the dateAddedTo to setpublic java.lang.String getOrderBy()
public void setOrderBy(java.lang.String orderBy)
orderBy
- the orderBy to setpublic boolean isFetchExpired()
public void setFetchExpired(boolean fetchExpired)
fetchExpired
- the fetchExpired to setCopyright © 2018 DS Data Systems UK Ltd.