public class EDPPaymentInstruction
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
EDPPaymentInstruction() |
Modifier and Type | Method and Description |
---|---|
java.math.BigDecimal |
getAmount()
This method returns the amount to process of this payment instruction.
|
java.lang.String |
getBackendPIId()
This method returns the back end payment instruction id of this payment instruction.
|
java.math.BigDecimal |
getDepositedAmount()
This method returns the deposited amount of this payment instruction.
|
java.math.BigDecimal |
getDepositingAmount()
This method returns the depositing amount of this payment instruction.
|
java.lang.Long |
getId()
This method returns the id of this payment instruction.
|
java.lang.String |
getOverallPaymentInstructionStatus()
This method returns the overall payment instruction status.
|
java.lang.String |
getPaymentMethod()
This method returns the payment method used in this payment instruction.
|
java.lang.Long |
getPolicyId()
This method returns the policy ID of this payment instruction.
|
java.util.HashMap |
getProtocolData()
This method returns the protocol data of this payment instruction.
|
boolean |
isAmountDirty()
This method returns if the current amount of this payment instruction is dirty.
|
boolean |
isAmountEditable()
This method returns the amount editable flag indicating if the amount is editable or not.
|
boolean |
isCancelFlag()
This method returns the flag indicating if this payment instruction has been cancelled.
|
boolean |
isNewPIFlag()
This method returns the flag indicating if this payment instruction is newly added.
|
boolean |
isPaymentDataDirty()
This method returns the flag indicating if the payment data is dirty.
|
boolean |
isPaymentDataEditable()
This method returns the payment data editable flag indicating if the payment data is editable or not.
|
boolean |
isValid()
This method checks if the payment instruction is valid..
|
void |
setAmount(java.math.BigDecimal localAmount)
This method sets the amount to process of this payment instruction.
|
void |
setAmountDirty(boolean b)
This method sets if the current amount of this payment instruction is dirty.
|
void |
setAmountEditable(boolean b)
This method sets the amount editable flag indicating if the amount is editable or not.
|
void |
setBackendPIId(java.lang.String localBackendPIId)
This method sets the back end payment instruction id of this payment instruction.
|
void |
setCancelFlag(boolean b)
This method sets the flag indicating if this payment instruction has been cancelled.
|
void |
setDepositedAmount(java.math.BigDecimal decimal)
This method sets the deposited amount of this payment instruction.
|
void |
setDepositingAmount(java.math.BigDecimal decimal)
This method sets the depositing amount of this payment instruction.
|
void |
setId(java.lang.Long localId)
This method sets the id.
|
void |
setIdToCancel(java.lang.Long localId)
This is the only way to set cancelFlag, along with an Id.
|
void |
setNewPIFlag(boolean b)
This method sets the flag indicating if this payment instruction is newly added.
|
void |
setOverallPaymentInstructionStatus(java.lang.String overallStatus)
This method sets the overall payment instruction status.
|
void |
setPaymentDataDirty(boolean b)
This method sets the flag indicating if the payment data is dirty.
|
void |
setPaymentDataEditable(boolean b)
This method sets the payment data editable flag indicating if the payment data is editable or not.
|
void |
setPaymentMethod(java.lang.String paymentMethodID)
This method sets the payment method used in this payment instruction.
|
void |
setPolicyId(java.lang.Long long1)
This method sets the policy ID of this payment instruction.
|
void |
setProtocolData(java.util.HashMap paymentData)
This method sets the protocol data of this payment instruction.
|
void |
setValid(boolean value)
This method sets if the payment instruction is valid or not.
|
java.lang.String |
toString()
This method converts this payment instruction into a human-readable string
|
public void setBackendPIId(java.lang.String localBackendPIId)
localBackendPIId
- The back end payment instruction id to setpublic java.lang.String getBackendPIId()
public void setAmount(java.math.BigDecimal localAmount)
localAmount
- The amount to setpublic java.math.BigDecimal getAmount()
public void setAmountDirty(boolean b)
b
- The flag indicating if the current amount of this payment instruction is dirtypublic boolean isAmountDirty()
public void setAmountEditable(boolean b)
b
- Indicates if the amount is editable or notpublic boolean isAmountEditable()
public void setCancelFlag(boolean b)
b
- The flag indicating if this payment instruction has been cancelledpublic boolean isCancelFlag()
public void setId(java.lang.Long localId)
localId
- The id to setpublic java.lang.Long getId()
public void setIdToCancel(java.lang.Long localId)
localId
- The id of this payment instructionpublic void setNewPIFlag(boolean b)
b
- The flag indicating if this payment instruction is newly addedpublic boolean isNewPIFlag()
public void setOverallPaymentInstructionStatus(java.lang.String overallStatus)
overallStatus
- The overall payment instruction statuspublic java.lang.String getOverallPaymentInstructionStatus()
public void setPaymentDataDirty(boolean b)
b
- The flag indicating if the payment data is dirtypublic boolean isPaymentDataDirty()
public void setPaymentDataEditable(boolean b)
b
- Indicates if the payment data is editable or notpublic boolean isPaymentDataEditable()
public void setPaymentMethod(java.lang.String paymentMethodID)
paymentMethodID
- The payment method ID to setpublic java.lang.String getPaymentMethod()
public void setProtocolData(java.util.HashMap paymentData)
paymentData
- The protocol data to setpublic java.util.HashMap getProtocolData()
public void setValid(boolean value)
value
- If the payment instruction is valid or notpublic boolean isValid()
public java.math.BigDecimal getDepositedAmount()
public java.math.BigDecimal getDepositingAmount()
public void setDepositedAmount(java.math.BigDecimal decimal)
depositedAmount
- The deposited amount to setpublic void setDepositingAmount(java.math.BigDecimal decimal)
depositingAmount
- The depositing amount to setpublic java.lang.String toString()
toString
in class java.lang.Object
public java.lang.Long getPolicyId()
public void setPolicyId(java.lang.Long long1)
long1
- The policy ID to set