public class FinalizePaymentEventData extends PaymentEventData
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
IBM copyright notice field.
|
Constructor and Description |
---|
FinalizePaymentEventData() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.hyades.logging.events.cbe.ExtendedDataElement | composeEventEDE()
This method composes the finalize 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 finalize payment involved attributes.
|
java.math.BigDecimal | getFinalizationAmount()
This method gets the finalization amount that is the amount of current finalize payment business event.
|
java.lang.Long | getReleaseId()
This method gets the current release Id that is the release id of current finalize payment business event.
|
void | setFinalizationAmount(java.math.BigDecimal decimal)
This method sets the finalization amount that is the amount of current finalize payment business event.
|
void | setReleaseId(java.lang.Long long1)
This method sets the release Id that is the release id of current finalize payment business event.
|
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 getFinalizationAmount()
public java.lang.Long getReleaseId()
public void setFinalizationAmount(java.math.BigDecimal decimal)
public void setReleaseId(java.lang.Long long1)
public java.lang.String toString()