|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DigitalDownloadIf
The Digital Download class contains information about which customers are enabled to download products.
| Method Summary | |
|---|---|
int |
getCustomerId()
|
java.util.Calendar |
getDateAdded()
|
java.util.Calendar |
getExpirationDate()
The date at which the download expires and the link will be removed from the UI. |
java.util.Calendar |
getLastModified()
|
int |
getMaxDownloads()
The maximum number of downloads that may be performed from a link, after which the link is removed. |
ProductIf |
getProduct()
|
int |
getProductId()
The id of the digital download product. |
int |
getTimesDownloaded()
The number of times that the product has been downloaded. |
void |
setCustomerId(int customerId)
|
void |
setDateAdded(java.util.Calendar dateAdded)
|
void |
setExpirationDate(java.util.Calendar expirationDate)
The date at which the download expires and the link will be removed from the UI. |
void |
setLastModified(java.util.Calendar lastModified)
|
void |
setMaxDownloads(int maxDownloads)
The maximum number of downloads that may be performed from a link, after which the link is removed. |
void |
setProduct(ProductIf product)
|
void |
setProductId(int productId)
The id of the digital download product. |
void |
setTimesDownloaded(int timesDownloaded)
The number of times that the product has been downloaded. |
| Method Detail |
|---|
int getCustomerId()
void setCustomerId(int customerId)
customerId - The customerId to set.java.util.Calendar getDateAdded()
void setDateAdded(java.util.Calendar dateAdded)
dateAdded - The dateAdded to set.java.util.Calendar getExpirationDate()
void setExpirationDate(java.util.Calendar expirationDate)
expirationDate - The expirationDate to set.java.util.Calendar getLastModified()
void setLastModified(java.util.Calendar lastModified)
lastModified - The lastModified to set.int getMaxDownloads()
void setMaxDownloads(int maxDownloads)
maxDownloads - The maxDownloads to set.int getProductId()
void setProductId(int productId)
productId - The productId to set.int getTimesDownloaded()
void setTimesDownloaded(int timesDownloaded)
timesDownloaded - The timesDownloaded to set.ProductIf getProduct()
void setProduct(ProductIf product)
product - The product to set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||