|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.blinksale.domain.Delivery
public class Delivery
Record of every time the invoice has been sent.
Constructor Summary | |
---|---|
Delivery()
|
Method Summary | |
---|---|
java.lang.String |
getBody()
|
java.util.List<Person> |
getRecipients()
|
void |
setBody(java.lang.String body)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Delivery()
Method Detail |
---|
public java.lang.String getBody()
public void setBody(java.lang.String body)
public java.util.List<Person> getRecipients()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |