KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > xdoclet > retest > ref > ejb > interfaces > SimpleCMPLocal


1 /*
2  * Generated file - Do not edit!
3  */

4 package xdoclet.retest.ref.ejb.interfaces;
5
6 import java.lang.*;
7 import javax.ejb.EntityBean JavaDoc;
8
9 /**
10  * Local interface for simple/SimpleCMP.
11  * @xdoclet-generated at 05-mars-02 22:51:01
12  */

13 public interface SimpleCMPLocal
14    extends javax.ejb.EJBLocalObject JavaDoc
15 {
16    /**
17     * Abstract cmp2 field get-set pair for field aByte
18     * Get the value of aByte
19     * @return value of aByte
20     */

21    public byte getAByte( ) ;
22
23    /**
24     * Abstract cmp2 field get-set pair for field aChar
25     * Get the value of aChar
26     * @return value of aChar
27     */

28    public char getAChar( ) ;
29
30    /**
31     * Abstract cmp2 field get-set pair for field aDouble
32     * Get the value of aDouble
33     * @return value of aDouble
34     */

35    public double getADouble( ) ;
36
37    /**
38     * Abstract cmp2 field get-set pair for field aFloat
39     * Get the value of aFloat
40     * @return value of aFloat
41     */

42    public float getAFloat( ) ;
43
44    /**
45     * Abstract cmp2 field get-set pair for field aLong
46     * Get the value of aLong
47     * @return value of aLong
48     */

49    public long getALong( ) ;
50
51    /**
52     * Abstract cmp2 field get-set pair for field aShort
53     * Get the value of aShort
54     * @return value of aShort
55     */

56    public short getAShort( ) ;
57
58    /**
59     * Abstract cmp2 field get-set pair for field anInt
60     * Get the value of anInt
61     * @return value of anInt
62     */

63    public int getAnInt( ) ;
64
65    /**
66     * Abstract cmp2 field get-set pair for field anObject
67     * Get the value of anObject
68     * @return value of anObject
69     */

70    public Object JavaDoc getAnObject( ) ;
71
72    /**
73     * Abstract cmp2 field get-set pair for field anObjectArray
74     * Get the value of anObjectArray
75     * @return value of anObjectArray
76     */

77    public Object JavaDoc[] getAnObjectArray( ) ;
78
79    /**
80     * Abstract cmp2 field get-set pair for field id
81     * Get the value of id
82     * @return value of id
83     */

84    public Integer JavaDoc getId( ) ;
85
86    /**
87     * Abstract cmp2 field get-set pair for field aBoolean
88     * Get the value of aBoolean
89     * @return value of aBoolean
90     */

91    public boolean isABoolean( ) ;
92
93 }
94
Popular Tags