|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ace.mws.mam.FundBalance
class FundBalance
Represents a report of fund balance.
Field Summary | |
---|---|
private BigDecimal |
allocated
The total amount allocated via deposits and credit limits. |
private Set |
allocations
(Allocation collection) Allocations associated with this fund. |
private BigDecimal |
amount
The sum of active allocation amounts within this fund. |
private BigDecimal |
available
The total amount available for charging. |
private BigDecimal |
balance
The allocation total not blocked by liens. |
private Date |
creationTime
Date this fund was created. |
private BigDecimal |
creditLimit
The sum of active credit limits within this fund. |
private BigDecimal |
deposited
The total amount deposited in active allocations. |
private String |
description
The fund description. |
private Set |
fundConstraints
(FundConstraint collection) Constraints on fund usage. |
private Long |
id
The unique fund identifier. |
private Date |
modificationTime
The date this fund was last modified. |
private String |
name
The name of this fund. |
private Double |
percentRemaining
The percentage of allocation remaining. |
private Double |
percentUsed
The percentage of allocated used. |
private BigDecimal |
reserved
The sum of active lien amounts against this fund. |
private BigDecimal |
used
The total amount used this allocation cycle. |
Constructor Summary | |
FundBalance()
|
Method Summary | |
---|---|
BigDecimal
|
getAllocated()
The total amount allocated via deposits and credit limits. |
Set
|
getAllocations()
(Allocation collection) Allocations associated with this fund. |
BigDecimal
|
getAmount()
The sum of active allocation amounts within this fund. |
BigDecimal
|
getAvailable()
The total amount available for charging. |
BigDecimal
|
getBalance()
The allocation total not blocked by liens. |
Date
|
getCreationTime()
Date this fund was created. |
BigDecimal
|
getCreditLimit()
The sum of active credit limits within this fund. |
BigDecimal
|
getDeposited()
The total amount deposited in active allocations. |
String
|
getDescription()
The fund description. |
Set
|
getFundConstraints()
(FundConstraint collection) Constraints on fund usage. |
Long
|
getId()
The unique fund identifier. |
Date
|
getModificationTime()
The date this fund was last modified. |
String
|
getName()
The name of this fund. |
Double
|
getPercentRemaining()
The percentage of allocation remaining. |
Double
|
getPercentUsed()
The percentage of allocated used. |
BigDecimal
|
getReserved()
The sum of active lien amounts against this fund. |
BigDecimal
|
getUsed()
The total amount used this allocation cycle. |
void
|
setAllocated(BigDecimal allocated)
The total amount allocated via deposits and credit limits. |
void
|
setAllocations(Set allocations)
(Allocation collection) Allocations associated with this fund. |
void
|
setAmount(BigDecimal amount)
The sum of active allocation amounts within this fund. |
void
|
setAvailable(BigDecimal available)
The total amount available for charging. |
void
|
setBalance(BigDecimal balance)
The allocation total not blocked by liens. |
void
|
setCreationTime(Date creationTime)
Date this fund was created. |
void
|
setCreditLimit(BigDecimal creditLimit)
The sum of active credit limits within this fund. |
void
|
setDeposited(BigDecimal deposited)
The total amount deposited in active allocations. |
void
|
setDescription(String description)
The fund description. |
void
|
setFundConstraints(Set fundConstraints)
(FundConstraint collection) Constraints on fund usage. |
void
|
setId(Long id)
The unique fund identifier. |
void
|
setModificationTime(Date modificationTime)
The date this fund was last modified. |
void
|
setName(String name)
The name of this fund. |
void
|
setPercentRemaining(Double percentRemaining)
The percentage of allocation remaining. |
void
|
setPercentUsed(Double percentUsed)
The percentage of allocated used. |
void
|
setReserved(BigDecimal reserved)
The sum of active lien amounts against this fund. |
void
|
setUsed(BigDecimal used)
The total amount used this allocation cycle. |
String
|
toString()
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Field Detail |
---|
private BigDecimal allocated
private Set allocations
private BigDecimal amount
private BigDecimal available
private BigDecimal balance
private Date creationTime
private BigDecimal creditLimit
private BigDecimal deposited
private String description
private Set fundConstraints
private Long id
private Date modificationTime
private String name
private Double percentRemaining
private Double percentUsed
private BigDecimal reserved
private BigDecimal used
Constructor Detail |
---|
FundBalance()
Method Detail |
---|
BigDecimal getAllocated()
Set getAllocations()
BigDecimal getAmount()
BigDecimal getAvailable()
BigDecimal getBalance()
Date getCreationTime()
BigDecimal getCreditLimit()
BigDecimal getDeposited()
String getDescription()
Set getFundConstraints()
Long getId()
Date getModificationTime()
String getName()
Double getPercentRemaining()
Double getPercentUsed()
BigDecimal getReserved()
BigDecimal getUsed()
void setAllocated(BigDecimal allocated)
void setAllocations(Set allocations)
void setAmount(BigDecimal amount)
void setAvailable(BigDecimal available)
void setBalance(BigDecimal balance)
void setCreationTime(Date creationTime)
void setCreditLimit(BigDecimal creditLimit)
void setDeposited(BigDecimal deposited)
void setDescription(String description)
void setFundConstraints(Set fundConstraints)
void setId(Long id)
void setModificationTime(Date modificationTime)
void setName(String name)
void setPercentRemaining(Double percentRemaining)
void setPercentUsed(Double percentUsed)
void setReserved(BigDecimal reserved)
void setUsed(BigDecimal used)
String toString()
Groovy Documentation