com.pnpconsult.zeiterfassung.table
Class RateRow
java.lang.Object
java.util.AbstractCollection
com.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
|
| 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 |
rate
protected float rate
hours
protected float hours
users
protected java.util.SortedSet users
RateRow
public RateRow()
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.