|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsemorg.gui.util.DelayedPaymentItem
public class DelayedPaymentItem
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 |
---|
private int presentationId
private Date billed
private Float debt
Constructor Detail |
---|
public DelayedPaymentItem(int presentationId, Date billed)
Method Detail |
---|
public int getPresentationId()
public Date getBilled()
public Float getDebt()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |