public interface DigitalDownloadIf
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCustom1() |
java.lang.String |
getCustom2() |
java.lang.String |
getCustom3() |
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.lang.String |
getFilePath()
The path of the file which will override the filePath defined in the product object
|
int |
getId() |
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 |
setCustom1(java.lang.String custom1) |
void |
setCustom2(java.lang.String custom2) |
void |
setCustom3(java.lang.String custom3) |
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 |
setFilePath(java.lang.String filePath)
The path of the file which will override the filePath defined in the product object
|
void |
setId(int id) |
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.
|
int getId()
void setId(int id)
id
- the id to setint 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.java.lang.String getFilePath()
void setFilePath(java.lang.String filePath)
filePath
- the filePath to setjava.lang.String getCustom1()
void setCustom1(java.lang.String custom1)
custom1
- the custom1 to setjava.lang.String getCustom2()
void setCustom2(java.lang.String custom2)
custom2
- the custom2 to setjava.lang.String getCustom3()
void setCustom3(java.lang.String custom3)
custom3
- the custom3 to setCopyright © 2018 DS Data Systems UK Ltd.