public class ReservePaymentEventData extends PaymentEventData
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
IBM copyright notice field.
|
Constructor and Description |
---|
ReservePaymentEventData() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.hyades.logging.events.cbe.ExtendedDataElement | composeEventEDE()
This method composes the reserve 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 reserve payment involved attributes.
|
java.util.ArrayList | getReleasesToProcess()
This method gets an ArrayList of the releases to process.
|
java.math.BigDecimal | getReservationAmount()
This method gets the current reservation amount in current reserve payment business event.
|
java.math.BigDecimal | getStillToReserve()
This method gets the amount that still to reserve in current reserve payment business event.
|
void | setReleasesToProcess(java.util.ArrayList list)
This method sets the releases to process in current reserve payment business event.
|
void | setReservationAmount(java.math.BigDecimal decimal)
This method sets the reservation amount in current reserve payment business event.
|
void | setStillToReserve(java.math.BigDecimal decimal)
This method sets the amount that still to reserve in current reserve 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.util.ArrayList getReleasesToProcess()
public java.math.BigDecimal getReservationAmount()
public java.math.BigDecimal getStillToReserve()
public void setReleasesToProcess(java.util.ArrayList list)
public void setReservationAmount(java.math.BigDecimal decimal)
public void setStillToReserve(java.math.BigDecimal decimal)
public java.lang.String toString()