org.opencrx.kernel.contract1.jmi1
Interface CreateSalesContractParams

All Superinterfaces:
CreateSalesContractParams, RefStruct, RefStruct_1_0, Serializable

public interface CreateSalesContractParams
extends RefStruct_1_0, CreateSalesContractParams


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.opencrx.kernel.contract1.cci2.CreateSalesContractParams
CreateSalesContractParams.Member
 
Method Summary
 Date getActiveOn()
          Retrieves the value for the optional structure field activeOn.
 AbstractContract getBasedOn()
          Retrieves the value for the optional structure field basedOn.
 Account getBroker()
          Retrieves the value for the optional structure field broker.
 short getContractCurrency()
          Retrieves the value for the structure field contractCurrency.
 ContractType getContractType()
          Retrieves the value for the optional structure field contractType.
 Account getCustomer()
          Retrieves the value for the optional structure field customer.
 String getDescription()
          Retrieves the value for the optional structure field description.
 String getName()
          Retrieves the value for the optional structure field name.
 Date getPricingDate()
          Retrieves the value for the optional structure field pricingDate.
 Short getPriority()
          Retrieves the value for the optional structure field priority.
 Account getSalesRep()
          Retrieves the value for the optional structure field salesRep.
 Account getSupplier()
          Retrieves the value for the optional structure field supplier.
 
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

getActiveOn

Date getActiveOn()
Retrieves the value for the optional structure field activeOn.

Specified by:
getActiveOn in interface CreateSalesContractParams
Returns:
The possibly null value for structure field activeOn.

getBasedOn

AbstractContract getBasedOn()
Retrieves the value for the optional structure field basedOn.

Specified by:
getBasedOn in interface CreateSalesContractParams
Returns:
The possibly null value for structure field basedOn.

getBroker

Account getBroker()
Retrieves the value for the optional structure field broker.

Specified by:
getBroker in interface CreateSalesContractParams
Returns:
The possibly null value for structure field broker.

getContractCurrency

short getContractCurrency()
Retrieves the value for the structure field contractCurrency.

Specified by:
getContractCurrency in interface CreateSalesContractParams
Returns:
The non-null value for structure field contractCurrency.

getContractType

ContractType getContractType()
Retrieves the value for the optional structure field contractType.

Specified by:
getContractType in interface CreateSalesContractParams
Returns:
The possibly null value for structure field contractType.

getCustomer

Account getCustomer()
Retrieves the value for the optional structure field customer.

Specified by:
getCustomer in interface CreateSalesContractParams
Returns:
The possibly null value for structure field customer.

getDescription

String getDescription()
Retrieves the value for the optional structure field description.

Specified by:
getDescription in interface CreateSalesContractParams
Returns:
The possibly null value for structure field description.

getName

String getName()
Retrieves the value for the optional structure field name.

Specified by:
getName in interface CreateSalesContractParams
Returns:
The possibly null value for structure field name.

getPricingDate

Date getPricingDate()
Retrieves the value for the optional structure field pricingDate.

Specified by:
getPricingDate in interface CreateSalesContractParams
Returns:
The possibly null value for structure field pricingDate.

getPriority

Short getPriority()
Retrieves the value for the optional structure field priority.

Specified by:
getPriority in interface CreateSalesContractParams
Returns:
The possibly null value for structure field priority.

getSalesRep

Account getSalesRep()
Retrieves the value for the optional structure field salesRep.

Specified by:
getSalesRep in interface CreateSalesContractParams
Returns:
The possibly null value for structure field salesRep.

getSupplier

Account getSupplier()
Retrieves the value for the optional structure field supplier.

Specified by:
getSupplier in interface CreateSalesContractParams
Returns:
The possibly null value for structure field supplier.


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