wt.container.batch.impl
Class AttributedRoleBatchContainerImpl.AssertionTargetImpl

java.lang.Object
  extended bywt.container.batch.impl.AttributedRoleBatchContainerImpl.AssertionTargetImpl
All Implemented Interfaces:
AttributedRoleBatchContainer.AssertionTarget, Serializable
Enclosing class:
AttributedRoleBatchContainerImpl

protected static class AttributedRoleBatchContainerImpl.AssertionTargetImpl
extends Object
implements AttributedRoleBatchContainer.AssertionTarget, Serializable

See Also:
Serialized Form

Field Summary
private  Object attributeMap
           
private  Object object
           
 
Constructor Summary
AttributedRoleBatchContainerImpl.AssertionTargetImpl(Object object, Object attributeMap)
           
 
Method Summary
 boolean equals(Object obj)
           
 Object getAttributeMap()
           
 Object getObject()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

object

private Object object

attributeMap

private Object attributeMap
Constructor Detail

AttributedRoleBatchContainerImpl.AssertionTargetImpl

public AttributedRoleBatchContainerImpl.AssertionTargetImpl(Object object,
                                                            Object attributeMap)
Method Detail

getObject

public Object getObject()
Specified by:
getObject in interface AttributedRoleBatchContainer.AssertionTarget

getAttributeMap

public Object getAttributeMap()
Specified by:
getAttributeMap in interface AttributedRoleBatchContainer.AssertionTarget

equals

public boolean equals(Object obj)

hashCode

public int hashCode()