public class TriggerPaymentEventData extends PaymentEventData
| Modifier and Type | Field and Description |
|---|---|
| static java.lang.String | COPYRIGHT
IBM copyright notice field.
|
| Constructor and Description |
|---|
| TriggerPaymentEventData() |
| Modifier and Type | Method and Description |
|---|---|
| org.eclipse.hyades.logging.events.cbe.ExtendedDataElement | composeEventEDE()
This method composes the trigger payment involved attributes to ExtendedDataElement which is for the data format Event using.
|
| void | decomposeEventEDE(org.eclipse.hyades.logging.events.cbe.ExtendedDataElement ede)
This method decomposes the ExtendedDataElement to the trigger payment involved attributes.
|
| java.math.BigDecimal | getAmountToProcessForPrime()
This method gets the amount to process for trigger payment.
|
| java.util.Hashtable | getReleasesToFinalize()
This method gets the releases to finalize.
|
| void | setAmountToProcessForPrime(java.math.BigDecimal decimal)
This method sets the amount to process for prime payment.
|
| void | setReleasesToFinalize(java.util.Hashtable hashtable)
This method sets the releases to finalize.
|
| java.lang.String | toString()
This method converts the attributes of this class to a human-readable format.
|
public static final java.lang.String COPYRIGHT
public org.eclipse.hyades.logging.events.cbe.ExtendedDataElement composeEventEDE()
public void decomposeEventEDE(org.eclipse.hyades.logging.events.cbe.ExtendedDataElement ede)
throws ECException
public java.math.BigDecimal getAmountToProcessForPrime()
public java.util.Hashtable getReleasesToFinalize()
public void setAmountToProcessForPrime(java.math.BigDecimal decimal)
public void setReleasesToFinalize(java.util.Hashtable hashtable)
public java.lang.String toString()