com.pnpconsult.zeiterfassung.model
Class UserEntry
java.lang.Object
com.pnpconsult.zeiterfassung.model.DescriptiveObject
com.pnpconsult.zeiterfassung.model.TimestampedObject
com.pnpconsult.zeiterfassung.model.AbstractBaseEntry
com.pnpconsult.zeiterfassung.model.AbstractUserEntry
com.pnpconsult.zeiterfassung.model.UserEntry
- All Implemented Interfaces:
- java.lang.Comparable, java.io.Serializable
- public class UserEntry
- extends AbstractUserEntry
- Version:
- $Id: UserEntry.java,v 1.6 2004/06/25 09:08:44 powerpete Exp $
- Author:
- M. Petersen
- See Also:
- Serialized Form
| Methods inherited from class com.pnpconsult.zeiterfassung.model.AbstractUserEntry |
buildDescription, compareTo, computeHourlyRate, getActivity, getBillDescription, getBillingFactor, getDate, getFormattedDate, getInformation, getInvolved, getPartner, getRate, getUserDescription, setActivity, setBillingFactor, setDate, setInformation, setInvolved, setPartner |
| Methods inherited from class com.pnpconsult.zeiterfassung.model.AbstractBaseEntry |
equals, getHours, getId, getProject, getTargetDate, getUser, hashCode, setHours, setId, setProject, setTargetDate, setUser |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
UserEntry
public UserEntry(long id)
UserEntry
public UserEntry()
getBackupUserEntry
public BackupUserEntry getBackupUserEntry()
- Returns:
- Returns the backup.
setBackupUserEntry
public void setBackupUserEntry(BackupUserEntry modifiedEntry)
- Parameters:
modifiedEntry - The modifiedEntry to set.
isSaved
public boolean isSaved()
- Returns:
- Returns the saved.
setSaved
public void setSaved(boolean saved)
- Parameters:
saved - The saved to set.
isInCurrentMonth
public boolean isInCurrentMonth()
Copyright © 2003-2004 PNP Unternehmensberatung. All Rights Reserved.