public class BankingScheduledPaymentRecurrenceLastWeekday extends Object
| Constructor and Description |
|---|
BankingScheduledPaymentRecurrenceLastWeekday() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
java.time.LocalDate |
getFinalPaymentDate()
The limit date after which no more payments should be made using this schedule.
|
String |
getInterval()
The interval for the payment.
|
Integer |
getLastWeekDay()
The weekDay specified.
|
Integer |
getPaymentsRemaining()
Indicates the number of payments remaining in the schedule.
|
int |
hashCode() |
void |
setFinalPaymentDate(java.time.LocalDate finalPaymentDate) |
void |
setInterval(String interval) |
void |
setLastWeekDay(Integer lastWeekDay) |
void |
setPaymentsRemaining(Integer paymentsRemaining) |
String |
toString() |
public BankingScheduledPaymentRecurrenceLastWeekday()
public java.time.LocalDate getFinalPaymentDate()
public void setFinalPaymentDate(java.time.LocalDate finalPaymentDate)
public String getInterval()
public void setInterval(String interval)
public Integer getLastWeekDay()
public void setLastWeekDay(Integer lastWeekDay)
public Integer getPaymentsRemaining()
public void setPaymentsRemaining(Integer paymentsRemaining)
Copyright © 2019. All rights reserved.