|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.elasticpath.domain.impl.AbstractEpDomainImpl
com.elasticpath.domain.impl.AbstractPersistenceImpl
com.elasticpath.domain.impl.AbstractValueObjectImpl
com.elasticpath.domain.order.impl.OrderNoteImpl
public class OrderNoteImpl
Represents order note added to an order.
| Field Summary | |
|---|---|
static long |
serialVersionUID
Serial version id. |
| Constructor Summary | |
|---|---|
OrderNoteImpl()
|
|
| 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 class com.elasticpath.domain.impl.AbstractPersistenceImpl |
|---|
executeBeforePersistAction, getUidPk, isPersistent, setDefaultValues, 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.Persistence |
|---|
executeBeforePersistAction, getUidPk, isPersistent, setDefaultValues, setUidPk |
| Methods inherited from interface com.elasticpath.domain.EpDomain |
|---|
getElasticPath, setElasticPath |
| Field Detail |
|---|
public static final long serialVersionUID
| Constructor Detail |
|---|
public OrderNoteImpl()
| Method Detail |
|---|
public CmUser getCreatedBy()
getCreatedBy in interface OrderNotepublic java.util.Date getCreatedDate()
getCreatedDate in interface OrderNotepublic java.lang.String getNote()
getNote in interface OrderNotepublic void setCreatedBy(CmUser createdBy)
setCreatedBy in interface OrderNotecreatedBy - the CM userpublic void setCreatedDate(java.util.Date createdDate)
setCreatedDate in interface OrderNotecreatedDate - the start datepublic void setNote(java.lang.String note)
setNote in interface OrderNotenote - the note against the order
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||