KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > uom1 > cci > UomSchedule


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:39:06 CEST 2006
9
//
10
// GENERATED - DO NOT CHANGE MANUALLY
11
//
12
//////////////////////////////////////////////////////////////////////////////
13
package org.opencrx.kernel.uom1.cci;
14
15 public interface UomSchedule
16   extends
17  org.opencrx.kernel.base.cci.Importer,
18  org.opencrx.kernel.base.cci.SecureObject,
19  org.opencrx.kernel.base.cci.XmlExporter,
20  org.openmdx.base.cci.BasicObject {
21 // ----------------------------------------------------------------------------
22
// Instance/IntfAttributeGet0_1
23
// ----------------------------------------------------------------------------
24
/**
25    * @return The possibly null value for attribute <code>description</code>.
26    * @exception JmiException If the value cannot be retrieved for some reason.
27    */

28   public String JavaDoc getDescription(
29   );
30
31 // ----------------------------------------------------------------------------
32
// Instance/IntfAttributeSet0_1
33
// ----------------------------------------------------------------------------
34

35
36   /**
37    * Sets a new value for the attribute <code>description</code>.
38    * @param newValue The possibly null new value for attribute <code>description</code>.
39    * @exception JmiException If the value cannot be set for some reason.
40    */

41   public void setDescription(
42     String JavaDoc newValue
43   );
44
45 // ----------------------------------------------------------------------------
46
// Instance/IntfAttributeGet0_1
47
// ----------------------------------------------------------------------------
48
/**
49    * @return The possibly null value for attribute <code>detailedDescription</code>.
50    * @exception JmiException If the value cannot be retrieved for some reason.
51    */

52   public String JavaDoc getDetailedDescription(
53   );
54
55 // ----------------------------------------------------------------------------
56
// Instance/IntfAttributeSet0_1
57
// ----------------------------------------------------------------------------
58

59
60   /**
61    * Sets a new value for the attribute <code>detailedDescription</code>.
62    * @param newValue The possibly null new value for attribute <code>detailedDescription</code>.
63    * @exception JmiException If the value cannot be set for some reason.
64    */

65   public void setDetailedDescription(
66     String JavaDoc newValue
67   );
68
69 // ----------------------------------------------------------------------------
70
// Instance/IntfAttributeGet1_1
71
// ----------------------------------------------------------------------------
72
/**
73    * Retrieves the value for the attribute <code>name</code>.
74    * @return The non-null value for attribute <code>name</code>.
75    * @exception JmiException If the value cannot be retrieved for some reason.
76    */

77   public String JavaDoc getName(
78   );
79
80 // ----------------------------------------------------------------------------
81
// Instance/IntfAttributeSet1_1
82
// ----------------------------------------------------------------------------
83
/**
84    * Sets a new value for the attribute <code>name</code>.
85    * @param newValue The non-null new value for attribute <code>name</code>.
86    * @exception JmiException If the value cannot be set for some reason.
87    */

88   public void setName(
89     String JavaDoc newValue
90   );
91
92 // ----------------------------------------------------------------------------
93
// Instance/IntfEnd.vm
94
// ----------------------------------------------------------------------------
95
}
96
Popular Tags