org.opencrx.application.shop1.datatypes
Class InvoiceFieldMapper

java.lang.Object
  extended by org.opencrx.application.shop1.datatypes.InvoiceFieldMapper

public class InvoiceFieldMapper
extends Object


Constructor Summary
InvoiceFieldMapper()
           
 
Method Summary
 Date getPaymentDate(Invoice invoice)
           
 Date getRenewalNotificationDate(Invoice invoice)
           
 Boolean isVoucher(Invoice invoice)
           
 void setIsVoucher(Invoice invoice, Boolean newValue)
           
 void setPaymentDate(Invoice invoice, Date newValue)
           
 void setRenewalNotificationDate(Invoice invoice, Date newValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvoiceFieldMapper

public InvoiceFieldMapper()
Method Detail

isVoucher

public Boolean isVoucher(Invoice invoice)

getPaymentDate

public Date getPaymentDate(Invoice invoice)

getRenewalNotificationDate

public Date getRenewalNotificationDate(Invoice invoice)

setIsVoucher

public void setIsVoucher(Invoice invoice,
                         Boolean newValue)

setPaymentDate

public void setPaymentDate(Invoice invoice,
                           Date newValue)

setRenewalNotificationDate

public void setRenewalNotificationDate(Invoice invoice,
                                       Date newValue)


This software is published under the BSD license. Copyright © 2003-2010, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.