|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface for Persistable objects that store a reference to their
WTContainer.
Supported API: true
Extendable: true
Field Summary | |
static String |
CONTAINER
Label for the attribute. |
static String |
CONTAINER_ID
|
static String |
CONTAINER_NAME
Label for the attribute; The name of the WTContainer this
object is assigned to. |
static String |
CONTAINER_REFERENCE
Label for the attribute. |
Fields inherited from interface wt.fc.Persistable |
IDENTITY, PERSIST_INFO, TYPE |
Method Summary | |
WTContainer |
getContainer()
Gets the object for the association that plays role: CONTAINER. |
String |
getContainerName()
Gets the value of the attribute: CONTAINER_NAME. |
WTContainerRef |
getContainerReference()
Gets the value of the attribute: CONTAINER_REFERENCE. |
void |
setContainer(WTContainer a_Container)
Sets the object for the association that plays role: CONTAINER. |
void |
setContainerReference(WTContainerRef a_ContainerReference)
Sets the value of the attribute: CONTAINER_REFERENCE. |
Methods inherited from interface wt.fc.Persistable |
checkAttributes, getIdentity, getPersistInfo, getType, setPersistInfo |
Methods inherited from interface wt.fc.ObjectMappable |
readExternal, writeExternal |
Methods inherited from interface wt.fc.NetFactor |
getClassInfo, getConceptualClassname |
Field Detail |
public static final String CONTAINER_NAME
WTContainer
this
object is assigned to.
public static final String CONTAINER
public static final String CONTAINER_REFERENCE
public static final String CONTAINER_ID
Method Detail |
public String getContainerName()
WTContainer
this object is assigned to.
public WTContainer getContainer()
public void setContainer(WTContainer a_Container) throws WTPropertyVetoException, WTException
a_Container
-
WTPropertyVetoException
WTException
public WTContainerRef getContainerReference()
public void setContainerReference(WTContainerRef a_ContainerReference) throws WTPropertyVetoException
a_ContainerReference
-
WTPropertyVetoException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |