wt.inf.container
Class WTContainerCreateRequest

java.lang.Object
  extended bywt.inf.container.WTContainerCreateRequest
All Implemented Interfaces:
Serializable

public class WTContainerCreateRequest
extends Object
implements Serializable



Supported API: false

Extendable: false

See Also:
Serialized Form

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

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

container

private WTContainer container

migrateRequest

private boolean migrateRequest
Constructor Detail

WTContainerCreateRequest

protected WTContainerCreateRequest(WTContainer container)
                            throws WTException


Supported API: false

Parameters:
container -
Throws:
WTException
Method Detail

getContainer

public WTContainer getContainer()
Gets the value of the attribute: container.

Supported API: false

Returns:
WTContainer

setContainer

public void setContainer(WTContainer a_Container)
                  throws WTPropertyVetoException
Sets the value of the attribute: container.

Supported API: false

Parameters:
a_Container -
Throws:
WTPropertyVetoException

isMigrateRequest

public boolean isMigrateRequest()
Gets the value of the attribute: migrateRequest.

Supported API: false

Returns:
boolean

setMigrateRequest

public void setMigrateRequest(boolean a_MigrateRequest)
                       throws WTPropertyVetoException
Sets the value of the attribute: migrateRequest.

Supported API: false

Parameters:
a_MigrateRequest -
Throws:
WTPropertyVetoException