com.pnpconsult.zeiterfassung.table
Class RateRow

java.lang.Object
  extended byjava.util.AbstractCollection
      extended bycom.pnpconsult.zeiterfassung.table.RateRow
All Implemented Interfaces:
java.util.Collection

public class RateRow
extends java.util.AbstractCollection

Version:
$Id: RateRow.java,v 1.2 2004/04/07 20:26:56 powerpete Exp $
Author:
M. Petersen

Field Summary
protected  float hours
           
protected  float rate
           
protected  java.util.SortedSet users
           
 
Constructor Summary
RateRow()
           
 
Method Summary
 boolean add(java.lang.Object obj)
           
 float computeHours()
           
 float computeRate()
           
 float computeTotal()
           
 java.lang.String getHours()
           
 java.lang.String getRate()
           
 java.lang.String getTotal()
           
 java.lang.String getUserNames()
           
 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
 

Field Detail

rate

protected float rate

hours

protected float hours

users

protected java.util.SortedSet users
Constructor Detail

RateRow

public RateRow()
Method Detail

add

public boolean add(java.lang.Object obj)

getUserNames

public java.lang.String getUserNames()

getHours

public java.lang.String getHours()

computeHours

public float computeHours()

getRate

public java.lang.String getRate()

computeRate

public float computeRate()

iterator

public java.util.Iterator iterator()

size

public int size()

getTotal

public java.lang.String getTotal()

computeTotal

public float computeTotal()


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