|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakartadmin.app.AdminDigitalDownloadSearch
public class AdminDigitalDownloadSearch
AdminDigitalDownloadSearch object for the Admin App
| Field Summary | |
|---|---|
private int |
customerId
customerId. |
private java.util.Date |
expirationDateBefore
expirationDateBefore - if set, all records with an expiration date before the date specified will be returned |
private int |
id
id - the digital download Id. |
static java.lang.String |
ORDER_BY_CUSTOMERS_ID_ASCENDING
ORDER_BY_CUSTOMERS_ID_ASCENDING |
static java.lang.String |
ORDER_BY_CUSTOMERS_ID_DESCENDING
ORDER_BY_CUSTOMERS_ID_DESCENDING |
static java.lang.String |
ORDER_BY_EXPIRATION_DATE_ASCENDING
ORDER_BY_EXPIRATION_DATE_ASCENDING |
static java.lang.String |
ORDER_BY_EXPIRATION_DATE_DESCENDING
ORDER_BY_EXPIRATION_DATE_DESCENDING |
static java.lang.String |
ORDER_BY_ID_ASCENDING
ORDER_BY_ID_ASCENDING |
static java.lang.String |
ORDER_BY_ID_DESCENDING
ORDER_BY_ID_DESCENDING |
static java.lang.String |
ORDER_BY_PRODUCTS_ID_ASCENDING
ORDER_BY_PRODUCTS_ID_ASCENDING |
static java.lang.String |
ORDER_BY_PRODUCTS_ID_DESCENDING
ORDER_BY_CUSTOMERS_ID_DESCENDING |
private java.lang.String |
orderBy
orderBy. |
private int |
productId
productId. |
| Constructor Summary | |
|---|---|
AdminDigitalDownloadSearch()
Instantiates an AdminCustomerSearch object - a requirement for a bean class |
|
AdminDigitalDownloadSearch(com.workingdogs.village.Record r,
org.apache.torque.util.Criteria c)
Instantiates the attributes of the AdminCustomerSearch object from a Record object |
|
| Method Summary | |
|---|---|
int |
getCustomerId()
|
java.util.Date |
getExpirationDateBefore()
|
int |
getId()
|
java.lang.String |
getOrderBy()
|
int |
getProductId()
|
void |
setCustomerId(int customerId)
|
void |
setExpirationDateBefore(java.util.Date expirationDateBefore)
|
void |
setId(int id)
|
void |
setOrderBy(java.lang.String orderBy)
|
void |
setProductId(int productId)
|
java.lang.String |
toString()
|
java.lang.String |
toStringBrief()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String ORDER_BY_ID_DESCENDING
public static final java.lang.String ORDER_BY_ID_ASCENDING
public static final java.lang.String ORDER_BY_CUSTOMERS_ID_DESCENDING
public static final java.lang.String ORDER_BY_CUSTOMERS_ID_ASCENDING
public static final java.lang.String ORDER_BY_PRODUCTS_ID_DESCENDING
public static final java.lang.String ORDER_BY_PRODUCTS_ID_ASCENDING
public static final java.lang.String ORDER_BY_EXPIRATION_DATE_DESCENDING
public static final java.lang.String ORDER_BY_EXPIRATION_DATE_ASCENDING
private int id
private java.util.Date expirationDateBefore
private int productId
private int customerId
private java.lang.String orderBy
| Constructor Detail |
|---|
public AdminDigitalDownloadSearch()
public AdminDigitalDownloadSearch(com.workingdogs.village.Record r,
org.apache.torque.util.Criteria c)
throws com.workingdogs.village.DataSetException
r - Record containing datac - Criteria containing column names
com.workingdogs.village.DataSetException| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toStringBrief()
public int getId()
public void setId(int id)
id - The id to set.public java.lang.String getOrderBy()
public void setOrderBy(java.lang.String orderBy)
orderBy - The orderBy to set.public java.util.Date getExpirationDateBefore()
public void setExpirationDateBefore(java.util.Date expirationDateBefore)
expirationDateBefore - the expirationDateBefore to setpublic int getProductId()
public void setProductId(int productId)
productId - the productId to setpublic int getCustomerId()
public void setCustomerId(int customerId)
customerId - the customerId to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||