org.jboss.txbridge.ba.data
Class CompensationDataCustom

java.lang.Object
  extended by org.jboss.txbridge.ba.data.CompensationData
      extended by org.jboss.txbridge.ba.data.CompensationDataCustom
All Implemented Interfaces:
java.io.Serializable

public class CompensationDataCustom
extends CompensationData

This class represents the compensation data used for compensation with custom compensation type. Objects are stored within a map - each object is identified by a unique identifier.

Version:
0.1
Author:
Maciej P. Machulak (mmachulak@redhat.com)
See Also:
Serialized Form

Constructor Summary
CompensationDataCustom()
           
 
Method Summary
 
Methods inherited from class org.jboss.txbridge.ba.data.CompensationData
get, put
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompensationDataCustom

public CompensationDataCustom()