KickJava   Java API By Example, From Geeks To Geeks.

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


1 // ----------------------------------------------------------------------------
2
// StructureType/ImplBegin
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 class OpenDepotPositionParamsImpl
16   extends org.openmdx.base.accessor.jmi.spi.RefStruct_1
17   implements OpenDepotPositionParams {
18
19   public OpenDepotPositionParamsImpl(
20     org.openmdx.base.accessor.jmi.cci.RefPackage_1_0 refPackage,
21     java.util.List JavaDoc args
22   ) {
23     super(refPackage, args);
24   }
25
26   public OpenDepotPositionParamsImpl(
27     org.openmdx.base.accessor.jmi.cci.RefPackage_1_0 refPackage,
28     java.lang.Object JavaDoc arg
29   ) {
30     super(refPackage, arg);
31   }
32
33   public String JavaDoc refQualifiedTypeName(
34   ) {
35     return "org:opencrx:kernel:depot1:OpenDepotPositionParams";
36   }
37
38 // ----------------------------------------------------------------------------
39
// StructureType/ImplFieldGet0_1
40
// ----------------------------------------------------------------------------
41
public String JavaDoc getDescription (
42   ) {
43     return (String JavaDoc)this.refGetValue("description", 0);
44   }
45 // ----------------------------------------------------------------------------
46
// StructureType/ImplFieldGet1_1
47
// ----------------------------------------------------------------------------
48
public String JavaDoc getName(
49   ) {
50     return getName(0);
51   }
52
53   private String JavaDoc getName(
54     int index
55   ) {
56     return (String JavaDoc)this.refGetValue("org:opencrx:kernel:depot1:OpenDepotPositionParams:name", index);
57   }
58
59 // ----------------------------------------------------------------------------
60
// StructureType/ImplFieldGet1_1
61
// ----------------------------------------------------------------------------
62
public java.util.Date JavaDoc getOpeningDate(
63   ) {
64     return getOpeningDate(0);
65   }
66
67   private java.util.Date JavaDoc getOpeningDate(
68     int index
69   ) {
70     return (java.util.Date JavaDoc)this.refGetValue("org:opencrx:kernel:depot1:OpenDepotPositionParams:openingDate", index);
71   }
72
73 // ----------------------------------------------------------------------------
74
// StructureType/ImplFieldGet0_1
75
// ----------------------------------------------------------------------------
76
public org.opencrx.kernel.product1.cci.Product getProduct (
77   ) {
78     return (org.opencrx.kernel.product1.cci.Product)this.refGetValue("product", 0);
79   }
80 // ----------------------------------------------------------------------------
81
// StructureType/ImplFieldGet0_1
82
// ----------------------------------------------------------------------------
83
public org.opencrx.kernel.product1.cci.ContractPositionConstrained getProductRole (
84   ) {
85     return (org.opencrx.kernel.product1.cci.ContractPositionConstrained)this.refGetValue("productRole", 0);
86   }
87 // ----------------------------------------------------------------------------
88
// StructureType/ImplFieldGet0_1
89
// ----------------------------------------------------------------------------
90
public String JavaDoc getQualifier (
91   ) {
92     return (String JavaDoc)this.refGetValue("qualifier", 0);
93   }
94 // ----------------------------------------------------------------------------
95
// StructureType/ImplEnd
96
// ----------------------------------------------------------------------------
97
}
98
Popular Tags