com.konakartadmin.app
Class AdminRewardPointSearch

java.lang.Object
  extended by com.konakartadmin.app.AdminRewardPointSearch

public class AdminRewardPointSearch
extends java.lang.Object

Allows you to enter search criteria for retrieving AdminRewardPoint objects


Field Summary
private  int customerId
          customerId
private  java.util.Date dateAddedFrom
          date Added From
private  java.util.Date dateAddedTo
          date Added To
private  java.lang.String orderBy
          order By
 
Constructor Summary
AdminRewardPointSearch()
          Constructor
AdminRewardPointSearch(com.workingdogs.village.Record r, org.apache.torque.util.Criteria c)
          Instantiates the attributes of the AdminOrderSearch object from a Record object
 
Method Summary
 int getCustomerId()
           
 java.util.Date getDateAddedFrom()
           
 java.util.Date getDateAddedTo()
           
 java.lang.String getOrderBy()
           
 void setCustomerId(int customerId)
           
 void setDateAddedFrom(java.util.Date dateAddedFrom)
           
 void setDateAddedTo(java.util.Date dateAddedTo)
           
 void setOrderBy(java.lang.String orderBy)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

customerId

private int customerId
customerId


dateAddedFrom

private java.util.Date dateAddedFrom
date Added From


dateAddedTo

private java.util.Date dateAddedTo
date Added To


orderBy

private java.lang.String orderBy
order By

Constructor Detail

AdminRewardPointSearch

public AdminRewardPointSearch()
Constructor


AdminRewardPointSearch

public AdminRewardPointSearch(com.workingdogs.village.Record r,
                              org.apache.torque.util.Criteria c)
                       throws com.workingdogs.village.DataSetException
Instantiates the attributes of the AdminOrderSearch object from a Record object

Parameters:
r - Record containing data
c - Criteria containing column names
Throws:
com.workingdogs.village.DataSetException
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
Returns:
Returns a string containing the attributes of the Product object and those of its Options.

getCustomerId

public int getCustomerId()
Returns:
the customerId

setCustomerId

public void setCustomerId(int customerId)
Parameters:
customerId - the customerId to set

getDateAddedFrom

public java.util.Date getDateAddedFrom()
Returns:
the dateAddedFrom

setDateAddedFrom

public void setDateAddedFrom(java.util.Date dateAddedFrom)
Parameters:
dateAddedFrom - the dateAddedFrom to set

getDateAddedTo

public java.util.Date getDateAddedTo()
Returns:
the dateAddedTo

setDateAddedTo

public void setDateAddedTo(java.util.Date dateAddedTo)
Parameters:
dateAddedTo - the dateAddedTo to set

getOrderBy

public java.lang.String getOrderBy()
Returns:
the orderBy

setOrderBy

public void setOrderBy(java.lang.String orderBy)
Parameters:
orderBy - the orderBy to set


Copyright © 2011 DS Data Systems UK Ltd.