org.opencrx.application.shop1.jmi1
Interface InvoiceT

All Superinterfaces:
InvoiceT, RefStruct, RefStruct_1_0, Serializable

public interface InvoiceT
extends RefStruct_1_0, InvoiceT


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.opencrx.application.shop1.cci2.InvoiceT
InvoiceT.Member
 
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.
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefStruct_1_0
refDelegate
 
Methods inherited from interface javax.jmi.reflect.RefStruct
equals, hashCode, refFieldNames, refGetValue, refTypeName
 

Method Detail

getContract

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

Specified by:
getContract in interface InvoiceT
Returns:
The non-null value for structure field contract.

isVoucher

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

Specified by:
isVoucher in interface InvoiceT
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

Specified by:
getPaymentDate in interface InvoiceT
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.