|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DepotReportItemBooking
Abstract class DepotReportItemBooking
| Nested Class Summary | |
|---|---|
static interface |
DepotReportItemBooking.Identity
Object Identity |
| Method Summary | |
|---|---|
BigDecimal |
getBalance()
Retrieves the value for the attribute balance. |
BigDecimal |
getBalanceCredit()
Retrieves the value for the attribute balanceCredit. |
BigDecimal |
getBalanceDebit()
Retrieves the value for the attribute balanceDebit. |
Booking |
getBooking()
Retrieves the value for the reference booking. |
Date |
getBookingDate()
Retrieves the value for the attribute bookingDate. |
CompoundBooking |
getCb()
Retrieves the value for the reference cb. |
void |
setBalance(BigDecimal balance)
Sets a new value for the attribute balance. |
void |
setBalanceCredit(BigDecimal balanceCredit)
Sets a new value for the attribute balanceCredit. |
void |
setBalanceDebit(BigDecimal balanceDebit)
Sets a new value for the attribute balanceDebit. |
void |
setBooking(Booking booking)
Sets a new value for the reference booking. |
void |
setBookingDate(Date bookingDate)
Sets a new value for the attribute bookingDate. |
void |
setCb(CompoundBooking cb)
Sets a new value for the reference cb. |
void |
setReport(DepotReport report)
Sets a new value for the reference report. |
void |
setReport(DepotReport report,
boolean idIsPersistent,
String id)
Set the object's composite association org:opencrx:kernel:depot1:DepotReportHasBookingItem. |
| Methods inherited from interface org.opencrx.kernel.depot1.cci2.DepotReportItem |
|---|
getPosition, getPositionName, getValueDate, setPosition, setPositionName, setValueDate |
| Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject |
|---|
addOwningGroup, getAccessGrantedByParent, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwningUser, setOwningUser |
| Methods inherited from interface org.openmdx.base.cci2.BasicObject |
|---|
getCreatedAt, getCreatedBy, getModifiedAt, getModifiedBy |
| Methods inherited from interface org.openmdx.base.cci2.ExtentCapable |
|---|
getIdentity |
| Methods inherited from interface org.openmdx.compatibility.view1.cci2.ViewCapable |
|---|
getView |
| Method Detail |
|---|
BigDecimal getBalance()
balance.
balance.void setBalance(BigDecimal balance)
balance.
balance - The non-null new value for attribute balance.BigDecimal getBalanceCredit()
balanceCredit.
balanceCredit.void setBalanceCredit(BigDecimal balanceCredit)
balanceCredit.
balanceCredit - The non-null new value for attribute balanceCredit.BigDecimal getBalanceDebit()
balanceDebit.
balanceDebit.void setBalanceDebit(BigDecimal balanceDebit)
balanceDebit.
balanceDebit - The non-null new value for attribute balanceDebit.Booking getBooking()
booking.
null – value for this reference.void setBooking(Booking booking)
booking.
booking - The non-null new value for this reference.Date getBookingDate()
bookingDate.
bookingDate.void setBookingDate(Date bookingDate)
bookingDate.
bookingDate - The non-null new value for attribute bookingDate.CompoundBooking getCb()
cb.
null – value for this reference.void setCb(CompoundBooking cb)
cb.
cb - The non-null new value for this reference.void setReport(DepotReport report)
report.
report - The non-null new value for this reference.
void setReport(DepotReport report,
boolean idIsPersistent,
String id)
org:opencrx:kernel:depot1:DepotReportHasBookingItem.
report - The non-null new value for this object's composite owner.idIsPersistent - Defines whether the id is persistent.id - The non-null new value for this object's qualifier.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||