com.elasticpath.domain.catalog
Interface DigitalAssetAudit

All Superinterfaces:
EpDomain, Persistence, java.io.Serializable
All Known Implementing Classes:
DigitalAssetAuditImpl

public interface DigitalAssetAudit
extends Persistence

Represents a digital asset audit. Digital asset audit is associated with DigitalAsset and OrderSku


Method Summary
 DigitalAsset getDigitalAsset()
          Returns the DigitalAsset.
 java.util.Date getDownloadTime()
          Returns the download time.
 java.lang.String getIpAddress()
          Returns the download IP Address.
 OrderSku getOrderSku()
          Returns the OrderSku.
 void setDigitalAsset(DigitalAsset digitalAsset)
          Sets the DigitalAsset.
 void setDownloadTime(java.util.Date downloadTime)
          Sets the download time.
 void setIpAddress(java.lang.String iPAddress)
          Sets download IP Address.
 void setOrderSku(OrderSku orderSku)
          Sets the OrderSku.
 
Methods inherited from interface com.elasticpath.domain.Persistence
executeBeforePersistAction, getUidPk, isPersistent, setDefaultValues, setUidPk
 
Methods inherited from interface com.elasticpath.domain.EpDomain
getElasticPath, setElasticPath
 

Method Detail

getDigitalAsset

DigitalAsset getDigitalAsset()
Returns the DigitalAsset.

Returns:
the digital asset

getDownloadTime

java.util.Date getDownloadTime()
Returns the download time.

Returns:
the download time

getIpAddress

java.lang.String getIpAddress()
Returns the download IP Address.

Returns:
the download IP Address

getOrderSku

OrderSku getOrderSku()
Returns the OrderSku.

Returns:
the orderSku

setDigitalAsset

void setDigitalAsset(DigitalAsset digitalAsset)
Sets the DigitalAsset.

Parameters:
digitalAsset - the digital asset

setDownloadTime

void setDownloadTime(java.util.Date downloadTime)
Sets the download time.

Parameters:
downloadTime - the download time

setIpAddress

void setIpAddress(java.lang.String iPAddress)
Sets download IP Address.

Parameters:
iPAddress - the download IP Address

setOrderSku

void setOrderSku(OrderSku orderSku)
Sets the OrderSku.

Parameters:
orderSku - the order sku