wt.container.batch.impl
Class RoleBatchContainerImpl
java.lang.Object
wt.container.batch.impl.BatchContainerImpl
wt.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
RoleBatchContainerImpl
public RoleBatchContainerImpl(TransactionContainer txnContainer,
String assocName,
String roleName,
Object fromObject)
Supported API: false
- Parameters:
txnContainer
- assocName
- roleName
- fromObject
-
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