|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.inf.container.WTContainerCreateRequest
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private WTContainer |
container
|
private boolean |
migrateRequest
|
private static String |
RESOURCE
|
Constructor Summary | |
protected |
WTContainerCreateRequest(WTContainer container)
Supported API: false |
Method Summary | |
WTContainer |
getContainer()
Gets the value of the attribute: container. |
boolean |
isMigrateRequest()
Gets the value of the attribute: migrateRequest. |
void |
setContainer(WTContainer a_Container)
Sets the value of the attribute: container. |
void |
setMigrateRequest(boolean a_MigrateRequest)
Sets the value of the attribute: migrateRequest. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private WTContainer container
private boolean migrateRequest
Constructor Detail |
protected WTContainerCreateRequest(WTContainer container) throws WTException
container
-
WTException
Method Detail |
public WTContainer getContainer()
public void setContainer(WTContainer a_Container) throws WTPropertyVetoException
a_Container
-
WTPropertyVetoException
public boolean isMigrateRequest()
public void setMigrateRequest(boolean a_MigrateRequest) throws WTPropertyVetoException
a_MigrateRequest
-
WTPropertyVetoException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |