Liferay 6.2-ce-ga5

com.liferay.portal.model.impl
Class UserCacheModel

java.lang.Object
  extended by com.liferay.portal.model.impl.UserCacheModel
All Implemented Interfaces:
CacheModel<User>, Externalizable, Serializable

public class UserCacheModel
extends Object
implements CacheModel<User>, Externalizable

The cache model class for representing User in entity cache.

See Also:
User, Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
 boolean agreedToTermsOfUse
           
 String comments
           
 long companyId
           
 long contactId
           
 long createDate
           
 boolean defaultUser
           
 String digest
           
 String emailAddress
           
 boolean emailAddressVerified
           
 long facebookId
           
 int failedLoginAttempts
           
 String firstName
           
 int graceLoginCount
           
 String greeting
           
 String jobTitle
           
 String languageId
           
 long lastFailedLoginDate
           
 long lastLoginDate
           
 String lastLoginIP
           
 String lastName
           
 long ldapServerId
           
 boolean lockout
           
 long lockoutDate
           
 long loginDate
           
 String loginIP
           
 String middleName
           
 long modifiedDate
           
 String openId
           
 String password
           
 boolean passwordEncrypted
           
 long passwordModifiedDate
           
 boolean passwordReset
           
 long portraitId
           
 String reminderQueryAnswer
           
 String reminderQueryQuestion
           
 String screenName
           
 int status
           
 String timeZoneId
           
 long userId
           
 String uuid
           
 
Constructor Summary
UserCacheModel()
           
 
Method Summary
 void readExternal(ObjectInput objectInput)
           
 User toEntityModel()
           
 String toString()
           
 void writeExternal(ObjectOutput objectOutput)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

uuid

public String uuid

userId

public long userId

companyId

public long companyId

createDate

public long createDate

modifiedDate

public long modifiedDate

defaultUser

public boolean defaultUser

contactId

public long contactId

password

public String password

passwordEncrypted

public boolean passwordEncrypted

passwordReset

public boolean passwordReset

passwordModifiedDate

public long passwordModifiedDate

digest

public String digest

reminderQueryQuestion

public String reminderQueryQuestion

reminderQueryAnswer

public String reminderQueryAnswer

graceLoginCount

public int graceLoginCount

screenName

public String screenName

emailAddress

public String emailAddress

facebookId

public long facebookId

ldapServerId

public long ldapServerId

openId

public String openId

portraitId

public long portraitId

languageId

public String languageId

timeZoneId

public String timeZoneId

greeting

public String greeting

comments

public String comments

firstName

public String firstName

middleName

public String middleName

lastName

public String lastName

jobTitle

public String jobTitle

loginDate

public long loginDate

loginIP

public String loginIP

lastLoginDate

public long lastLoginDate

lastLoginIP

public String lastLoginIP

lastFailedLoginDate

public long lastFailedLoginDate

failedLoginAttempts

public int failedLoginAttempts

lockout

public boolean lockout

lockoutDate

public long lockoutDate

agreedToTermsOfUse

public boolean agreedToTermsOfUse

emailAddressVerified

public boolean emailAddressVerified

status

public int status
Constructor Detail

UserCacheModel

public UserCacheModel()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toEntityModel

public User toEntityModel()
Specified by:
toEntityModel in interface CacheModel<User>

readExternal

public void readExternal(ObjectInput objectInput)
                  throws IOException
Specified by:
readExternal in interface Externalizable
Throws:
IOException

writeExternal

public void writeExternal(ObjectOutput objectOutput)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Throws:
IOException

Liferay 6.2-ce-ga5