org.opencrx.kernel.plugin.application.contract1
Class InvoiceImpl

java.lang.Object
  extended by org.opencrx.kernel.plugin.application.contract1.InvoiceImpl

public class InvoiceImpl
extends Object


Field Summary
protected  Invoice current
           
protected  Invoice next
           
 
Constructor Summary
InvoiceImpl(Invoice current, Invoice next)
           
 
Method Summary
 Backend getBackend()
           
 Void markAsClosed(InvoiceMarkAsClosedParams params)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

current

protected final Invoice current

next

protected final Invoice next
Constructor Detail

InvoiceImpl

public InvoiceImpl(Invoice current,
                   Invoice next)
Method Detail

getBackend

public Backend getBackend()

markAsClosed

public Void markAsClosed(InvoiceMarkAsClosedParams params)


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