|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectcom.hack23.cia.model.common.impl.AbstractModelObjectImpl
com.hack23.cia.model.user.impl.UserImpl
@Entity public class UserImpl extends AbstractModelObjectImpl implements User
The Class UserImpl.
| Constructor and Description |
|---|
UserImpl()
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getId()
Gets the id. |
java.lang.Long |
getVersion()
Gets the version. |
void |
setId(java.lang.Long id)
Sets the id. |
void |
setVersion(java.lang.Long version)
Sets the version. |
| Methods inherited from class com.hack23.cia.model.common.impl.AbstractModelObjectImpl |
|---|
equals, hashCode, isNew |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UserImpl()
| Method Detail |
|---|
public java.lang.Long getVersion()
ModelObject
getVersion in interface ModelObjectgetVersion in class AbstractModelObjectImplpublic void setVersion(java.lang.Long version)
version - the new versionpublic java.lang.Long getId()
ModelObject
getId in interface ModelObjectgetId in class AbstractModelObjectImplpublic void setId(java.lang.Long id)
id - the new id
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||