com.pnpconsult.zeiterfassung.table
Class UserEntryRow
java.lang.Object
java.util.AbstractCollection
com.pnpconsult.zeiterfassung.table.UserEntryRow
- All Implemented Interfaces:
- java.util.Collection, Row
- public class UserEntryRow
- extends java.util.AbstractCollection
- implements Row
- Version:
- $Id: UserEntryRow.java,v 1.4 2004/06/24 18:10:59 powerpete Exp $
- Author:
- M. Petersen
| Methods inherited from class java.util.AbstractCollection |
addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Collection |
equals, hashCode |
UserEntryRow
public UserEntryRow()
add
public boolean add(java.lang.Object o)
- Specified by:
add in interface java.util.Collection
iterator
public java.util.Iterator iterator()
- Specified by:
iterator in interface java.util.Collection
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription in interface Row
getTargetDate
public java.lang.String getTargetDate()
- Specified by:
getTargetDate in interface Row
size
public int size()
- Specified by:
size in interface java.util.Collection
getTotal
public java.lang.String getTotal()
- Specified by:
getTotal in interface Row
computeTotal
public float computeTotal()
- Specified by:
computeTotal in interface Row
getEntries
public java.util.Collection getEntries()
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.