com.blinksale.domain
Class Terms

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

public class Terms
extends java.lang.Object

Terms of an invoice.

Author:
Jerome Louvel (contact@noelios.com)

Constructor Summary
Terms()
           
 
Method Summary
 java.util.Date getDueDate()
           
 int getValue()
           
 void setDueDate(java.util.Date dueDate)
           
 void setValue(int value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Terms

public Terms()
Method Detail

getDueDate

public java.util.Date getDueDate()

setDueDate

public void setDueDate(java.util.Date dueDate)

getValue

public int getValue()

setValue

public void setValue(int value)