org.opencrx.application.shop1.cci2
Interface CreateSalesOrderParams

All Known Subinterfaces:
CreateSalesOrderParams

public interface CreateSalesOrderParams


Nested Class Summary
static class CreateSalesOrderParams.Member
          The structure's members
 
Method Summary
 String getCustomerContractNumber()
          Retrieves the value for the optional structure field customerContractNumber.
 SalesOrderT getSalesOrder()
          Retrieves the value for the structure field salesOrder.
 

Method Detail

getCustomerContractNumber

String getCustomerContractNumber()
Retrieves the value for the optional structure field customerContractNumber.

Returns:
The possibly null value for structure field customerContractNumber.

getSalesOrder

SalesOrderT getSalesOrder()
Retrieves the value for the structure field salesOrder.

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


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