com.liferay.portal.model.impl
Class PasswordPolicyModelImpl

java.lang.Object
  extended bycom.liferay.portal.model.impl.BaseModelImpl
      extended bycom.liferay.portal.model.impl.PasswordPolicyModelImpl
All Implemented Interfaces:
com.liferay.portal.model.BaseModel, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable
Direct Known Subclasses:
PasswordPolicyImpl

public class PasswordPolicyModelImpl
extends BaseModelImpl

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is a model that represents the PasswordPolicy table in the database.

Author:
Brian Wing Shun Chan
See Also:
com.liferay.portal.service.model.PasswordPolicy, com.liferay.portal.service.model.PasswordPolicyModel, com.liferay.portal.service.model.impl.PasswordPolicyImpl, Serialized Form

Field Summary
static long LOCK_EXPIRATION_TIME
           
static java.lang.Object[][] TABLE_COLUMNS
           
static java.lang.String TABLE_NAME
           
static java.lang.String TABLE_SQL_CREATE
           
static java.lang.String TABLE_SQL_DROP
           
static boolean XSS_ALLOW_BY_MODEL
           
static boolean XSS_ALLOW_DESCRIPTION
           
static boolean XSS_ALLOW_NAME
           
static boolean XSS_ALLOW_USERNAME
           
 
Fields inherited from class com.liferay.portal.model.impl.BaseModelImpl
XSS_ALLOW
 
Constructor Summary
PasswordPolicyModelImpl()
           
 
Method Summary
 java.lang.Object clone()
           
 int compareTo(java.lang.Object obj)
           
 boolean equals(java.lang.Object obj)
           
 boolean getAllowDictionaryWords()
           
 boolean getChangeable()
           
 boolean getChangeRequired()
           
 boolean getCheckSyntax()
           
 long getCompanyId()
           
 java.util.Date getCreateDate()
           
 boolean getDefaultPolicy()
           
 java.lang.String getDescription()
           
 boolean getExpireable()
           
 int getGraceLimit()
           
 boolean getHistory()
           
 int getHistoryCount()
           
 boolean getLockout()
           
 long getLockoutDuration()
           
 long getMaxAge()
           
 int getMaxFailure()
           
 long getMinAge()
           
 int getMinLength()
           
 java.util.Date getModifiedDate()
           
 java.lang.String getName()
           
 long getPasswordPolicyId()
           
 long getPrimaryKey()
           
 java.io.Serializable getPrimaryKeyObj()
           
 boolean getRequireUnlock()
           
 long getResetFailureCount()
           
 long getUserId()
           
 java.lang.String getUserName()
           
 long getWarningTime()
           
 int hashCode()
           
 boolean isAllowDictionaryWords()
           
 boolean isChangeable()
           
 boolean isChangeRequired()
           
 boolean isCheckSyntax()
           
 boolean isDefaultPolicy()
           
 boolean isExpireable()
           
 boolean isHistory()
           
 boolean isLockout()
           
 boolean isRequireUnlock()
           
 void setAllowDictionaryWords(boolean allowDictionaryWords)
           
 void setChangeable(boolean changeable)
           
 void setChangeRequired(boolean changeRequired)
           
 void setCheckSyntax(boolean checkSyntax)
           
 void setCompanyId(long companyId)
           
 void setCreateDate(java.util.Date createDate)
           
 void setDefaultPolicy(boolean defaultPolicy)
           
 void setDescription(java.lang.String description)
           
 void setExpireable(boolean expireable)
           
 void setGraceLimit(int graceLimit)
           
 void setHistory(boolean history)
           
 void setHistoryCount(int historyCount)
           
 void setLockout(boolean lockout)
           
 void setLockoutDuration(long lockoutDuration)
           
 void setMaxAge(long maxAge)
           
 void setMaxFailure(int maxFailure)
           
 void setMinAge(long minAge)
           
 void setMinLength(int minLength)
           
 void setModifiedDate(java.util.Date modifiedDate)
           
 void setName(java.lang.String name)
           
 void setPasswordPolicyId(long passwordPolicyId)
           
 void setPrimaryKey(long pk)
           
 void setRequireUnlock(boolean requireUnlock)
           
 void setResetFailureCount(long resetFailureCount)
           
 void setUserId(long userId)
           
 void setUserName(java.lang.String userName)
           
 void setWarningTime(long warningTime)
           
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isNew, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TABLE_NAME

public static java.lang.String TABLE_NAME

TABLE_COLUMNS

public static java.lang.Object[][] TABLE_COLUMNS

TABLE_SQL_CREATE

public static java.lang.String TABLE_SQL_CREATE

TABLE_SQL_DROP

public static java.lang.String TABLE_SQL_DROP

XSS_ALLOW_BY_MODEL

public static boolean XSS_ALLOW_BY_MODEL

XSS_ALLOW_USERNAME

public static boolean XSS_ALLOW_USERNAME

XSS_ALLOW_NAME

public static boolean XSS_ALLOW_NAME

XSS_ALLOW_DESCRIPTION

public static boolean XSS_ALLOW_DESCRIPTION

LOCK_EXPIRATION_TIME

public static long LOCK_EXPIRATION_TIME
Constructor Detail

PasswordPolicyModelImpl

public PasswordPolicyModelImpl()
Method Detail

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getPrimaryKeyObj

public java.io.Serializable getPrimaryKeyObj()

getPasswordPolicyId

public long getPasswordPolicyId()

setPasswordPolicyId

public void setPasswordPolicyId(long passwordPolicyId)

getCompanyId

public long getCompanyId()

setCompanyId

public void setCompanyId(long companyId)

getUserId

public long getUserId()

setUserId

public void setUserId(long userId)

getUserName

public java.lang.String getUserName()

setUserName

public void setUserName(java.lang.String userName)

getCreateDate

public java.util.Date getCreateDate()

setCreateDate

public void setCreateDate(java.util.Date createDate)

getModifiedDate

public java.util.Date getModifiedDate()

setModifiedDate

public void setModifiedDate(java.util.Date modifiedDate)

getDefaultPolicy

public boolean getDefaultPolicy()

isDefaultPolicy

public boolean isDefaultPolicy()

setDefaultPolicy

public void setDefaultPolicy(boolean defaultPolicy)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String description)

getChangeable

public boolean getChangeable()

isChangeable

public boolean isChangeable()

setChangeable

public void setChangeable(boolean changeable)

getChangeRequired

public boolean getChangeRequired()

isChangeRequired

public boolean isChangeRequired()

setChangeRequired

public void setChangeRequired(boolean changeRequired)

getMinAge

public long getMinAge()

setMinAge

public void setMinAge(long minAge)

getCheckSyntax

public boolean getCheckSyntax()

isCheckSyntax

public boolean isCheckSyntax()

setCheckSyntax

public void setCheckSyntax(boolean checkSyntax)

getAllowDictionaryWords

public boolean getAllowDictionaryWords()

isAllowDictionaryWords

public boolean isAllowDictionaryWords()

setAllowDictionaryWords

public void setAllowDictionaryWords(boolean allowDictionaryWords)

getMinLength

public int getMinLength()

setMinLength

public void setMinLength(int minLength)

getHistory

public boolean getHistory()

isHistory

public boolean isHistory()

setHistory

public void setHistory(boolean history)

getHistoryCount

public int getHistoryCount()

setHistoryCount

public void setHistoryCount(int historyCount)

getExpireable

public boolean getExpireable()

isExpireable

public boolean isExpireable()

setExpireable

public void setExpireable(boolean expireable)

getMaxAge

public long getMaxAge()

setMaxAge

public void setMaxAge(long maxAge)

getWarningTime

public long getWarningTime()

setWarningTime

public void setWarningTime(long warningTime)

getGraceLimit

public int getGraceLimit()

setGraceLimit

public void setGraceLimit(int graceLimit)

getLockout

public boolean getLockout()

isLockout

public boolean isLockout()

setLockout

public void setLockout(boolean lockout)

getMaxFailure

public int getMaxFailure()

setMaxFailure

public void setMaxFailure(int maxFailure)

getLockoutDuration

public long getLockoutDuration()

setLockoutDuration

public void setLockoutDuration(long lockoutDuration)

getRequireUnlock

public boolean getRequireUnlock()

isRequireUnlock

public boolean isRequireUnlock()

setRequireUnlock

public void setRequireUnlock(boolean requireUnlock)

getResetFailureCount

public long getResetFailureCount()

setResetFailureCount

public void setResetFailureCount(long resetFailureCount)

clone

public java.lang.Object clone()
Specified by:
clone in interface com.liferay.portal.model.BaseModel
Specified by:
clone in class BaseModelImpl

compareTo

public int compareTo(java.lang.Object obj)

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()