1 package com
.interrupt
.bookkeeping
.account
;
3 import com
.interrupt
.bookkeeping
.journal
.Entry
;
4 import com
.interrupt
.bookkeeping
.journal
.Journal
;
6 public class DebitPointer
extends GDebitPointer
{
8 public DebitPointer() {
12 public DebitPointer(GDebit debit
) {
15 this.setAccountid(debit
.getAccountid());
16 this.setEntryid(debit
.getEntryid());
17 this.setJournalid(((Entry
)debit
.getParent()).getJournalid());
18 this.setRefid(debit
.getId());