com.pnpconsult.zeiterfassung.table
Class UserEntryRow

java.lang.Object
  extended byjava.util.AbstractCollection
      extended bycom.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

Constructor Summary
UserEntryRow()
           
 
Method Summary
 boolean add(java.lang.Object o)
           
 float computeTotal()
           
 java.lang.String getDescription()
           
 java.util.Collection getEntries()
           
 RateRow getRateRowsHead()
           
 int getRateRowsSize()
           
 java.util.Iterator getRateRowsTail()
           
 java.lang.String getTargetDate()
           
 java.lang.String getTotal()
           
 java.util.Iterator iterator()
           
 int size()
           
 
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
 

Constructor Detail

UserEntryRow

public UserEntryRow()
Method Detail

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.