com.hack23.cia.model.user.impl
Class UserImpl

Package class diagram package UserImpl
java.lang.Object
  extended by com.hack23.cia.model.common.impl.AbstractModelObjectImpl
      extended by com.hack23.cia.model.user.impl.UserImpl
All Implemented Interfaces:
ModelObject, User, java.io.Serializable

@Entity
public class UserImpl
extends AbstractModelObjectImpl
implements User

The Class UserImpl.

See Also:
Serialized Form

Constructor Summary
Constructor and Description
UserImpl()
           
 
Method Summary
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

UserImpl

public UserImpl()
Method Detail

getVersion

public java.lang.Long getVersion()
Description copied from interface: ModelObject
Gets the version.

Specified by:
getVersion in interface ModelObject
Specified by:
getVersion in class AbstractModelObjectImpl
Returns:
the version

setVersion

public void setVersion(java.lang.Long version)
Sets the version.

Parameters:
version - the new version

getId

public java.lang.Long getId()
Description copied from interface: ModelObject
Gets the id.

Specified by:
getId in interface ModelObject
Specified by:
getId in class AbstractModelObjectImpl
Returns:
the id

setId

public void setId(java.lang.Long id)
Sets the id.

Parameters:
id - the new id


Copyright © 2008-2010 www.hack23.com. All Rights Reserved.