public class InstallmentData extends AbstractRealTimeDto implements Serializable
Java class for installmentData complex type.
The following schema fragment specifies the expected content contained within this class.
Modifier and Type | Field and Description |
---|---|
protected Long |
dueAmount |
protected Date |
dueDate |
protected Date |
lastPaymentDate |
protected Long |
orderId |
protected Long |
paidAmount |
Constructor and Description |
---|
InstallmentData() |
Modifier and Type | Method and Description |
---|---|
Long |
getDueAmount()
Gets the value of the dueAmount property.
|
Date |
getDueDate()
Gets the value of the dueDate property.
|
Date |
getLastPaymentDate()
Gets the value of the lastPaymentDate property.
|
Long |
getOrderId()
Gets the value of the orderId property.
|
Long |
getPaidAmount()
Gets the value of the paidAmount property.
|
void |
setDueAmount(Long value)
Sets the value of the dueAmount property.
|
void |
setDueDate(Date value)
Sets the value of the dueDate property.
|
void |
setLastPaymentDate(Date value)
Sets the value of the lastPaymentDate property.
|
void |
setOrderId(Long value)
Sets the value of the orderId property.
|
void |
setPaidAmount(Long value)
Sets the value of the paidAmount property.
|
protected Long dueAmount
protected Date dueDate
protected Date lastPaymentDate
protected Long orderId
protected Long paidAmount
public Long getDueAmount()
Long
public void setDueAmount(Long value)
value
- allowed object is
Long
public Date getDueDate()
String
public void setDueDate(Date value)
value
- allowed object is
String
public Date getLastPaymentDate()
String
public void setLastPaymentDate(Date value)
value
- allowed object is
String
public Long getOrderId()
Long
public void setOrderId(Long value)
value
- allowed object is
Long
public Long getPaidAmount()
Long
Copyright © 2021. All rights reserved.