KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > activity1 > cci > WorkReportEntryClass


1 // ----------------------------------------------------------------------------
2
// ClassProxy/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:02 CEST 2006
9
//
10
// GENERATED - DO NOT CHANGE MANUALLY
11
//
12
//////////////////////////////////////////////////////////////////////////////
13
package org.opencrx.kernel.activity1.cci;
14
15 public interface WorkReportEntryClass
16   extends org.openmdx.base.accessor.jmi.cci.RefClass_1_0 {
17
18   /**
19    * Creates an instance of class <code>WorkReportEntry</code>.
20    * This is a factory operation used to create instance objects of class
21    * <code>WorkReportEntry</code>.
22    */

23   public WorkReportEntry createWorkReportEntry(
24   );
25
26   /**
27    * Creates an instance of class <code>WorkReportEntry</code> based on the
28    * specified Object instance.
29    * This is a factory operation used to create instance objects of class
30    * <code>WorkReportEntry</code>.
31    * @param object The Object instance this class is based on. Object must
32    * be instanceof RefObject, Object_1_0 or Path.
33    */

34   public WorkReportEntry getWorkReportEntry(
35     Object JavaDoc object
36   );
37 // ----------------------------------------------------------------------------
38
// ClassProxy/IntfInstanceCreatorRequiredAttributes
39
// ----------------------------------------------------------------------------
40
/**
41    * Creates an instance of class <code>WorkReportEntry</code> based on all
42    * required attributes.
43    * This is a factory operation used to create instance objects of class
44    * <code>WorkReportEntry</code>.
45    */

46   public WorkReportEntry createWorkReportEntry(
47       String JavaDoc activityNumber
48     , short billingCurrency
49     , short durationHours
50     , short durationMinutes
51     , java.util.Date JavaDoc endedAt
52     , String JavaDoc name
53     , java.util.Date JavaDoc startedAt
54     , short accessLevelBrowse
55     , short accessLevelDelete
56     , short accessLevelUpdate
57   );
58 // ----------------------------------------------------------------------------
59
// ClassProxy/IntfInstanceExtenderRequiredAttributes
60
// ----------------------------------------------------------------------------
61
/**
62    * Creates an instance of class <code>WorkReportEntry</code> based on the
63    * superclass <code>SecureObject</code> and all required attributes not
64    * included in this superclass.
65    * This is a factory operation used to create instance objects of class
66    * <code>WorkReportEntry</code>.
67    */

68   public WorkReportEntry extendSecureObject(
69       org.opencrx.kernel.base.cci.SecureObject _base
70     , String JavaDoc activityNumber
71     , short billingCurrency
72     , short durationHours
73     , short durationMinutes
74     , java.util.Date JavaDoc endedAt
75     , String JavaDoc name
76     , java.util.Date JavaDoc startedAt
77   );
78 // ----------------------------------------------------------------------------
79
// ClassProxy/IntfInstanceExtenderRequiredAttributes
80
// ----------------------------------------------------------------------------
81
/**
82    * Creates an instance of class <code>WorkReportEntry</code> based on the
83    * superclass <code>BasicObject</code> and all required attributes not
84    * included in this superclass.
85    * This is a factory operation used to create instance objects of class
86    * <code>WorkReportEntry</code>.
87    */

88   public WorkReportEntry extendBasicObject(
89       org.openmdx.base.cci.BasicObject _base
90     , String JavaDoc activityNumber
91     , short billingCurrency
92     , short durationHours
93     , short durationMinutes
94     , java.util.Date JavaDoc endedAt
95     , String JavaDoc name
96     , java.util.Date JavaDoc startedAt
97     , short accessLevelBrowse
98     , short accessLevelDelete
99     , short accessLevelUpdate
100   );
101 // ----------------------------------------------------------------------------
102
// ClassProxy/IntfInstanceExtenderRequiredAttributes
103
// ----------------------------------------------------------------------------
104
/**
105    * Creates an instance of class <code>WorkReportEntry</code> based on the
106    * superclass <code>ContextCapable</code> and all required attributes not
107    * included in this superclass.
108    * This is a factory operation used to create instance objects of class
109    * <code>WorkReportEntry</code>.
110    */

111   public WorkReportEntry extendContextCapable(
112       org.openmdx.base.cci.ContextCapable _base
113     , String JavaDoc activityNumber
114     , short billingCurrency
115     , short durationHours
116     , short durationMinutes
117     , java.util.Date JavaDoc endedAt
118     , String JavaDoc name
119     , java.util.Date JavaDoc startedAt
120     , short accessLevelBrowse
121     , short accessLevelDelete
122     , short accessLevelUpdate
123   );
124 // ----------------------------------------------------------------------------
125
// ClassProxy/IntfInstanceExtenderRequiredAttributes
126
// ----------------------------------------------------------------------------
127
/**
128    * Creates an instance of class <code>WorkReportEntry</code> based on the
129    * superclass <code>ExtentCapable</code> and all required attributes not
130    * included in this superclass.
131    * This is a factory operation used to create instance objects of class
132    * <code>WorkReportEntry</code>.
133    */

134   public WorkReportEntry extendExtentCapable(
135       org.openmdx.base.cci.ExtentCapable _base
136     , String JavaDoc activityNumber
137     , short billingCurrency
138     , short durationHours
139     , short durationMinutes
140     , java.util.Date JavaDoc endedAt
141     , String JavaDoc name
142     , java.util.Date JavaDoc startedAt
143     , short accessLevelBrowse
144     , short accessLevelDelete
145     , short accessLevelUpdate
146   );
147 // ----------------------------------------------------------------------------
148
// ClassProxy/IntfInstanceExtenderRequiredAttributes
149
// ----------------------------------------------------------------------------
150
/**
151    * Creates an instance of class <code>WorkReportEntry</code> based on the
152    * superclass <code>ViewCapable</code> and all required attributes not
153    * included in this superclass.
154    * This is a factory operation used to create instance objects of class
155    * <code>WorkReportEntry</code>.
156    */

157   public WorkReportEntry extendViewCapable(
158       org.openmdx.compatibility.view1.cci.ViewCapable _base
159     , String JavaDoc activityNumber
160     , short billingCurrency
161     , short durationHours
162     , short durationMinutes
163     , java.util.Date JavaDoc endedAt
164     , String JavaDoc name
165     , java.util.Date JavaDoc startedAt
166     , short accessLevelBrowse
167     , short accessLevelDelete
168     , short accessLevelUpdate
169   );
170 // ----------------------------------------------------------------------------
171
// ClassProxy/IntfEnd.vm
172
// ----------------------------------------------------------------------------
173
}
174
Popular Tags