com.elasticpath.domain.catalog
Interface CategoryDeleted

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

public interface CategoryDeleted
extends Entity

CategoryDeleted represents a deleted category.


Method Summary
 long getCategoryUid()
          Returns the uid of the deleted category.
 java.util.Date getDeletedDate()
          Returns the date when the category was deleted.
 void setCategoryUid(long categoryUid)
          Sets the uid of the deleted category.
 void setDeletedDate(java.util.Date deletedDate)
          Sets the date when the category was deleted.
 
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

getCategoryUid

long getCategoryUid()
Returns the uid of the deleted category.

Returns:
the uid of the deleted category

getDeletedDate

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

Returns:
the date when the category was deleted

setCategoryUid

void setCategoryUid(long categoryUid)
Sets the uid of the deleted category.

Parameters:
categoryUid - the uid of the deleted category.

setDeletedDate

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

Parameters:
deletedDate - the date when the category was deleted