Liferay 6.1.2-ce-ga3

com.liferay.portal.model.impl
Class PasswordPolicyCacheModel

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

public class PasswordPolicyCacheModel
extends Object
implements CacheModel<PasswordPolicy>, Serializable

The cache model class for representing PasswordPolicy in entity cache.

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

Field Summary
 boolean allowDictionaryWords
           
 boolean changeable
           
 boolean changeRequired
           
 boolean checkSyntax
           
 long companyId
           
 long createDate
           
 boolean defaultPolicy
           
 String description
           
 boolean expireable
           
 int graceLimit
           
 boolean history
           
 int historyCount
           
 boolean lockout
           
 long lockoutDuration
           
 long maxAge
           
 int maxFailure
           
 long minAge
           
 int minAlphanumeric
           
 int minLength
           
 int minLowerCase
           
 int minNumbers
           
 int minSymbols
           
 int minUpperCase
           
 long modifiedDate
           
 String name
           
 long passwordPolicyId
           
 boolean requireUnlock
           
 long resetFailureCount
           
 long resetTicketMaxAge
           
 long userId
           
 String userName
           
 long warningTime
           
 
Constructor Summary
PasswordPolicyCacheModel()
           
 
Method Summary
 PasswordPolicy toEntityModel()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

passwordPolicyId

public long passwordPolicyId

companyId

public long companyId

userId

public long userId

userName

public String userName

createDate

public long createDate

modifiedDate

public long modifiedDate

defaultPolicy

public boolean defaultPolicy

name

public String name

description

public String description

changeable

public boolean changeable

changeRequired

public boolean changeRequired

minAge

public long minAge

checkSyntax

public boolean checkSyntax

allowDictionaryWords

public boolean allowDictionaryWords

minAlphanumeric

public int minAlphanumeric

minLength

public int minLength

minLowerCase

public int minLowerCase

minNumbers

public int minNumbers

minSymbols

public int minSymbols

minUpperCase

public int minUpperCase

history

public boolean history

historyCount

public int historyCount

expireable

public boolean expireable

maxAge

public long maxAge

warningTime

public long warningTime

graceLimit

public int graceLimit

lockout

public boolean lockout

maxFailure

public int maxFailure

lockoutDuration

public long lockoutDuration

requireUnlock

public boolean requireUnlock

resetFailureCount

public long resetFailureCount

resetTicketMaxAge

public long resetTicketMaxAge
Constructor Detail

PasswordPolicyCacheModel

public PasswordPolicyCacheModel()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toEntityModel

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

Liferay 6.1.2-ce-ga3