KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > product1 > cci > PriceListEntry


1 // ----------------------------------------------------------------------------
2
// Instance/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:51 CEST 2006
9
//
10
// GENERATED - DO NOT CHANGE MANUALLY
11
//
12
//////////////////////////////////////////////////////////////////////////////
13
package org.opencrx.kernel.product1.cci;
14
15 public interface PriceListEntry
16   extends
17  org.opencrx.kernel.base.cci.SecureObject,
18  org.opencrx.kernel.product1.cci.AbstractProductPrice,
19  org.openmdx.base.cci.BasicObject {
20 // ----------------------------------------------------------------------------
21
// Instance/IntfReferenceGet0_1NoQualifier
22
// ----------------------------------------------------------------------------
23
/**
24    * Retrieves the value for the optional reference <code>basePrice</code>.
25    * @return The possibly null value for this reference.
26    * @exception JmiException If the value cannot be retrieved for some reason.
27    */

28   public org.opencrx.kernel.product1.cci.ProductBasePrice getBasePrice(
29   );
30
31 // ----------------------------------------------------------------------------
32
// Instance/IntfReferenceSetNoQualifier
33
// ----------------------------------------------------------------------------
34
/**
35    * Sets a new value for the reference <code>basePrice</code>.
36    * @param newValue The non-null new value for this reference.
37    * @exception JmiException If the value cannot be set for some reason.
38    */

39   public void setBasePrice(
40     org.opencrx.kernel.product1.cci.ProductBasePrice newValue
41   );
42
43 // ----------------------------------------------------------------------------
44
// Instance/IntfReferenceRemoveOptional
45
// ----------------------------------------------------------------------------
46
/**
47    * Removes the value for the optional reference <code>basePrice</code>.
48    * @exception JmiException If the value cannot be removed for some reason.
49    */

50   public void removeBasePrice (
51   );
52
53 // ----------------------------------------------------------------------------
54
// Instance/IntfReferenceGet0_1NoQualifier
55
// ----------------------------------------------------------------------------
56
/**
57    * Retrieves the value for the optional reference <code>product</code>.
58    * @return The possibly null value for this reference.
59    * @exception JmiException If the value cannot be retrieved for some reason.
60    */

61   public org.opencrx.kernel.product1.cci.AbstractProduct getProduct(
62   );
63
64 // ----------------------------------------------------------------------------
65
// Instance/IntfAttributeGet1_1
66
// ----------------------------------------------------------------------------
67
/**
68    * Retrieves the value for the attribute <code>productDescription</code>.
69    * @return The non-null value for attribute <code>productDescription</code>.
70    * @exception JmiException If the value cannot be retrieved for some reason.
71    */

72   public String JavaDoc getProductDescription(
73   );
74
75 // ----------------------------------------------------------------------------
76
// Instance/IntfAttributeGet1_1
77
// ----------------------------------------------------------------------------
78
/**
79    * Retrieves the value for the attribute <code>productName</code>.
80    * @return The non-null value for attribute <code>productName</code>.
81    * @exception JmiException If the value cannot be retrieved for some reason.
82    */

83   public String JavaDoc getProductName(
84   );
85
86 // ----------------------------------------------------------------------------
87
// Instance/IntfAttributeGet1_1
88
// ----------------------------------------------------------------------------
89
/**
90    * Retrieves the value for the attribute <code>productType</code>.
91    * @return The non-null value for attribute <code>productType</code>.
92    * @exception JmiException If the value cannot be retrieved for some reason.
93    */

94   public short getProductType(
95   );
96
97 // ----------------------------------------------------------------------------
98
// Instance/IntfReferenceGet0_1NoQualifier
99
// ----------------------------------------------------------------------------
100
/**
101    * Retrieves the value for the optional reference <code>salesTaxType</code>.
102    * @return The possibly null value for this reference.
103    * @exception JmiException If the value cannot be retrieved for some reason.
104    */

105   public org.opencrx.kernel.product1.cci.SalesTaxType getSalesTaxType(
106   );
107
108 // ----------------------------------------------------------------------------
109
// Instance/IntfEnd.vm
110
// ----------------------------------------------------------------------------
111
}
112
Popular Tags