|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.pnpconsult.zeiterfassung.model.DescriptiveObject
com.pnpconsult.zeiterfassung.model.TimestampedObject
com.pnpconsult.zeiterfassung.model.AbstractBaseEntry
com.pnpconsult.zeiterfassung.model.AbstractUserEntry
com.pnpconsult.zeiterfassung.model.BackupUserEntry
| 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 |
public BackupUserEntry()
public BackupUserEntry(UserEntry entry)
BackupUserEntry by copying values of the necessary
data fields of the given AbstractUserEntry into this new instance.
entry - | Method Detail |
public long getId()
getId in class AbstractBaseEntryAbstractBaseEntry.getId()public UserEntry getEntry()
public void setEntry(UserEntry entry)
entry - The entry to set.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||