com.pnpconsult.zeiterfassung.table
Class BillEntryRow

java.lang.Object
  extended bycom.pnpconsult.zeiterfassung.table.BillEntryRow
All Implemented Interfaces:
Row

public class BillEntryRow
extends java.lang.Object
implements Row

Version:
$Id: BillEntryRow.java,v 1.3 2004/06/09 19:26:37 powerpete Exp $
Author:
Moritz Petersen

Constructor Summary
BillEntryRow(BillEntry entry)
           
 
Method Summary
 float computeTotal()
           
 java.lang.String getDescription()
           
 BillEntry getEntry()
           
 RateRow getRateRowsHead()
           
 int getRateRowsSize()
           
 java.util.Iterator getRateRowsTail()
           
 java.lang.String getTargetDate()
           
 java.lang.String getTotal()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BillEntryRow

public BillEntryRow(BillEntry entry)
Method Detail

getEntry

public BillEntry getEntry()

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface Row

getTargetDate

public java.lang.String getTargetDate()
Specified by:
getTargetDate in interface Row

getTotal

public java.lang.String getTotal()
Specified by:
getTotal in interface Row

computeTotal

public float computeTotal()
Specified by:
computeTotal in interface Row

getRateRowsHead

public RateRow getRateRowsHead()
Specified by:
getRateRowsHead in interface Row

getRateRowsTail

public java.util.Iterator getRateRowsTail()
Specified by:
getRateRowsTail in interface Row

getRateRowsSize

public int getRateRowsSize()
Specified by:
getRateRowsSize in interface Row


Copyright © 2003-2004 PNP Unternehmensberatung. All Rights Reserved.