com.elasticpath.domain.customer
Interface CustomerDeleted

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

public interface CustomerDeleted
extends Entity

CustomerDeleted represents a deleted customer.


Method Summary
 long getCustomerUid()
          Returns the uid of the deleted customer.
 java.util.Date getDeletedDate()
          Returns the date when the customer was deleted.
 void setCustomerUid(long customerUid)
          Sets the uid of the deleted customer.
 void setDeletedDate(java.util.Date deletedDate)
          Sets the date when the customer 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

getCustomerUid

long getCustomerUid()
Returns the uid of the deleted customer.

Returns:
the uid of the deleted customer

getDeletedDate

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

Returns:
the date when the customer was deleted

setCustomerUid

void setCustomerUid(long customerUid)
Sets the uid of the deleted customer.

Parameters:
customerUid - the uid of the deleted customer.

setDeletedDate

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

Parameters:
deletedDate - the date when the customer was deleted