|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jonas.lib.ejb21.jorm.GenClassElement
public class 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)
|
|
| 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 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 Byte pieGetObyteElem()
throws org.objectweb.jorm.api.PException
pieGetObyteElem in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public byte pieGetByteIndexField(String fn)
throws org.objectweb.jorm.api.PException
pieGetByteIndexField in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public Byte pieGetObyteIndexField(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 Character pieGetOcharElem()
throws org.objectweb.jorm.api.PException
pieGetOcharElem in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public char pieGetCharIndexField(String fn)
throws org.objectweb.jorm.api.PException
pieGetCharIndexField in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public Character pieGetOcharIndexField(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 Short pieGetOshortElem()
throws org.objectweb.jorm.api.PException
pieGetOshortElem in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public short pieGetShortIndexField(String fn)
throws org.objectweb.jorm.api.PException
pieGetShortIndexField in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public Short pieGetOshortIndexField(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 Integer pieGetOintElem()
throws org.objectweb.jorm.api.PException
pieGetOintElem in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public int pieGetIntIndexField(String fn)
throws org.objectweb.jorm.api.PException
pieGetIntIndexField in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public Integer pieGetOintIndexField(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 Long pieGetOlongElem()
throws org.objectweb.jorm.api.PException
pieGetOlongElem in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public long pieGetLongIndexField(String fn)
throws org.objectweb.jorm.api.PException
pieGetLongIndexField in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public Long pieGetOlongIndexField(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 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 Double pieGetOdoubleElem()
throws org.objectweb.jorm.api.PException
pieGetOdoubleElem in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public String pieGetStringElem()
throws org.objectweb.jorm.api.PException
pieGetStringElem in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public String pieGetStringIndexField(String fn)
throws org.objectweb.jorm.api.PException
pieGetStringIndexField in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public Date pieGetDateElem()
throws org.objectweb.jorm.api.PException
pieGetDateElem in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public Date pieGetDateIndexField(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 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(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(Byte value)
throws org.objectweb.jorm.api.PException
pieSetObyteElem in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public void pieSetByteIndexField(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(String fn,
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(Character value)
throws org.objectweb.jorm.api.PException
pieSetOcharElem in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public void pieSetCharIndexField(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(String fn,
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(Short value)
throws org.objectweb.jorm.api.PException
pieSetOshortElem in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public void pieSetShortIndexField(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(String fn,
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(Integer value)
throws org.objectweb.jorm.api.PException
pieSetOintElem in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public void pieSetIntIndexField(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(String fn,
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(Long value)
throws org.objectweb.jorm.api.PException
pieSetOlongElem in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public void pieSetLongIndexField(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(String fn,
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(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(Double value)
throws org.objectweb.jorm.api.PException
pieSetOdoubleElem in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public void pieSetStringElem(String value)
throws org.objectweb.jorm.api.PException
pieSetStringElem in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public void pieSetStringIndexField(String fn,
String value)
throws org.objectweb.jorm.api.PException
pieSetStringIndexField in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public void pieSetDateElem(Date value)
throws org.objectweb.jorm.api.PException
pieSetDateElem in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public void pieSetDateIndexField(String fn,
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(Serializable value)
throws org.objectweb.jorm.api.PException
pieSetSerializedElem in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public BigDecimal pieGetBigDecimalElem()
throws org.objectweb.jorm.api.PException
pieGetBigDecimalElem in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public void pieSetBigDecimalElem(BigDecimal value)
throws org.objectweb.jorm.api.PException
pieSetBigDecimalElem in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public BigInteger pieGetBigIntegerElem()
throws org.objectweb.jorm.api.PException
pieGetBigIntegerElem in interface org.objectweb.jorm.api.PIndexedElemorg.objectweb.jorm.api.PException
public void pieSetBigIntegerElem(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 | |||||||||