|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.konakart.wsapp.DigitalDownload
public class DigitalDownload
Constructor Summary | |
---|---|
DigitalDownload()
|
|
DigitalDownload(java.lang.String custom1,
java.lang.String custom2,
java.lang.String custom3,
int customerId,
java.util.Calendar dateAdded,
java.util.Calendar expirationDate,
java.lang.String filePath,
int id,
java.util.Calendar lastModified,
int maxDownloads,
Product product,
int productId,
int timesDownloaded)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getCustom1()
Gets the custom1 value for this DigitalDownload. |
java.lang.String |
getCustom2()
Gets the custom2 value for this DigitalDownload. |
java.lang.String |
getCustom3()
Gets the custom3 value for this DigitalDownload. |
int |
getCustomerId()
Gets the customerId value for this DigitalDownload. |
java.util.Calendar |
getDateAdded()
Gets the dateAdded value for this DigitalDownload. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
java.util.Calendar |
getExpirationDate()
Gets the expirationDate value for this DigitalDownload. |
java.lang.String |
getFilePath()
Gets the filePath value for this DigitalDownload. |
int |
getId()
Gets the id value for this DigitalDownload. |
java.util.Calendar |
getLastModified()
Gets the lastModified value for this DigitalDownload. |
int |
getMaxDownloads()
Gets the maxDownloads value for this DigitalDownload. |
Product |
getProduct()
Gets the product value for this DigitalDownload. |
int |
getProductId()
Gets the productId value for this DigitalDownload. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
int |
getTimesDownloaded()
Gets the timesDownloaded value for this DigitalDownload. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setCustom1(java.lang.String custom1)
Sets the custom1 value for this DigitalDownload. |
void |
setCustom2(java.lang.String custom2)
Sets the custom2 value for this DigitalDownload. |
void |
setCustom3(java.lang.String custom3)
Sets the custom3 value for this DigitalDownload. |
void |
setCustomerId(int customerId)
Sets the customerId value for this DigitalDownload. |
void |
setDateAdded(java.util.Calendar dateAdded)
Sets the dateAdded value for this DigitalDownload. |
void |
setExpirationDate(java.util.Calendar expirationDate)
Sets the expirationDate value for this DigitalDownload. |
void |
setFilePath(java.lang.String filePath)
Sets the filePath value for this DigitalDownload. |
void |
setId(int id)
Sets the id value for this DigitalDownload. |
void |
setLastModified(java.util.Calendar lastModified)
Sets the lastModified value for this DigitalDownload. |
void |
setMaxDownloads(int maxDownloads)
Sets the maxDownloads value for this DigitalDownload. |
void |
setProduct(Product product)
Sets the product value for this DigitalDownload. |
void |
setProductId(int productId)
Sets the productId value for this DigitalDownload. |
void |
setTimesDownloaded(int timesDownloaded)
Sets the timesDownloaded value for this DigitalDownload. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DigitalDownload()
public DigitalDownload(java.lang.String custom1, java.lang.String custom2, java.lang.String custom3, int customerId, java.util.Calendar dateAdded, java.util.Calendar expirationDate, java.lang.String filePath, int id, java.util.Calendar lastModified, int maxDownloads, Product product, int productId, int timesDownloaded)
Method Detail |
---|
public java.lang.String getCustom1()
public void setCustom1(java.lang.String custom1)
custom1
- public java.lang.String getCustom2()
public void setCustom2(java.lang.String custom2)
custom2
- public java.lang.String getCustom3()
public void setCustom3(java.lang.String custom3)
custom3
- public int getCustomerId()
public void setCustomerId(int customerId)
customerId
- public java.util.Calendar getDateAdded()
public void setDateAdded(java.util.Calendar dateAdded)
dateAdded
- public java.util.Calendar getExpirationDate()
public void setExpirationDate(java.util.Calendar expirationDate)
expirationDate
- public java.lang.String getFilePath()
public void setFilePath(java.lang.String filePath)
filePath
- public int getId()
public void setId(int id)
id
- public java.util.Calendar getLastModified()
public void setLastModified(java.util.Calendar lastModified)
lastModified
- public int getMaxDownloads()
public void setMaxDownloads(int maxDownloads)
maxDownloads
- public Product getProduct()
public void setProduct(Product product)
product
- public int getProductId()
public void setProductId(int productId)
productId
- public int getTimesDownloaded()
public void setTimesDownloaded(int timesDownloaded)
timesDownloaded
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |