|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.windchill.esi.rnd.VdbElement
public final class VdbElement
Manages the contents of an Info*Engine Element.
Supported API: true
Extendable: false
| Constructor Summary | |
|---|---|
VdbElement(com.infoengine.object.factory.Element element,
Persistable persistable)
Only constructor for the class. |
|
| Method Summary | |
|---|---|
void |
addTarget(ESITarget target)
Adds the argument to the targets collection. |
void |
addTargets(Collection targets)
Given a collection of ESITarget objects, adds each entry to the targets collection. |
com.infoengine.object.factory.Element |
asElement()
Renders the element attribute as an Info*Engine Element. |
Persistable[] |
getDependents()
Gets the value of the attribute: dependents; A set of objects that the Info*Engine element depends upon. |
com.infoengine.object.factory.Element |
getElement()
Gets the value of the attribute: element; The Info*Engine Element object that this object manages. |
Persistable |
getPersistable()
Gets the value of the attribute: persistable; The Persistable object associated with this VdbElement. |
Collection |
getTargets()
Gets the value of the attribute: targets; The ESITargets associated with this Element. |
void |
setDependents(Persistable[] a_Dependents)
Sets the value of the attribute: dependents; A set of objects that the Info*Engine element depends upon. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VdbElement(com.infoengine.object.factory.Element element,
Persistable persistable)
element - The Info*Engine Element that this element manages.persistable - A Persistable object that may be supplied. Used to determine the objectID attribute of the I*E Element.| Method Detail |
|---|
public com.infoengine.object.factory.Element getElement()
public Persistable getPersistable()
public Persistable[] getDependents()
public void setDependents(Persistable[] a_Dependents)
a_Dependents - public Collection getTargets()
public void addTarget(ESITarget target)
target - The ESITarget to be added to the targets collection.public void addTargets(Collection targets)
targets - A collection of ESITarget objects.public com.infoengine.object.factory.Element asElement()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||