org.opencrx.application.shop1.cci2
Interface InvoiceT

All Known Subinterfaces:
InvoiceT

public interface InvoiceT


Nested Class Summary
static class InvoiceT.Member
          The structure's members
 
Method Summary
 ContractT getContract()
          Retrieves the value for the structure field contract.
 Date getPaymentDate()
          Retrieves the value for the optional structure field paymentDate.
 boolean isVoucher()
          Retrieves the value for the structure field isVoucher.
 

Method Detail

getContract

ContractT getContract()
Retrieves the value for the structure field contract.

Returns:
The non-null value for structure field contract.

isVoucher

boolean isVoucher()
Retrieves the value for the structure field isVoucher.

Returns:
The non-null value for structure field isVoucher.

getPaymentDate

Date getPaymentDate()
Retrieves the value for the optional structure field paymentDate.

paymentDate is set by the operation setInvoiceStatus() if the status is set to INVOICE_STATE_PAID. --> Contract::userDateTime0

Returns:
The possibly null value for structure field paymentDate.


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