com.pnpconsult.zeiterfassung.table
Class BillEntryRow
java.lang.Object
com.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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BillEntryRow
public BillEntryRow(BillEntry entry)
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.