Package wt.container.batch.impl
Class AttributedRoleBatchContainerImpl
java.lang.Object
wt.container.batch.impl.BatchContainerImpl
wt.container.batch.impl.RoleBatchContainerImpl
wt.container.batch.impl.AttributedRoleBatchContainerImpl
- All Implemented Interfaces:
Serializable,AttributedRoleBatchContainer,BatchContainer,RoleBatchContainer
public class AttributedRoleBatchContainerImpl
extends wt.container.batch.impl.RoleBatchContainerImpl
implements AttributedRoleBatchContainer, Serializable
Supported API: true
Extendable: false
- See Also:
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.container.batch.BatchContainer
sizeMethods inherited from interface wt.container.batch.RoleBatchContainer
getAssociationName, getFromObject, getRoleName
-
Method Details
-
populate
Operation to allow the pre-population of container elements. This allows objects to be added to the container without creating a corresponding Assertion. Returns true if this AttributedRoleBatchContainer changed due to this operation.
Supported API: true- Specified by:
populatein interfaceBatchContainer- Overrides:
populatein classwt.container.batch.impl.BatchContainerImpl- Parameters:
a_Element-- Returns:
- boolean
-