|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface OrderNote
OrderNote represents a note made on an order by a CSR.
| Method Summary | |
|---|---|
CmUser |
getCreatedBy()
Get the CM user who created this order note. |
java.util.Date |
getCreatedDate()
Get the date that this order was created on. |
java.lang.String |
getNote()
Get the note recorded against the order. |
void |
setCreatedBy(CmUser createdBy)
Set the CM User who created this order note. |
void |
setCreatedDate(java.util.Date createdDate)
Set the date that the order is created. |
void |
setNote(java.lang.String note)
Set the note against the order. |
| 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 |
|---|
CmUser getCreatedBy()
java.util.Date getCreatedDate()
java.lang.String getNote()
void setCreatedBy(CmUser createdBy)
createdBy - the CM uservoid setCreatedDate(java.util.Date createdDate)
createdDate - the start datevoid setNote(java.lang.String note)
note - the note against the order
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||