|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.synyx.hades.domain.AbstractPersistable<PK>
org.synyx.hades.domain.auditing.AbstractAuditable<AuditableUser,java.lang.Long>
org.synyx.hades.sample.auditing.AuditableUser
@Entity public class AuditableUser
User domain class that uses auditing functionality of Hades that can either
be aquired implementing Auditable or extend
AbstractAuditable.
| Constructor Summary | |
|---|---|
AuditableUser()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getUsername()
Returns the user's name. |
void |
setUsername(java.lang.String username)
Set's the user's name. |
| Methods inherited from class org.synyx.hades.domain.auditing.AbstractAuditable |
|---|
getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreated, setCreatedBy, setLastModified, setLastModifiedBy |
| Methods inherited from class org.synyx.hades.domain.AbstractPersistable |
|---|
equals, getId, hashCode, isNew, setId, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.synyx.hades.domain.Persistable |
|---|
getId, isNew |
| Constructor Detail |
|---|
public AuditableUser()
| Method Detail |
|---|
public void setUsername(java.lang.String username)
username - the username to setpublic java.lang.String getUsername()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||