com.elasticpath.domain.catalog.impl
Class CategoryDeletedImpl

java.lang.Object
  extended by com.elasticpath.domain.impl.AbstractEpDomainImpl
      extended by com.elasticpath.domain.impl.AbstractPersistenceImpl
          extended by com.elasticpath.domain.impl.AbstractEntityImpl
              extended by com.elasticpath.domain.catalog.impl.CategoryDeletedImpl
All Implemented Interfaces:
CategoryDeleted, Entity, EpDomain, Persistence, java.io.Serializable

public class CategoryDeletedImpl
extends AbstractEntityImpl
implements CategoryDeleted

The default implementation of Category.

See Also:
Serialized Form

Field Summary
static long serialVersionUID
          Serial version id.
 
Constructor Summary
CategoryDeletedImpl()
          Default constructor.
 
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 class com.elasticpath.domain.impl.AbstractEntityImpl
convertAttributeGroupAttributes, getGuid, setDefaultValues, setGuid
 
Methods inherited from class com.elasticpath.domain.impl.AbstractPersistenceImpl
executeBeforePersistAction, getUidPk, isPersistent, setUidPk
 
Methods inherited from class com.elasticpath.domain.impl.AbstractEpDomainImpl
getElasticPath, setElasticPath
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
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
 

Field Detail

serialVersionUID

public static final long serialVersionUID
Serial version id.

See Also:
Constant Field Values
Constructor Detail

CategoryDeletedImpl

public CategoryDeletedImpl()
Default constructor.

Method Detail

getCategoryUid

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

Specified by:
getCategoryUid in interface CategoryDeleted
Returns:
the uid of the deleted category

getDeletedDate

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

Specified by:
getDeletedDate in interface CategoryDeleted
Returns:
the date when the category was deleted

setCategoryUid

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

Specified by:
setCategoryUid in interface CategoryDeleted
Parameters:
categoryUid - the uid of the deleted category.

setDeletedDate

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

Specified by:
setDeletedDate in interface CategoryDeleted
Parameters:
deletedDate - the date when the category was deleted