com.elasticpath.domain.customer.impl
Class CustomerDeletedImpl
java.lang.Object
com.elasticpath.domain.impl.AbstractEpDomainImpl
com.elasticpath.domain.impl.AbstractPersistenceImpl
com.elasticpath.domain.impl.AbstractEntityImpl
com.elasticpath.domain.customer.impl.CustomerDeletedImpl
- All Implemented Interfaces:
- CustomerDeleted, Entity, EpDomain, Persistence, java.io.Serializable
public class CustomerDeletedImpl
- extends AbstractEntityImpl
- implements CustomerDeleted
The default implementation of Customer
.
- See Also:
- Serialized Form
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 class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
public static final long serialVersionUID
- Serial version id.
- See Also:
- Constant Field Values
CustomerDeletedImpl
public CustomerDeletedImpl()
- Default constructor.
getCustomerUid
public long getCustomerUid()
- Returns the uid of the deleted customer.
- Specified by:
getCustomerUid
in interface CustomerDeleted
- Returns:
- the uid of the deleted customer
getDeletedDate
public java.util.Date getDeletedDate()
- Returns the date when the customer was deleted.
- Specified by:
getDeletedDate
in interface CustomerDeleted
- Returns:
- the date when the customer was deleted
setCustomerUid
public void setCustomerUid(long customerUid)
- Sets the uid of the deleted customer.
- Specified by:
setCustomerUid
in interface CustomerDeleted
- Parameters:
customerUid
- the uid of the deleted customer.
setDeletedDate
public void setDeletedDate(java.util.Date deletedDate)
- Sets the date when the customer was deleted.
- Specified by:
setDeletedDate
in interface CustomerDeleted
- Parameters:
deletedDate
- the date when the customer was deleted