KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > contract1 > cci > ContractRole


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:59 CEST 2006
9
//
10
// GENERATED - DO NOT CHANGE MANUALLY
11
//
12
//////////////////////////////////////////////////////////////////////////////
13
package org.opencrx.kernel.contract1.cci;
14
15 public interface ContractRole
16   extends
17  org.opencrx.kernel.account1.cci.AbstractAccount,
18  org.opencrx.kernel.base.cci.SecureObject,
19  org.openmdx.base.cci.BasicObject {
20 // ----------------------------------------------------------------------------
21
// Instance/IntfReferenceGet0_1NoQualifier
22
// ----------------------------------------------------------------------------
23
/**
24    * Retrieves the value for the optional reference <code>account</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.account1.cci.Account getAccount(
29   );
30
31 // ----------------------------------------------------------------------------
32
// Instance/IntfReferenceSetNoQualifier
33
// ----------------------------------------------------------------------------
34
/**
35    * Sets a new value for the reference <code>account</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 setAccount(
40     org.opencrx.kernel.account1.cci.Account newValue
41   );
42
43 // ----------------------------------------------------------------------------
44
// Instance/IntfReferenceRemoveOptional
45
// ----------------------------------------------------------------------------
46
/**
47    * Removes the value for the optional reference <code>account</code>.
48    * @exception JmiException If the value cannot be removed for some reason.
49    */

50   public void removeAccount (
51   );
52
53 // ----------------------------------------------------------------------------
54
// Instance/IntfReferenceGet0_1NoQualifier
55
// ----------------------------------------------------------------------------
56
/**
57    * Retrieves the value for the optional reference <code>contract</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.contract1.cci.AbstractContract getContract(
62   );
63
64 // ----------------------------------------------------------------------------
65
// Instance/IntfReferenceSetNoQualifier
66
// ----------------------------------------------------------------------------
67
/**
68    * Sets a new value for the reference <code>contract</code>.
69    * @param newValue The non-null new value for this reference.
70    * @exception JmiException If the value cannot be set for some reason.
71    */

72   public void setContract(
73     org.opencrx.kernel.contract1.cci.AbstractContract newValue
74   );
75
76 // ----------------------------------------------------------------------------
77
// Instance/IntfReferenceRemoveOptional
78
// ----------------------------------------------------------------------------
79
/**
80    * Removes the value for the optional reference <code>contract</code>.
81    * @exception JmiException If the value cannot be removed for some reason.
82    */

83   public void removeContract (
84   );
85
86 // ----------------------------------------------------------------------------
87
// Instance/IntfEnd.vm
88
// ----------------------------------------------------------------------------
89
}
90
Popular Tags