|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CustomerDeleted
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 |
|---|
long getCustomerUid()
java.util.Date getDeletedDate()
void setCustomerUid(long customerUid)
customerUid - the uid of the deleted customer.void setDeletedDate(java.util.Date deletedDate)
deletedDate - the date when the customer was deleted
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||