com.blinksale.domain
Class Delivery

java.lang.Object
  extended by com.blinksale.domain.Delivery

public class Delivery
extends java.lang.Object

Record of every time the invoice has been sent.

Author:
Jerome Louvel (contact@noelios.com)

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

Delivery

public Delivery()
Method Detail

getBody

public java.lang.String getBody()

setBody

public void setBody(java.lang.String body)

getRecipients

public java.util.List<Person> getRecipients()