wt.container.batch.impl
Class RoleBatchContainerImpl

java.lang.Object
  extended bywt.container.batch.impl.BatchContainerImpl
      extended bywt.container.batch.impl.RoleBatchContainerImpl
All Implemented Interfaces:
BatchContainer, RoleBatchContainer, Serializable
Direct Known Subclasses:
AttributedRoleBatchContainerImpl

public class RoleBatchContainerImpl
extends BatchContainerImpl
implements RoleBatchContainer, Serializable

Class used to implement a RoleBatchContainer.

Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private  String associationName
           
private static String CLASSNAME
           
private  Object fromObject
           
private static String RESOURCE
           
private  String roleName
           
 
Fields inherited from class wt.container.batch.impl.BatchContainerImpl
 
Fields inherited from interface wt.container.batch.RoleBatchContainer
ASSOCIATION_NAME, FROM_OBJECT, ROLE_NAME
 
Fields inherited from interface wt.container.batch.BatchContainer
ELEMENTS
 
Constructor Summary
RoleBatchContainerImpl(TransactionContainer txnContainer, String assocName, String roleName, Object fromObject)
          

Supported API: false
 
Method Summary
 String getAssociationName()
          

Supported API: false
 Object getFromObject()
          

Supported API: false
 String getRoleName()
          

Supported API: false
 
Methods inherited from class wt.container.batch.impl.BatchContainerImpl
add, clearAll, contains, elements, populate, populate, remove, replace, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface wt.container.batch.BatchContainer
add, contains, elements, populate, populate, remove, replace, size
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

associationName

private String associationName

roleName

private String roleName

fromObject

private Object fromObject
Constructor Detail

RoleBatchContainerImpl

public RoleBatchContainerImpl(TransactionContainer txnContainer,
                              String assocName,
                              String roleName,
                              Object fromObject)


Supported API: false

Parameters:
txnContainer -
assocName -
roleName -
fromObject -
Method Detail

getAssociationName

public String getAssociationName()


Supported API: false

Specified by:
getAssociationName in interface RoleBatchContainer
Returns:
String

getRoleName

public String getRoleName()


Supported API: false

Specified by:
getRoleName in interface RoleBatchContainer
Returns:
String

getFromObject

public Object getFromObject()


Supported API: false

Specified by:
getFromObject in interface RoleBatchContainer
Returns:
Object