public interface DepotReportItemPosition extends DepotReportItem
DepotReportItemPosition| Modifier and Type | Interface and Description |
|---|---|
static interface |
DepotReportItemPosition.Identity
Object Identity
|
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getBalance()
Retrieves the value for the attribute
balance. |
BigDecimal |
getBalanceBop()
Retrieves the value for the attribute
balanceBop. |
BigDecimal |
getBalanceCredit()
Retrieves the value for the attribute
balanceCredit. |
BigDecimal |
getBalanceCreditBop()
Retrieves the value for the attribute
balanceCreditBop. |
BigDecimal |
getBalanceDebit()
Retrieves the value for the attribute
balanceDebit. |
BigDecimal |
getBalanceDebitBop()
Retrieves the value for the attribute
balanceDebitBop. |
BigDecimal |
getBalanceSimple()
Retrieves the value for the attribute
balanceSimple. |
BigDecimal |
getBalanceSimpleBop()
Retrieves the value for the attribute
balanceSimpleBop. |
DepotPosition |
getPosition()
Retrieves the value for the reference
position. |
String |
getPositionName()
Retrieves the value for the attribute
positionName. |
<T extends SimpleBooking> |
getSimpleBooking()
Retrieves a set containing all the elements for the reference
simpleBooking. |
<T extends SingleBooking> |
getSingleBooking()
Retrieves a set containing all the elements for the reference
singleBooking. |
Date |
getValueDate()
Retrieves the value for the attribute
valueDate. |
void |
setBalance(BigDecimal balance)
Sets a new value for the attribute
balance. |
void |
setBalanceBop(BigDecimal balanceBop)
Sets a new value for the attribute
balanceBop. |
void |
setBalanceCredit(BigDecimal balanceCredit)
Sets a new value for the attribute
balanceCredit. |
void |
setBalanceCreditBop(BigDecimal balanceCreditBop)
Sets a new value for the attribute
balanceCreditBop. |
void |
setBalanceDebit(BigDecimal balanceDebit)
Sets a new value for the attribute
balanceDebit. |
void |
setBalanceDebitBop(BigDecimal balanceDebitBop)
Sets a new value for the attribute
balanceDebitBop. |
void |
setBalanceSimple(BigDecimal balanceSimple)
Sets a new value for the attribute
balanceSimple. |
void |
setBalanceSimpleBop(BigDecimal balanceSimpleBop)
Sets a new value for the attribute
balanceSimpleBop. |
void |
setPosition(DepotPosition position)
Sets a new value for the reference
position. |
void |
setPositionName(String positionName)
Sets a new value for the attribute
positionName. |
void |
setValueDate(Date valueDate)
Sets a new value for the attribute
valueDate. |
addOwningGroup, checkPermissions, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwner, setOwningUser, setOwningUsergetUserBoolean4, getUserCode0, getUserCode1, getUserCode2, getUserCode3, getUserCode4, getUserDate0, getUserDate1, getUserDate2, getUserDate3, getUserDate4, getUserDateTime0, getUserDateTime1, getUserDateTime2, getUserDateTime3, getUserDateTime4, getUserNumber0, getUserNumber1, getUserNumber2, getUserNumber3, getUserNumber4, getUserString0, getUserString1, getUserString2, getUserString3, getUserString4, isUserBoolean0, isUserBoolean1, isUserBoolean2, isUserBoolean3, setUserBoolean0, setUserBoolean1, setUserBoolean2, setUserBoolean3, setUserBoolean4, setUserCode0, setUserCode1, setUserCode2, setUserCode3, setUserCode4, setUserDate0, setUserDate1, setUserDate2, setUserDate3, setUserDate4, setUserDateTime0, setUserDateTime1, setUserDateTime2, setUserDateTime3, setUserDateTime4, setUserNumber0, setUserNumber1, setUserNumber2, setUserNumber3, setUserNumber4, setUserString0, setUserString1, setUserString2, setUserString3, setUserString4BigDecimal getBalance()
balance.balance.void setBalance(BigDecimal balance)
balance.balance - The non-null new value for attribute balance.BigDecimal getBalanceBop()
balanceBop.balanceBop.void setBalanceBop(BigDecimal balanceBop)
balanceBop.balanceBop - The non-null new value for attribute balanceBop.BigDecimal getBalanceCredit()
balanceCredit.balanceCredit.void setBalanceCredit(BigDecimal balanceCredit)
balanceCredit.balanceCredit - The non-null new value for attribute balanceCredit.BigDecimal getBalanceCreditBop()
balanceCreditBop.balanceCreditBop.void setBalanceCreditBop(BigDecimal balanceCreditBop)
balanceCreditBop.balanceCreditBop - The non-null new value for attribute balanceCreditBop.BigDecimal getBalanceDebit()
balanceDebit.balanceDebit.void setBalanceDebit(BigDecimal balanceDebit)
balanceDebit.balanceDebit - The non-null new value for attribute balanceDebit.BigDecimal getBalanceDebitBop()
balanceDebitBop.balanceDebitBop.void setBalanceDebitBop(BigDecimal balanceDebitBop)
balanceDebitBop.balanceDebitBop - The non-null new value for attribute balanceDebitBop.BigDecimal getBalanceSimple()
balanceSimple.balanceSimple.void setBalanceSimple(BigDecimal balanceSimple)
balanceSimple.balanceSimple - The non-null new value for attribute balanceSimple.BigDecimal getBalanceSimpleBop()
balanceSimpleBop.balanceSimpleBop.void setBalanceSimpleBop(BigDecimal balanceSimpleBop)
balanceSimpleBop.balanceSimpleBop - The non-null new value for attribute balanceSimpleBop.DepotPosition getPosition()
position.null – value for this reference.void setPosition(DepotPosition position)
position.position - The new – possibly null – value for this reference.String getPositionName()
positionName.positionName.void setPositionName(String positionName)
positionName.positionName - The non-null new value for attribute positionName.<T extends SimpleBooking> DeportReportItemHasSimpleBooking.SimpleBooking<T> getSimpleBooking()
simpleBooking.<T extends SingleBooking> DepotReportItemHasSingleBooking.SingleBooking<T> getSingleBooking()
singleBooking.Date getValueDate()
valueDate.valueDate.void setValueDate(Date valueDate)
valueDate.valueDate - The non-null new value for attribute valueDate.This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.