com.elasticpath.domain.catalog
Interface ProductDeleted

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

public interface ProductDeleted
extends Entity

ProductDeleted represents a deleted product.


Method Summary
 java.util.Date getDeletedDate()
          Returns the date when the product was deleted.
 long getProductUid()
          Returns the uid of the deleted product.
 void setDeletedDate(java.util.Date deletedDate)
          Sets the date when the product was deleted.
 void setProductUid(long productUid)
          Sets the uid of the deleted product.
 
Methods inherited from interface com.elasticpath.domain.Entity
getGuid, setGuid
 
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

getDeletedDate

java.util.Date getDeletedDate()
Returns the date when the product was deleted.

Returns:
the date when the product was deleted

getProductUid

long getProductUid()
Returns the uid of the deleted product.

Returns:
the uid of the deleted product

setDeletedDate

void setDeletedDate(java.util.Date deletedDate)
Sets the date when the product was deleted.

Parameters:
deletedDate - the date when the product was deleted

setProductUid

void setProductUid(long productUid)
Sets the uid of the deleted product.

Parameters:
productUid - the uid of the deleted product.