com.konakart.wsapp
Class DigitalDownload

java.lang.Object
  extended by com.konakart.wsapp.DigitalDownload
All Implemented Interfaces:
java.io.Serializable

public class DigitalDownload
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

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

DigitalDownload

public DigitalDownload()

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

getCustom1

public java.lang.String getCustom1()
Gets the custom1 value for this DigitalDownload.

Returns:
custom1

setCustom1

public void setCustom1(java.lang.String custom1)
Sets the custom1 value for this DigitalDownload.

Parameters:
custom1 -

getCustom2

public java.lang.String getCustom2()
Gets the custom2 value for this DigitalDownload.

Returns:
custom2

setCustom2

public void setCustom2(java.lang.String custom2)
Sets the custom2 value for this DigitalDownload.

Parameters:
custom2 -

getCustom3

public java.lang.String getCustom3()
Gets the custom3 value for this DigitalDownload.

Returns:
custom3

setCustom3

public void setCustom3(java.lang.String custom3)
Sets the custom3 value for this DigitalDownload.

Parameters:
custom3 -

getCustomerId

public int getCustomerId()
Gets the customerId value for this DigitalDownload.

Returns:
customerId

setCustomerId

public void setCustomerId(int customerId)
Sets the customerId value for this DigitalDownload.

Parameters:
customerId -

getDateAdded

public java.util.Calendar getDateAdded()
Gets the dateAdded value for this DigitalDownload.

Returns:
dateAdded

setDateAdded

public void setDateAdded(java.util.Calendar dateAdded)
Sets the dateAdded value for this DigitalDownload.

Parameters:
dateAdded -

getExpirationDate

public java.util.Calendar getExpirationDate()
Gets the expirationDate value for this DigitalDownload.

Returns:
expirationDate

setExpirationDate

public void setExpirationDate(java.util.Calendar expirationDate)
Sets the expirationDate value for this DigitalDownload.

Parameters:
expirationDate -

getFilePath

public java.lang.String getFilePath()
Gets the filePath value for this DigitalDownload.

Returns:
filePath

setFilePath

public void setFilePath(java.lang.String filePath)
Sets the filePath value for this DigitalDownload.

Parameters:
filePath -

getId

public int getId()
Gets the id value for this DigitalDownload.

Returns:
id

setId

public void setId(int id)
Sets the id value for this DigitalDownload.

Parameters:
id -

getLastModified

public java.util.Calendar getLastModified()
Gets the lastModified value for this DigitalDownload.

Returns:
lastModified

setLastModified

public void setLastModified(java.util.Calendar lastModified)
Sets the lastModified value for this DigitalDownload.

Parameters:
lastModified -

getMaxDownloads

public int getMaxDownloads()
Gets the maxDownloads value for this DigitalDownload.

Returns:
maxDownloads

setMaxDownloads

public void setMaxDownloads(int maxDownloads)
Sets the maxDownloads value for this DigitalDownload.

Parameters:
maxDownloads -

getProduct

public Product getProduct()
Gets the product value for this DigitalDownload.

Returns:
product

setProduct

public void setProduct(Product product)
Sets the product value for this DigitalDownload.

Parameters:
product -

getProductId

public int getProductId()
Gets the productId value for this DigitalDownload.

Returns:
productId

setProductId

public void setProductId(int productId)
Sets the productId value for this DigitalDownload.

Parameters:
productId -

getTimesDownloaded

public int getTimesDownloaded()
Gets the timesDownloaded value for this DigitalDownload.

Returns:
timesDownloaded

setTimesDownloaded

public void setTimesDownloaded(int timesDownloaded)
Sets the timesDownloaded value for this DigitalDownload.

Parameters:
timesDownloaded -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



Copyright © 2011 DS Data Systems UK Ltd.