semorg.gui.util
Class DelayedPaymentItem

java.lang.Object
  extended by semorg.gui.util.DelayedPaymentItem

public class DelayedPaymentItem
extends Object

This class is used for displaying the delayed payments. Since there is no class which matches the wanted values we've got to use this one.


Field Summary
private  Date billed
          The date of the billing unpaid.
private  Float debt
          The amount of money owed by a client
private  int presentationId
          The id of the presentation the debtor didn't pay the charge for.
 
Constructor Summary
DelayedPaymentItem(int presentationId, Date billed)
          Creates a DelayedPaymentItem object.
 
Method Summary
 Date getBilled()
           
 Float getDebt()
           
 int getPresentationId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

presentationId

private int presentationId
The id of the presentation the debtor didn't pay the charge for.


billed

private Date billed
The date of the billing unpaid.


debt

private Float debt
The amount of money owed by a client

Constructor Detail

DelayedPaymentItem

public DelayedPaymentItem(int presentationId,
                          Date billed)
Creates a DelayedPaymentItem object. Note that the constructor queries the database to get the charge of the seminartype which equals the debt of the debtor.

Method Detail

getPresentationId

public int getPresentationId()

getBilled

public Date getBilled()

getDebt

public Float getDebt()