|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakart.rmi.app.S_DigitalDownload
public class S_DigitalDownload
The Digital Download class contains information about which customers are enabled to download products.
| Constructor Summary | |
|---|---|
S_DigitalDownload()
|
|
| Method Summary | |
|---|---|
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. |
S_Product |
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(S_Product _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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public S_DigitalDownload()
| Method Detail |
|---|
public int getId()
public void setId(int _id)
_id - the id to setpublic int getCustomerId()
public void setCustomerId(int _customerId)
_customerId - The customerId to set.public java.util.Calendar getDateAdded()
public void setDateAdded(java.util.Calendar _dateAdded)
_dateAdded - The dateAdded to set.public java.util.Calendar getExpirationDate()
public void setExpirationDate(java.util.Calendar _expirationDate)
_expirationDate - The expirationDate to set.public java.util.Calendar getLastModified()
public void setLastModified(java.util.Calendar _lastModified)
_lastModified - The lastModified to set.public int getMaxDownloads()
public void setMaxDownloads(int _maxDownloads)
_maxDownloads - The maxDownloads to set.public int getProductId()
public void setProductId(int _productId)
_productId - The productId to set.public int getTimesDownloaded()
public void setTimesDownloaded(int _timesDownloaded)
_timesDownloaded - The timesDownloaded to set.public S_Product getProduct()
public void setProduct(S_Product _product)
_product - The product to set.public java.lang.String getFilePath()
public void setFilePath(java.lang.String _filePath)
_filePath - the filePath to setpublic java.lang.String getCustom1()
public void setCustom1(java.lang.String _custom1)
_custom1 - the custom1 to setpublic java.lang.String getCustom2()
public void setCustom2(java.lang.String _custom2)
_custom2 - the custom2 to setpublic java.lang.String getCustom3()
public void setCustom3(java.lang.String _custom3)
_custom3 - the custom3 to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||