public class PaymentRule
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
Constructor and Description |
---|
PaymentRule() |
Modifier and Type | Method and Description |
---|---|
FinalizePaymentEvent |
getFinalizePaymentEvent()
This method returns the Finalize Payment business event.
|
java.lang.String |
getName()
This method returns the name of this payment rule.
|
java.lang.String |
getPaymentRuleFilesDir()
This method returns the directory the payment rules file is under.
|
PrimePaymentEvent |
getPrimePaymentEvent()
This method returns the Prime Payment business event.
|
ReservePaymentEvent |
getReservePaymentEvent()
This method returns the Reserve Payment business event.
|
void |
setFinalizePaymentEvent(FinalizePaymentEvent event)
This method sets the Finalize Payment business event.
|
void |
setName(java.lang.String string)
This method sets the name of this payment rule.
|
void |
setPaymentRuleFilesDir(java.lang.String string)
This method sets the directory the payment rules file is under.
|
void |
setPrimePaymentEvent(PrimePaymentEvent event)
This method sets the Prime Payment business event.
|
void |
setReservePaymentEvent(ReservePaymentEvent event)
This method sets the Reserve Payment business event.
|
java.lang.String |
toString()
This method creates a String representation of the object.
|
public static final java.lang.String COPYRIGHT
public FinalizePaymentEvent getFinalizePaymentEvent()
public java.lang.String getName()
public java.lang.String getPaymentRuleFilesDir()
public PrimePaymentEvent getPrimePaymentEvent()
public ReservePaymentEvent getReservePaymentEvent()
public void setFinalizePaymentEvent(FinalizePaymentEvent event)
event
- The Finalize Payment business event to setpublic void setName(java.lang.String string)
string
- The name of this payment rulepublic void setPaymentRuleFilesDir(java.lang.String string)
string
- The directory the payment rules file is underpublic void setPrimePaymentEvent(PrimePaymentEvent event)
event
- The Prime Payment business event to setpublic void setReservePaymentEvent(ReservePaymentEvent event)
event
- The Reserve Payment business event to setpublic java.lang.String toString()
This method creates a String representation of the object.
toString
in class java.lang.Object