|
LEONARDI Application Composer - 8.9.0.40 by W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectleon.peer.union.LyUnionObject
public class LyUnionObject
This class implements instances of LyUnionClass.
Field Summary | |
---|---|
static java.lang.String |
__VERSION
|
Constructor Summary | |
---|---|
LyUnionObject(LyUnionClass unionClass)
Constructs a new object for the given class. |
|
LyUnionObject(LyUnionClass unionClass,
java.lang.Object object1,
java.lang.Object object2)
Constructs a new object for the given class with two given sub-objects. |
Method Summary | |
---|---|
java.lang.Object |
getObject1()
|
java.lang.Object |
getObject2()
|
LyUnionClass |
getUnionClass()
|
java.lang.Object |
getValue(LyField field)
Gets value for the specified column field. |
LyValueSet |
getValues()
Gets all values of this object. |
void |
setValue(LyField field,
java.lang.Object value)
Sets value of the specified column field. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String __VERSION
Constructor Detail |
---|
public LyUnionObject(LyUnionClass unionClass)
unionClass
- Union class to which this object belongs to.public LyUnionObject(LyUnionClass unionClass, java.lang.Object object1, java.lang.Object object2)
unionClass
- Union class to which this object belongs to.object1
- the first sub-objectobject2
- the second sub-objectMethod Detail |
---|
public LyUnionClass getUnionClass()
public java.lang.Object getObject1()
public java.lang.Object getObject2()
public java.lang.Object getValue(LyField field)
columnField
- Column field for which a value is set on this object.
public void setValue(LyField field, java.lang.Object value)
columnField
- Column field for which a value is set on this object.value
- Value corresponding to this field.public LyValueSet getValues()
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |