KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > depot1 > cci > CreateBookingByPositionNameParams


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:38:56 CEST 2006
9
//
10
// GENERATED - DO NOT CHANGE MANUALLY
11
//
12
//////////////////////////////////////////////////////////////////////////////
13
package org.opencrx.kernel.depot1.cci;
14
15 public interface CreateBookingByPositionNameParams
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>bookingText</code>.
23    * @return The possibly null value for structure field <code>bookingText</code>.
24    * @exception JmiException If the value cannot be retrieved for some reason.
25    */

26   public org.opencrx.kernel.depot1.cci.BookingText getBookingText(
27   );
28
29 // ----------------------------------------------------------------------------
30
// StructureType/IntfFieldGet0_1
31
// ----------------------------------------------------------------------------
32
/**
33    * Retrieves the value for the optional structure field <code>bookingTextName</code>.
34    * @return The possibly null value for structure field <code>bookingTextName</code>.
35    * @exception JmiException If the value cannot be retrieved for some reason.
36    */

37   public String JavaDoc getBookingTextName(
38   );
39
40 // ----------------------------------------------------------------------------
41
// StructureType/IntfFieldGet1_1
42
// ----------------------------------------------------------------------------
43
/**
44    * Retrieves the value for the structure field <code>bookingType</code>.
45    * @return The non-null value for structure field <code>bookingType</code>.
46    * @exception JmiException If the value cannot be retrieved for some reason.
47    */

48   public short getBookingType(
49   );
50
51 // ----------------------------------------------------------------------------
52
// StructureType/IntfFieldGet0_1
53
// ----------------------------------------------------------------------------
54
/**
55    * Retrieves the value for the optional structure field <code>depotCredit</code>.
56    * @return The possibly null value for structure field <code>depotCredit</code>.
57    * @exception JmiException If the value cannot be retrieved for some reason.
58    */

59   public org.opencrx.kernel.depot1.cci.Depot getDepotCredit(
60   );
61
62 // ----------------------------------------------------------------------------
63
// StructureType/IntfFieldGet0_1
64
// ----------------------------------------------------------------------------
65
/**
66    * Retrieves the value for the optional structure field <code>depotDebit</code>.
67    * @return The possibly null value for structure field <code>depotDebit</code>.
68    * @exception JmiException If the value cannot be retrieved for some reason.
69    */

70   public org.opencrx.kernel.depot1.cci.Depot getDepotDebit(
71   );
72
73 // ----------------------------------------------------------------------------
74
// StructureType/IntfFieldGet0_1
75
// ----------------------------------------------------------------------------
76
/**
77    * Retrieves the value for the optional structure field <code>depotNumberCredit</code>.
78    * @return The possibly null value for structure field <code>depotNumberCredit</code>.
79    * @exception JmiException If the value cannot be retrieved for some reason.
80    */

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

92   public String JavaDoc getDepotNumberDebit(
93   );
94
95 // ----------------------------------------------------------------------------
96
// StructureType/IntfFieldGet1_1
97
// ----------------------------------------------------------------------------
98
/**
99    * Retrieves the value for the structure field <code>positionName</code>.
100    * @return The non-null value for structure field <code>positionName</code>.
101    * @exception JmiException If the value cannot be retrieved for some reason.
102    */

103   public String JavaDoc getPositionName(
104   );
105
106 // ----------------------------------------------------------------------------
107
// StructureType/IntfFieldGet1_1
108
// ----------------------------------------------------------------------------
109
/**
110    * Retrieves the value for the structure field <code>quantity</code>.
111    * @return The non-null value for structure field <code>quantity</code>.
112    * @exception JmiException If the value cannot be retrieved for some reason.
113    */

114   public java.math.BigDecimal JavaDoc getQuantity(
115   );
116
117 // ----------------------------------------------------------------------------
118
// StructureType/IntfFieldGet0_1
119
// ----------------------------------------------------------------------------
120
/**
121    * Retrieves the value for the optional structure field <code>reversalOf</code>.
122    * @return The possibly null value for structure field <code>reversalOf</code>.
123    * @exception JmiException If the value cannot be retrieved for some reason.
124    */

125   public org.opencrx.kernel.depot1.cci.CompoundBooking getReversalOf(
126   );
127
128 // ----------------------------------------------------------------------------
129
// StructureType/IntfFieldGet1_1
130
// ----------------------------------------------------------------------------
131
/**
132    * Retrieves the value for the structure field <code>valueDate</code>.
133    * @return The non-null value for structure field <code>valueDate</code>.
134    * @exception JmiException If the value cannot be retrieved for some reason.
135    */

136   public java.util.Date JavaDoc getValueDate(
137   );
138
139 // ----------------------------------------------------------------------------
140
// StructureType/IntfEnd
141
// ----------------------------------------------------------------------------
142
}
143
Popular Tags