|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.objectweb.jonas_ejb.container.jorm.GenClassElement
This class is a basic implementation of the PIndexedElem interface used by the GenClassImpl class. This implementation manages only references (no primitive elements).
| Field Summary | |
GenClassImpl |
gc
This field references the GenClass inside which the PIndexedElem is store. |
boolean |
hasBeenCreated
|
org.objectweb.jorm.naming.api.PName |
pname
This field references the associated pname. |
byte |
status
This field describes the status of the PIndexedElem in according to the constant defined in the PIndexedElem interface. |
PObject |
value
This field references the user object. |
| Fields inherited from interface org.objectweb.jorm.api.PIndexedElem |
ELEM_CREATED, ELEM_DELETED, ELEM_MODIFIED, ELEM_UNMODIFIED |
| Constructor Summary | |
GenClassElement(GenClassImpl gc)
|
|
| Method Summary | |
byte |
getElemStatus()
|
java.math.BigDecimal |
pieGetBigDecimalElem()
|
java.math.BigInteger |
pieGetBigIntegerElem()
|
boolean |
pieGetBooleanElem()
|
byte[] |
pieGetByteArrayElem()
|
byte |
pieGetByteElem()
|
byte |
pieGetByteIndexField(java.lang.String fn)
|
char[] |
pieGetCharArrayElem()
|
char |
pieGetCharElem()
|
char |
pieGetCharIndexField(java.lang.String fn)
|
java.util.Date |
pieGetDateElem()
|
java.util.Date |
pieGetDateIndexField(java.lang.String fn)
|
double |
pieGetDoubleElem()
|
float |
pieGetFloatElem()
|
int |
pieGetIntElem()
|
int |
pieGetIntIndexField(java.lang.String fn)
|
long |
pieGetLongElem()
|
long |
pieGetLongIndexField(java.lang.String fn)
|
java.lang.Boolean |
pieGetObooleanElem()
|
java.lang.Byte |
pieGetObyteElem()
|
java.lang.Byte |
pieGetObyteIndexField(java.lang.String fn)
|
java.lang.Character |
pieGetOcharElem()
|
java.lang.Character |
pieGetOcharIndexField(java.lang.String fn)
|
java.lang.Double |
pieGetOdoubleElem()
|
java.lang.Float |
pieGetOfloatElem()
|
java.lang.Integer |
pieGetOintElem()
|
java.lang.Integer |
pieGetOintIndexField(java.lang.String fn)
|
java.lang.Long |
pieGetOlongElem()
|
java.lang.Long |
pieGetOlongIndexField(java.lang.String fn)
|
java.lang.Short |
pieGetOshortElem()
|
java.lang.Short |
pieGetOshortIndexField(java.lang.String fn)
|
org.objectweb.jorm.naming.api.PName |
pieGetRefElem()
|
java.io.Serializable |
pieGetSerializedElem()
|
short |
pieGetShortElem()
|
short |
pieGetShortIndexField(java.lang.String fn)
|
java.lang.String |
pieGetStringElem()
|
java.lang.String |
pieGetStringIndexField(java.lang.String fn)
|
void |
pieSetBigDecimalElem(java.math.BigDecimal value)
|
void |
pieSetBigIntegerElem(java.math.BigInteger value)
|
void |
pieSetBooleanElem(boolean value)
|
void |
pieSetByteArrayElem(byte[] value)
|
void |
pieSetByteElem(byte value)
|
void |
pieSetByteIndexField(java.lang.String fn,
byte value)
|
void |
pieSetCharArrayElem(char[] value)
|
void |
pieSetCharElem(char value)
|
void |
pieSetCharIndexField(java.lang.String fn,
char value)
|
void |
pieSetDateElem(java.util.Date value)
|
void |
pieSetDateIndexField(java.lang.String fn,
java.util.Date value)
|
void |
pieSetDoubleElem(double value)
|
void |
pieSetFloatElem(float value)
|
void |
pieSetIntElem(int value)
|
void |
pieSetIntIndexField(java.lang.String fn,
int value)
|
void |
pieSetLongElem(long value)
|
void |
pieSetLongIndexField(java.lang.String fn,
long value)
|
void |
pieSetObooleanElem(java.lang.Boolean value)
|
void |
pieSetObyteElem(java.lang.Byte value)
|
void |
pieSetObyteIndexField(java.lang.String fn,
java.lang.Byte value)
|
void |
pieSetOcharElem(java.lang.Character value)
|
void |
pieSetOcharIndexField(java.lang.String fn,
java.lang.Character value)
|
void |
pieSetOdoubleElem(java.lang.Double value)
|
void |
pieSetOfloatElem(java.lang.Float value)
|
void |
pieSetOintElem(java.lang.Integer value)
|
void |
pieSetOintIndexField(java.lang.String fn,
java.lang.Integer value)
|
void |
pieSetOlongElem(java.lang.Long value)
|
void |
pieSetOlongIndexField(java.lang.String fn,
java.lang.Long value)
|
void |
pieSetOshortElem(java.lang.Short value)
|
void |
pieSetOshortIndexField(java.lang.String fn,
java.lang.Short value)
|
void |
pieSetRefElem(org.objectweb.jorm.naming.api.PName pn)
The jorm assignes the PName of the referenced object |
void |
pieSetSerializedElem(java.io.Serializable value)
|
void |
pieSetShortElem(short value)
|
void |
pieSetShortIndexField(java.lang.String fn,
short value)
|
void |
pieSetStringElem(java.lang.String value)
|
void |
pieSetStringIndexField(java.lang.String fn,
java.lang.String value)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public byte status
public boolean hasBeenCreated
public org.objectweb.jorm.naming.api.PName pname
public PObject value
public GenClassImpl gc
| Constructor Detail |
public GenClassElement(GenClassImpl gc)
| Method Detail |
public byte getElemStatus()
getElemStatus in interface org.objectweb.jorm.api.PIndexedElem
public org.objectweb.jorm.naming.api.PName pieGetRefElem()
throws org.objectweb.jorm.api.PException
pieGetRefElem in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public void pieSetRefElem(org.objectweb.jorm.naming.api.PName pn)
throws org.objectweb.jorm.api.PException
pieSetRefElem in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public boolean pieGetBooleanElem()
throws org.objectweb.jorm.api.PException
pieGetBooleanElem in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public java.lang.Boolean pieGetObooleanElem()
throws org.objectweb.jorm.api.PException
pieGetObooleanElem in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public byte pieGetByteElem()
throws org.objectweb.jorm.api.PException
pieGetByteElem in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public java.lang.Byte pieGetObyteElem()
throws org.objectweb.jorm.api.PException
pieGetObyteElem in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public byte pieGetByteIndexField(java.lang.String fn)
throws org.objectweb.jorm.api.PException
pieGetByteIndexField in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public java.lang.Byte pieGetObyteIndexField(java.lang.String fn)
throws org.objectweb.jorm.api.PException
pieGetObyteIndexField in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public char pieGetCharElem()
throws org.objectweb.jorm.api.PException
pieGetCharElem in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public java.lang.Character pieGetOcharElem()
throws org.objectweb.jorm.api.PException
pieGetOcharElem in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public char pieGetCharIndexField(java.lang.String fn)
throws org.objectweb.jorm.api.PException
pieGetCharIndexField in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public java.lang.Character pieGetOcharIndexField(java.lang.String fn)
throws org.objectweb.jorm.api.PException
pieGetOcharIndexField in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public short pieGetShortElem()
throws org.objectweb.jorm.api.PException
pieGetShortElem in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public java.lang.Short pieGetOshortElem()
throws org.objectweb.jorm.api.PException
pieGetOshortElem in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public short pieGetShortIndexField(java.lang.String fn)
throws org.objectweb.jorm.api.PException
pieGetShortIndexField in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public java.lang.Short pieGetOshortIndexField(java.lang.String fn)
throws org.objectweb.jorm.api.PException
pieGetOshortIndexField in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public int pieGetIntElem()
throws org.objectweb.jorm.api.PException
pieGetIntElem in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public java.lang.Integer pieGetOintElem()
throws org.objectweb.jorm.api.PException
pieGetOintElem in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public int pieGetIntIndexField(java.lang.String fn)
throws org.objectweb.jorm.api.PException
pieGetIntIndexField in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public java.lang.Integer pieGetOintIndexField(java.lang.String fn)
throws org.objectweb.jorm.api.PException
pieGetOintIndexField in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public long pieGetLongElem()
throws org.objectweb.jorm.api.PException
pieGetLongElem in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public java.lang.Long pieGetOlongElem()
throws org.objectweb.jorm.api.PException
pieGetOlongElem in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public long pieGetLongIndexField(java.lang.String fn)
throws org.objectweb.jorm.api.PException
pieGetLongIndexField in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public java.lang.Long pieGetOlongIndexField(java.lang.String fn)
throws org.objectweb.jorm.api.PException
pieGetOlongIndexField in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public float pieGetFloatElem()
throws org.objectweb.jorm.api.PException
pieGetFloatElem in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public java.lang.Float pieGetOfloatElem()
throws org.objectweb.jorm.api.PException
pieGetOfloatElem in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public double pieGetDoubleElem()
throws org.objectweb.jorm.api.PException
pieGetDoubleElem in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public java.lang.Double pieGetOdoubleElem()
throws org.objectweb.jorm.api.PException
pieGetOdoubleElem in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public java.lang.String pieGetStringElem()
throws org.objectweb.jorm.api.PException
pieGetStringElem in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public java.lang.String pieGetStringIndexField(java.lang.String fn)
throws org.objectweb.jorm.api.PException
pieGetStringIndexField in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public java.util.Date pieGetDateElem()
throws org.objectweb.jorm.api.PException
pieGetDateElem in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public java.util.Date pieGetDateIndexField(java.lang.String fn)
throws org.objectweb.jorm.api.PException
pieGetDateIndexField in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public char[] pieGetCharArrayElem()
throws org.objectweb.jorm.api.PException
pieGetCharArrayElem in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public byte[] pieGetByteArrayElem()
throws org.objectweb.jorm.api.PException
pieGetByteArrayElem in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public java.io.Serializable pieGetSerializedElem()
throws org.objectweb.jorm.api.PException
pieGetSerializedElem in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public void pieSetBooleanElem(boolean value)
throws org.objectweb.jorm.api.PException
pieSetBooleanElem in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public void pieSetObooleanElem(java.lang.Boolean value)
throws org.objectweb.jorm.api.PException
pieSetObooleanElem in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public void pieSetByteElem(byte value)
throws org.objectweb.jorm.api.PException
pieSetByteElem in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public void pieSetObyteElem(java.lang.Byte value)
throws org.objectweb.jorm.api.PException
pieSetObyteElem in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public void pieSetByteIndexField(java.lang.String fn,
byte value)
throws org.objectweb.jorm.api.PException
pieSetByteIndexField in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public void pieSetObyteIndexField(java.lang.String fn,
java.lang.Byte value)
throws org.objectweb.jorm.api.PException
pieSetObyteIndexField in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public void pieSetCharElem(char value)
throws org.objectweb.jorm.api.PException
pieSetCharElem in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public void pieSetOcharElem(java.lang.Character value)
throws org.objectweb.jorm.api.PException
pieSetOcharElem in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public void pieSetCharIndexField(java.lang.String fn,
char value)
throws org.objectweb.jorm.api.PException
pieSetCharIndexField in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public void pieSetOcharIndexField(java.lang.String fn,
java.lang.Character value)
throws org.objectweb.jorm.api.PException
pieSetOcharIndexField in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public void pieSetShortElem(short value)
throws org.objectweb.jorm.api.PException
pieSetShortElem in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public void pieSetOshortElem(java.lang.Short value)
throws org.objectweb.jorm.api.PException
pieSetOshortElem in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public void pieSetShortIndexField(java.lang.String fn,
short value)
throws org.objectweb.jorm.api.PException
pieSetShortIndexField in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public void pieSetOshortIndexField(java.lang.String fn,
java.lang.Short value)
throws org.objectweb.jorm.api.PException
pieSetOshortIndexField in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public void pieSetIntElem(int value)
throws org.objectweb.jorm.api.PException
pieSetIntElem in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public void pieSetOintElem(java.lang.Integer value)
throws org.objectweb.jorm.api.PException
pieSetOintElem in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public void pieSetIntIndexField(java.lang.String fn,
int value)
throws org.objectweb.jorm.api.PException
pieSetIntIndexField in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public void pieSetOintIndexField(java.lang.String fn,
java.lang.Integer value)
throws org.objectweb.jorm.api.PException
pieSetOintIndexField in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public void pieSetLongElem(long value)
throws org.objectweb.jorm.api.PException
pieSetLongElem in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public void pieSetOlongElem(java.lang.Long value)
throws org.objectweb.jorm.api.PException
pieSetOlongElem in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public void pieSetLongIndexField(java.lang.String fn,
long value)
throws org.objectweb.jorm.api.PException
pieSetLongIndexField in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public void pieSetOlongIndexField(java.lang.String fn,
java.lang.Long value)
throws org.objectweb.jorm.api.PException
pieSetOlongIndexField in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public void pieSetFloatElem(float value)
throws org.objectweb.jorm.api.PException
pieSetFloatElem in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public void pieSetOfloatElem(java.lang.Float value)
throws org.objectweb.jorm.api.PException
pieSetOfloatElem in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public void pieSetDoubleElem(double value)
throws org.objectweb.jorm.api.PException
pieSetDoubleElem in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public void pieSetOdoubleElem(java.lang.Double value)
throws org.objectweb.jorm.api.PException
pieSetOdoubleElem in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public void pieSetStringElem(java.lang.String value)
throws org.objectweb.jorm.api.PException
pieSetStringElem in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public void pieSetStringIndexField(java.lang.String fn,
java.lang.String value)
throws org.objectweb.jorm.api.PException
pieSetStringIndexField in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public void pieSetDateElem(java.util.Date value)
throws org.objectweb.jorm.api.PException
pieSetDateElem in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public void pieSetDateIndexField(java.lang.String fn,
java.util.Date value)
throws org.objectweb.jorm.api.PException
pieSetDateIndexField in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public void pieSetCharArrayElem(char[] value)
throws org.objectweb.jorm.api.PException
pieSetCharArrayElem in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public void pieSetByteArrayElem(byte[] value)
throws org.objectweb.jorm.api.PException
pieSetByteArrayElem in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public void pieSetSerializedElem(java.io.Serializable value)
throws org.objectweb.jorm.api.PException
pieSetSerializedElem in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public java.math.BigDecimal pieGetBigDecimalElem()
throws org.objectweb.jorm.api.PException
pieGetBigDecimalElem in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public void pieSetBigDecimalElem(java.math.BigDecimal value)
throws org.objectweb.jorm.api.PException
pieSetBigDecimalElem in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public java.math.BigInteger pieGetBigIntegerElem()
throws org.objectweb.jorm.api.PException
pieGetBigIntegerElem in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public void pieSetBigIntegerElem(java.math.BigInteger value)
throws org.objectweb.jorm.api.PException
pieSetBigIntegerElem in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||