KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > contract1 > cci > CreatePositionParams


1 // ----------------------------------------------------------------------------
2
// StructureType/IntfBegin
3
// ----------------------------------------------------------------------------
4
//////////////////////////////////////////////////////////////////////////////
5
//
6
// Name: $Id: JMIAbstractMapper.java,v 1.11 2006/01/21 23:09:07 wfro Exp $
7
// Generated by: openMDX JMI Mapper
8
// Date: Mon Apr 03 11:39:00 CEST 2006
9
//
10
// GENERATED - DO NOT CHANGE MANUALLY
11
//
12
//////////////////////////////////////////////////////////////////////////////
13
package org.opencrx.kernel.contract1.cci;
14
15 public interface CreatePositionParams
16   extends org.openmdx.base.accessor.jmi.cci.RefStruct_1_0 {
17
18 // ----------------------------------------------------------------------------
19
// StructureType/IntfFieldGet0_1
20
// ----------------------------------------------------------------------------
21
/**
22    * Retrieves the value for the optional structure field <code>name</code>.
23    * @return The possibly null value for structure field <code>name</code>.
24    * @exception JmiException If the value cannot be retrieved for some reason.
25    */

26   public String JavaDoc getName(
27   );
28
29 // ----------------------------------------------------------------------------
30
// StructureType/IntfFieldGet0_1
31
// ----------------------------------------------------------------------------
32
/**
33    * Retrieves the value for the optional structure field <code>priceUom</code>.
34    * @return The possibly null value for structure field <code>priceUom</code>.
35    * @exception JmiException If the value cannot be retrieved for some reason.
36    */

37   public org.opencrx.kernel.uom1.cci.Uom getPriceUom(
38   );
39
40 // ----------------------------------------------------------------------------
41
// StructureType/IntfFieldGet0_1
42
// ----------------------------------------------------------------------------
43
/**
44    * Retrieves the value for the optional structure field <code>pricingDate</code>.
45    * @return The possibly null value for structure field <code>pricingDate</code>.
46    * @exception JmiException If the value cannot be retrieved for some reason.
47    */

48   public java.util.Date JavaDoc getPricingDate(
49   );
50
51 // ----------------------------------------------------------------------------
52
// StructureType/IntfFieldGet1_1
53
// ----------------------------------------------------------------------------
54
/**
55    * Retrieves the value for the structure field <code>pricingRule</code>.
56    * @return The non-null value for structure field <code>pricingRule</code>.
57    * @exception JmiException If the value cannot be retrieved for some reason.
58    */

59   public org.opencrx.kernel.product1.cci.PricingRule getPricingRule(
60   );
61
62 // ----------------------------------------------------------------------------
63
// StructureType/IntfFieldGet1_1
64
// ----------------------------------------------------------------------------
65
/**
66    * Retrieves the value for the structure field <code>product</code>.
67    * @return The non-null value for structure field <code>product</code>.
68    * @exception JmiException If the value cannot be retrieved for some reason.
69    */

70   public org.opencrx.kernel.product1.cci.Product getProduct(
71   );
72
73 // ----------------------------------------------------------------------------
74
// StructureType/IntfFieldGet1_1
75
// ----------------------------------------------------------------------------
76
/**
77    * Retrieves the value for the structure field <code>quantity</code>.
78    * @return The non-null value for structure field <code>quantity</code>.
79    * @exception JmiException If the value cannot be retrieved for some reason.
80    */

81   public java.math.BigDecimal JavaDoc getQuantity(
82   );
83
84 // ----------------------------------------------------------------------------
85
// StructureType/IntfFieldGet0_1
86
// ----------------------------------------------------------------------------
87
/**
88    * Retrieves the value for the optional structure field <code>uom</code>.
89    * @return The possibly null value for structure field <code>uom</code>.
90    * @exception JmiException If the value cannot be retrieved for some reason.
91    */

92   public org.opencrx.kernel.uom1.cci.Uom getUom(
93   );
94
95 // ----------------------------------------------------------------------------
96
// StructureType/IntfEnd
97
// ----------------------------------------------------------------------------
98
}
99
Popular Tags