KickJava   Java API By Example, From Geeks To Geeks.

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


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

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

41   public void setActivity(
42     org.opencrx.kernel.activity1.cci.Activity newValue
43   );
44
45 // ----------------------------------------------------------------------------
46
// Instance/IntfReferenceRemoveOptional
47
// ----------------------------------------------------------------------------
48
/**
49    * Removes the value for the optional reference <code>activity</code>.
50    * @exception JmiException If the value cannot be removed for some reason.
51    */

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

63   public org.opencrx.kernel.account1.cci.Contact getAssignedTo(
64   );
65
66 // ----------------------------------------------------------------------------
67
// Instance/IntfReferenceSetNoQualifier
68
// ----------------------------------------------------------------------------
69
/**
70    * Sets a new value for the reference <code>assignedTo</code>.
71    * @param newValue The non-null new value for this reference.
72    * @exception JmiException If the value cannot be set for some reason.
73    */

74   public void setAssignedTo(
75     org.opencrx.kernel.account1.cci.Contact newValue
76   );
77
78 // ----------------------------------------------------------------------------
79
// Instance/IntfReferenceRemoveOptional
80
// ----------------------------------------------------------------------------
81
/**
82    * Removes the value for the optional reference <code>assignedTo</code>.
83    * @exception JmiException If the value cannot be removed for some reason.
84    */

85   public void removeAssignedTo (
86   );
87
88 // ----------------------------------------------------------------------------
89
// Instance/IntfReferenceGet0_1NoQualifier
90
// ----------------------------------------------------------------------------
91
/**
92    * Retrieves the value for the optional reference <code>transition</code>.
93    * @return The possibly null value for this reference.
94    * @exception JmiException If the value cannot be retrieved for some reason.
95    */

96   public org.opencrx.kernel.activity1.cci.ActivityProcessTransition getTransition(
97   );
98
99 // ----------------------------------------------------------------------------
100
// Instance/IntfReferenceSetNoQualifier
101
// ----------------------------------------------------------------------------
102
/**
103    * Sets a new value for the reference <code>transition</code>.
104    * @param newValue The non-null new value for this reference.
105    * @exception JmiException If the value cannot be set for some reason.
106    */

107   public void setTransition(
108     org.opencrx.kernel.activity1.cci.ActivityProcessTransition newValue
109   );
110
111 // ----------------------------------------------------------------------------
112
// Instance/IntfReferenceRemoveOptional
113
// ----------------------------------------------------------------------------
114
/**
115    * Removes the value for the optional reference <code>transition</code>.
116    * @exception JmiException If the value cannot be removed for some reason.
117    */

118   public void removeTransition (
119   );
120
121 // ----------------------------------------------------------------------------
122
// Instance/IntfEnd.vm
123
// ----------------------------------------------------------------------------
124
}
125
Popular Tags