KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > openmdx > base > cci > BasicObject


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:07 CEST 2006
9
//
10
// GENERATED - DO NOT CHANGE MANUALLY
11
//
12
//////////////////////////////////////////////////////////////////////////////
13
package org.openmdx.base.cci;
14
15 public interface BasicObject
16   extends
17  org.openmdx.base.cci.ContextCapable,
18  org.openmdx.base.cci.ExtentCapable,
19  org.openmdx.compatibility.view1.cci.ViewCapable {
20 // ----------------------------------------------------------------------------
21
// Instance/IntfAttributeGet1_1
22
// ----------------------------------------------------------------------------
23
/**
24    * Retrieves the value for the attribute <code>createdAt</code>.
25    * @return The non-null value for attribute <code>createdAt</code>.
26    * @exception JmiException If the value cannot be retrieved for some reason.
27    */

28   public java.util.Date JavaDoc getCreatedAt(
29   );
30
31 // ----------------------------------------------------------------------------
32
// Instance/IntfAttributeGetSet
33
// ----------------------------------------------------------------------------
34
/**
35    * @return A set containing all elements for this attribute.
36    * @exception JmiException If the values cannot be retrieved for some reason.
37    */

38   public java.util.Set JavaDoc getCreatedBy(
39   );
40
41 // ----------------------------------------------------------------------------
42
// Instance/IntfAttributeGet1_1
43
// ----------------------------------------------------------------------------
44
/**
45    * Retrieves the value for the attribute <code>modifiedAt</code>.
46    * @return The non-null value for attribute <code>modifiedAt</code>.
47    * @exception JmiException If the value cannot be retrieved for some reason.
48    */

49   public java.util.Date JavaDoc getModifiedAt(
50   );
51
52 // ----------------------------------------------------------------------------
53
// Instance/IntfAttributeGetSet
54
// ----------------------------------------------------------------------------
55
/**
56    * @return A set containing all elements for this attribute.
57    * @exception JmiException If the values cannot be retrieved for some reason.
58    */

59   public java.util.Set JavaDoc getModifiedBy(
60   );
61
62 // ----------------------------------------------------------------------------
63
// Instance/IntfEnd.vm
64
// ----------------------------------------------------------------------------
65
}
66
Popular Tags