public static class Commitment.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Commitment.Builder |
availableAmount(String availableAmount)
Commitment available amount
|
Commitment |
build() |
Commitment.Builder |
copy(Commitment model) |
Commitment.Builder |
fundedAllocationValue(String fundedAllocationValue)
Funded Allocation line value
|
Commitment.Builder |
lineNetAmount(String lineNetAmount)
Commitment line net amount
|
Commitment.Builder |
quantity(String quantity)
Commitment quantity
|
Commitment.Builder |
timeEnd(Date timeEnd)
Commitment end date
|
Commitment.Builder |
timeStart(Date timeStart)
Commitment start date
|
public Commitment.Builder timeStart(Date timeStart)
Commitment start date
timeStart
- the value to setpublic Commitment.Builder timeEnd(Date timeEnd)
Commitment end date
timeEnd
- the value to setpublic Commitment.Builder quantity(String quantity)
Commitment quantity
quantity
- the value to setpublic Commitment.Builder availableAmount(String availableAmount)
Commitment available amount
availableAmount
- the value to setpublic Commitment.Builder lineNetAmount(String lineNetAmount)
Commitment line net amount
lineNetAmount
- the value to setpublic Commitment.Builder fundedAllocationValue(String fundedAllocationValue)
Funded Allocation line value
fundedAllocationValue
- the value to setpublic Commitment build()
public Commitment.Builder copy(Commitment model)
Copyright © 2016–2024. All rights reserved.