com.pnpconsult.zeiterfassung.model
Class BackupUserEntry

java.lang.Object
  extended bycom.pnpconsult.zeiterfassung.model.DescriptiveObject
      extended bycom.pnpconsult.zeiterfassung.model.TimestampedObject
          extended bycom.pnpconsult.zeiterfassung.model.AbstractBaseEntry
              extended bycom.pnpconsult.zeiterfassung.model.AbstractUserEntry
                  extended bycom.pnpconsult.zeiterfassung.model.BackupUserEntry
All Implemented Interfaces:
java.lang.Comparable, java.io.Serializable

public class BackupUserEntry
extends AbstractUserEntry

Version:
$Id: BackupUserEntry.java,v 1.4 2004/06/09 19:26:40 powerpete Exp $
Author:
M. Petersen
See Also:
Serialized Form

Constructor Summary
BackupUserEntry()
           
BackupUserEntry(UserEntry entry)
          Creates a new BackupUserEntry by copying values of the necessary data fields of the given AbstractUserEntry into this new instance.
 
Method Summary
 UserEntry getEntry()
           
 long getId()
           
 void setEntry(UserEntry entry)
           
 
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, getProject, getTargetDate, getUser, hashCode, setHours, setId, setProject, setTargetDate, setUser
 
Methods inherited from class com.pnpconsult.zeiterfassung.model.TimestampedObject
getDateCreated, getDateModified, setDateCreated, setDateModified
 
Methods inherited from class com.pnpconsult.zeiterfassung.model.DescriptiveObject
toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BackupUserEntry

public BackupUserEntry()

BackupUserEntry

public BackupUserEntry(UserEntry entry)
Creates a new BackupUserEntry by copying values of the necessary data fields of the given AbstractUserEntry into this new instance.

Parameters:
entry -
Method Detail

getId

public long getId()
Overrides:
getId in class AbstractBaseEntry
Returns:
Returns the id.
See Also:
AbstractBaseEntry.getId()

getEntry

public UserEntry getEntry()
Returns:
Returns the entry.

setEntry

public void setEntry(UserEntry entry)
Parameters:
entry - The entry to set.


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