com.liferay.portal.model
Interface PasswordPolicyModel

All Superinterfaces:
BaseModel<PasswordPolicy>, java.lang.Cloneable, java.lang.Comparable<PasswordPolicy>, java.io.Serializable
All Known Subinterfaces:
PasswordPolicy
All Known Implementing Classes:
PasswordPolicyWrapper

public interface PasswordPolicyModel
extends BaseModel<PasswordPolicy>

View Source

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

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

Author:
Brian Wing Shun Chan
See Also:
PasswordPolicy, PasswordPolicyImpl, PasswordPolicyModelImpl
Generated:

Method Summary
 java.lang.Object clone()
           
 int compareTo(PasswordPolicy passwordPolicy)
           
 boolean getAllowDictionaryWords()
           
 boolean getChangeable()
           
 boolean getChangeRequired()
           
 boolean getCheckSyntax()
           
 long getCompanyId()
           
 java.util.Date getCreateDate()
           
 boolean getDefaultPolicy()
           
 java.lang.String getDescription()
           
 ExpandoBridge getExpandoBridge()
           
 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()
           
 java.lang.String getUserUuid()
           
 long getWarningTime()
           
 int hashCode()
           
 boolean isAllowDictionaryWords()
           
 boolean isCachedModel()
           
 boolean isChangeable()
           
 boolean isChangeRequired()
           
 boolean isCheckSyntax()
           
 boolean isDefaultPolicy()
           
 boolean isEscapedModel()
           
 boolean isExpireable()
           
 boolean isHistory()
           
 boolean isLockout()
           
 boolean isNew()
           
 boolean isRequireUnlock()
           
 void setAllowDictionaryWords(boolean allowDictionaryWords)
           
 void setCachedModel(boolean cachedModel)
           
 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 setEscapedModel(boolean escapedModel)
           
 void setExpandoBridgeAttributes(ServiceContext serviceContext)
           
 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)
           
 boolean setNew(boolean n)
           
 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 setUserUuid(java.lang.String userUuid)
           
 void setWarningTime(long warningTime)
           
 PasswordPolicy toEscapedModel()
           
 java.lang.String toString()
           
 java.lang.String toXmlString()
           
 

Method Detail

getPrimaryKey

long getPrimaryKey()

setPrimaryKey

void setPrimaryKey(long pk)

getPasswordPolicyId

long getPasswordPolicyId()

setPasswordPolicyId

void setPasswordPolicyId(long passwordPolicyId)

getCompanyId

long getCompanyId()

setCompanyId

void setCompanyId(long companyId)

getUserId

long getUserId()

setUserId

void setUserId(long userId)

getUserUuid

java.lang.String getUserUuid()
                             throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

setUserUuid

void setUserUuid(java.lang.String userUuid)

getUserName

java.lang.String getUserName()

setUserName

void setUserName(java.lang.String userName)

getCreateDate

java.util.Date getCreateDate()

setCreateDate

void setCreateDate(java.util.Date createDate)

getModifiedDate

java.util.Date getModifiedDate()

setModifiedDate

void setModifiedDate(java.util.Date modifiedDate)

getDefaultPolicy

boolean getDefaultPolicy()

isDefaultPolicy

boolean isDefaultPolicy()

setDefaultPolicy

void setDefaultPolicy(boolean defaultPolicy)

getName

java.lang.String getName()

setName

void setName(java.lang.String name)

getDescription

java.lang.String getDescription()

setDescription

void setDescription(java.lang.String description)

getChangeable

boolean getChangeable()

isChangeable

boolean isChangeable()

setChangeable

void setChangeable(boolean changeable)

getChangeRequired

boolean getChangeRequired()

isChangeRequired

boolean isChangeRequired()

setChangeRequired

void setChangeRequired(boolean changeRequired)

getMinAge

long getMinAge()

setMinAge

void setMinAge(long minAge)

getCheckSyntax

boolean getCheckSyntax()

isCheckSyntax

boolean isCheckSyntax()

setCheckSyntax

void setCheckSyntax(boolean checkSyntax)

getAllowDictionaryWords

boolean getAllowDictionaryWords()

isAllowDictionaryWords

boolean isAllowDictionaryWords()

setAllowDictionaryWords

void setAllowDictionaryWords(boolean allowDictionaryWords)

getMinLength

int getMinLength()

setMinLength

void setMinLength(int minLength)

getHistory

boolean getHistory()

isHistory

boolean isHistory()

setHistory

void setHistory(boolean history)

getHistoryCount

int getHistoryCount()

setHistoryCount

void setHistoryCount(int historyCount)

getExpireable

boolean getExpireable()

isExpireable

boolean isExpireable()

setExpireable

void setExpireable(boolean expireable)

getMaxAge

long getMaxAge()

setMaxAge

void setMaxAge(long maxAge)

getWarningTime

long getWarningTime()

setWarningTime

void setWarningTime(long warningTime)

getGraceLimit

int getGraceLimit()

setGraceLimit

void setGraceLimit(int graceLimit)

getLockout

boolean getLockout()

isLockout

boolean isLockout()

setLockout

void setLockout(boolean lockout)

getMaxFailure

int getMaxFailure()

setMaxFailure

void setMaxFailure(int maxFailure)

getLockoutDuration

long getLockoutDuration()

setLockoutDuration

void setLockoutDuration(long lockoutDuration)

getRequireUnlock

boolean getRequireUnlock()

isRequireUnlock

boolean isRequireUnlock()

setRequireUnlock

void setRequireUnlock(boolean requireUnlock)

getResetFailureCount

long getResetFailureCount()

setResetFailureCount

void setResetFailureCount(long resetFailureCount)

toEscapedModel

PasswordPolicy toEscapedModel()

isNew

boolean isNew()
Specified by:
isNew in interface BaseModel<PasswordPolicy>

setNew

boolean setNew(boolean n)
Specified by:
setNew in interface BaseModel<PasswordPolicy>

isCachedModel

boolean isCachedModel()
Specified by:
isCachedModel in interface BaseModel<PasswordPolicy>

setCachedModel

void setCachedModel(boolean cachedModel)
Specified by:
setCachedModel in interface BaseModel<PasswordPolicy>

isEscapedModel

boolean isEscapedModel()
Specified by:
isEscapedModel in interface BaseModel<PasswordPolicy>

setEscapedModel

void setEscapedModel(boolean escapedModel)
Specified by:
setEscapedModel in interface BaseModel<PasswordPolicy>

getPrimaryKeyObj

java.io.Serializable getPrimaryKeyObj()
Specified by:
getPrimaryKeyObj in interface BaseModel<PasswordPolicy>

getExpandoBridge

ExpandoBridge getExpandoBridge()
Specified by:
getExpandoBridge in interface BaseModel<PasswordPolicy>

setExpandoBridgeAttributes

void setExpandoBridgeAttributes(ServiceContext serviceContext)
Specified by:
setExpandoBridgeAttributes in interface BaseModel<PasswordPolicy>

clone

java.lang.Object clone()
Specified by:
clone in interface BaseModel<PasswordPolicy>

compareTo

int compareTo(PasswordPolicy passwordPolicy)
Specified by:
compareTo in interface java.lang.Comparable<PasswordPolicy>

hashCode

int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

java.lang.String toString()
Overrides:
toString in class java.lang.Object

toXmlString

java.lang.String toXmlString()
Specified by:
toXmlString in interface BaseModel<PasswordPolicy>