com.liferay.portal.model.impl
Class PasswordPolicyModelImpl
java.lang.Object
com.liferay.portal.model.impl.BaseModelImpl
com.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
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
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
PasswordPolicyModelImpl
public PasswordPolicyModelImpl()
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()