KickJava   Java API By Example, From Geeks To Geeks.

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


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

23   public PostalAddress createPostalAddress(
24   );
25
26   /**
27    * Creates an instance of class <code>PostalAddress</code> based on the
28    * specified Object instance.
29    * This is a factory operation used to create instance objects of class
30    * <code>PostalAddress</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 PostalAddress getPostalAddress(
35     Object JavaDoc object
36   );
37 // ----------------------------------------------------------------------------
38
// ClassProxy/IntfInstanceCreatorRequiredAttributes
39
// ----------------------------------------------------------------------------
40
/**
41    * Creates an instance of class <code>PostalAddress</code> based on all
42    * required attributes.
43    * This is a factory operation used to create instance objects of class
44    * <code>PostalAddress</code>.
45    */

46   public PostalAddress createPostalAddress(
47       short postalCountry
48     , short postalFreightTerms
49     , short postalUtcOffset
50     , short accessLevelBrowse
51     , short accessLevelDelete
52     , short accessLevelUpdate
53   );
54 // ----------------------------------------------------------------------------
55
// ClassProxy/IntfInstanceExtenderRequiredAttributes
56
// ----------------------------------------------------------------------------
57
/**
58    * Creates an instance of class <code>PostalAddress</code> based on the
59    * superclass <code>PostalAddressable</code> and all required attributes
60    * not included in this superclass.
61    * This is a factory operation used to create instance objects of class
62    * <code>PostalAddress</code>.
63    */

64   public PostalAddress extendPostalAddressable(
65       org.opencrx.kernel.address1.cci.PostalAddressable _base
66     , short accessLevelBrowse
67     , short accessLevelDelete
68     , short accessLevelUpdate
69   );
70 // ----------------------------------------------------------------------------
71
// ClassProxy/IntfInstanceExtenderRequiredAttributes
72
// ----------------------------------------------------------------------------
73
/**
74    * Creates an instance of class <code>PostalAddress</code> based on the
75    * superclass <code>SecureObject</code> and all required attributes not
76    * included in this superclass.
77    * This is a factory operation used to create instance objects of class
78    * <code>PostalAddress</code>.
79    */

80   public PostalAddress extendSecureObject(
81       org.opencrx.kernel.base.cci.SecureObject _base
82     , short postalCountry
83     , short postalFreightTerms
84     , short postalUtcOffset
85   );
86 // ----------------------------------------------------------------------------
87
// ClassProxy/IntfInstanceExtenderRequiredAttributes
88
// ----------------------------------------------------------------------------
89
/**
90    * Creates an instance of class <code>PostalAddress</code> based on the
91    * superclass <code>DepotAddress</code> and all required attributes not
92    * included in this superclass.
93    * This is a factory operation used to create instance objects of class
94    * <code>PostalAddress</code>.
95    */

96   public PostalAddress extendDepotAddress(
97       org.opencrx.kernel.depot1.cci.DepotAddress _base
98     , short postalCountry
99     , short postalFreightTerms
100     , short postalUtcOffset
101   );
102 // ----------------------------------------------------------------------------
103
// ClassProxy/IntfInstanceExtenderRequiredAttributes
104
// ----------------------------------------------------------------------------
105
/**
106    * Creates an instance of class <code>PostalAddress</code> based on the
107    * superclass <code>Pictured</code> and all required attributes not
108    * included in this superclass.
109    * This is a factory operation used to create instance objects of class
110    * <code>PostalAddress</code>.
111    */

112   public PostalAddress extendPictured(
113       org.opencrx.kernel.generic.cci.Pictured _base
114     , short postalCountry
115     , short postalFreightTerms
116     , short postalUtcOffset
117     , short accessLevelBrowse
118     , short accessLevelDelete
119     , short accessLevelUpdate
120   );
121 // ----------------------------------------------------------------------------
122
// ClassProxy/IntfInstanceExtenderRequiredAttributes
123
// ----------------------------------------------------------------------------
124
/**
125    * Creates an instance of class <code>PostalAddress</code> based on the
126    * superclass <code>BasicObject</code> and all required attributes not
127    * included in this superclass.
128    * This is a factory operation used to create instance objects of class
129    * <code>PostalAddress</code>.
130    */

131   public PostalAddress extendBasicObject(
132       org.openmdx.base.cci.BasicObject _base
133     , short postalCountry
134     , short postalFreightTerms
135     , short postalUtcOffset
136     , short accessLevelBrowse
137     , short accessLevelDelete
138     , short accessLevelUpdate
139   );
140 // ----------------------------------------------------------------------------
141
// ClassProxy/IntfInstanceExtenderRequiredAttributes
142
// ----------------------------------------------------------------------------
143
/**
144    * Creates an instance of class <code>PostalAddress</code> based on the
145    * superclass <code>ContextCapable</code> and all required attributes not
146    * included in this superclass.
147    * This is a factory operation used to create instance objects of class
148    * <code>PostalAddress</code>.
149    */

150   public PostalAddress extendContextCapable(
151       org.openmdx.base.cci.ContextCapable _base
152     , short postalCountry
153     , short postalFreightTerms
154     , short postalUtcOffset
155     , short accessLevelBrowse
156     , short accessLevelDelete
157     , short accessLevelUpdate
158   );
159 // ----------------------------------------------------------------------------
160
// ClassProxy/IntfInstanceExtenderRequiredAttributes
161
// ----------------------------------------------------------------------------
162
/**
163    * Creates an instance of class <code>PostalAddress</code> based on the
164    * superclass <code>ExtentCapable</code> and all required attributes not
165    * included in this superclass.
166    * This is a factory operation used to create instance objects of class
167    * <code>PostalAddress</code>.
168    */

169   public PostalAddress extendExtentCapable(
170       org.openmdx.base.cci.ExtentCapable _base
171     , short postalCountry
172     , short postalFreightTerms
173     , short postalUtcOffset
174     , short accessLevelBrowse
175     , short accessLevelDelete
176     , short accessLevelUpdate
177   );
178 // ----------------------------------------------------------------------------
179
// ClassProxy/IntfInstanceExtenderRequiredAttributes
180
// ----------------------------------------------------------------------------
181
/**
182    * Creates an instance of class <code>PostalAddress</code> based on the
183    * superclass <code>ViewCapable</code> and all required attributes not
184    * included in this superclass.
185    * This is a factory operation used to create instance objects of class
186    * <code>PostalAddress</code>.
187    */

188   public PostalAddress extendViewCapable(
189       org.openmdx.compatibility.view1.cci.ViewCapable _base
190     , short postalCountry
191     , short postalFreightTerms
192     , short postalUtcOffset
193     , short accessLevelBrowse
194     , short accessLevelDelete
195     , short accessLevelUpdate
196   );
197 // ----------------------------------------------------------------------------
198
// ClassProxy/IntfEnd.vm
199
// ----------------------------------------------------------------------------
200
}
201
Popular Tags