public class ContainerElement
extends java.lang.Object
Constructor | Description |
---|---|
ContainerElement() |
Creates a new empty ContainerElement.
|
ContainerElement(java.lang.Object object) |
Creates a ContainerElement with the specified object.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.Object |
getObject() |
Returns the object contained within this ContainerElement.
|
java.lang.Object |
getParent() |
Returns the parent of the contained object.
|
void |
setObject(java.lang.Object object) |
Sets the object that is contained within this ContainerElement.
|
void |
setParent(java.lang.Object parent) |
Sets the parent of the contained object.
|
public ContainerElement()
public ContainerElement(java.lang.Object object)
object
- the Object to setpublic java.lang.Object getObject()
public java.lang.Object getParent()
public void setObject(java.lang.Object object)
object
- the Object to setpublic void setParent(java.lang.Object parent)
parent
- the parent of the contained objectIntalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com