com.liferay.portal.model
Class PasswordPolicyWrapper

java.lang.Object
  extended by com.liferay.portal.model.PasswordPolicyWrapper
All Implemented Interfaces:
BaseModel<PasswordPolicy>, PasswordPolicy, PasswordPolicyModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<PasswordPolicy>

public class PasswordPolicyWrapper
extends java.lang.Object
implements PasswordPolicy

View Source

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

This class is a wrapper for PasswordPolicy.

Author:
Brian Wing Shun Chan
See Also:
PasswordPolicy, Serialized Form
Generated:

Constructor Summary
PasswordPolicyWrapper(PasswordPolicy passwordPolicy)
           
 
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()
           
 PasswordPolicy getWrappedPasswordPolicy()
           
 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()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PasswordPolicyWrapper

public PasswordPolicyWrapper(PasswordPolicy passwordPolicy)
Method Detail

getPrimaryKey

public long getPrimaryKey()
Specified by:
getPrimaryKey in interface PasswordPolicyModel

setPrimaryKey

public void setPrimaryKey(long pk)
Specified by:
setPrimaryKey in interface PasswordPolicyModel

getPasswordPolicyId

public long getPasswordPolicyId()
Specified by:
getPasswordPolicyId in interface PasswordPolicyModel

setPasswordPolicyId

public void setPasswordPolicyId(long passwordPolicyId)
Specified by:
setPasswordPolicyId in interface PasswordPolicyModel

getCompanyId

public long getCompanyId()
Specified by:
getCompanyId in interface PasswordPolicyModel

setCompanyId

public void setCompanyId(long companyId)
Specified by:
setCompanyId in interface PasswordPolicyModel

getUserId

public long getUserId()
Specified by:
getUserId in interface PasswordPolicyModel

setUserId

public void setUserId(long userId)
Specified by:
setUserId in interface PasswordPolicyModel

getUserUuid

public java.lang.String getUserUuid()
                             throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getUserUuid in interface PasswordPolicyModel
Throws:
com.liferay.portal.kernel.exception.SystemException

setUserUuid

public void setUserUuid(java.lang.String userUuid)
Specified by:
setUserUuid in interface PasswordPolicyModel

getUserName

public java.lang.String getUserName()
Specified by:
getUserName in interface PasswordPolicyModel

setUserName

public void setUserName(java.lang.String userName)
Specified by:
setUserName in interface PasswordPolicyModel

getCreateDate

public java.util.Date getCreateDate()
Specified by:
getCreateDate in interface PasswordPolicyModel

setCreateDate

public void setCreateDate(java.util.Date createDate)
Specified by:
setCreateDate in interface PasswordPolicyModel

getModifiedDate

public java.util.Date getModifiedDate()
Specified by:
getModifiedDate in interface PasswordPolicyModel

setModifiedDate

public void setModifiedDate(java.util.Date modifiedDate)
Specified by:
setModifiedDate in interface PasswordPolicyModel

getDefaultPolicy

public boolean getDefaultPolicy()
Specified by:
getDefaultPolicy in interface PasswordPolicyModel

isDefaultPolicy

public boolean isDefaultPolicy()
Specified by:
isDefaultPolicy in interface PasswordPolicyModel

setDefaultPolicy

public void setDefaultPolicy(boolean defaultPolicy)
Specified by:
setDefaultPolicy in interface PasswordPolicyModel

getName

public java.lang.String getName()
Specified by:
getName in interface PasswordPolicyModel

setName

public void setName(java.lang.String name)
Specified by:
setName in interface PasswordPolicyModel

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface PasswordPolicyModel

setDescription

public void setDescription(java.lang.String description)
Specified by:
setDescription in interface PasswordPolicyModel

getChangeable

public boolean getChangeable()
Specified by:
getChangeable in interface PasswordPolicyModel

isChangeable

public boolean isChangeable()
Specified by:
isChangeable in interface PasswordPolicyModel

setChangeable

public void setChangeable(boolean changeable)
Specified by:
setChangeable in interface PasswordPolicyModel

getChangeRequired

public boolean getChangeRequired()
Specified by:
getChangeRequired in interface PasswordPolicyModel

isChangeRequired

public boolean isChangeRequired()
Specified by:
isChangeRequired in interface PasswordPolicyModel

setChangeRequired

public void setChangeRequired(boolean changeRequired)
Specified by:
setChangeRequired in interface PasswordPolicyModel

getMinAge

public long getMinAge()
Specified by:
getMinAge in interface PasswordPolicyModel

setMinAge

public void setMinAge(long minAge)
Specified by:
setMinAge in interface PasswordPolicyModel

getCheckSyntax

public boolean getCheckSyntax()
Specified by:
getCheckSyntax in interface PasswordPolicyModel

isCheckSyntax

public boolean isCheckSyntax()
Specified by:
isCheckSyntax in interface PasswordPolicyModel

setCheckSyntax

public void setCheckSyntax(boolean checkSyntax)
Specified by:
setCheckSyntax in interface PasswordPolicyModel

getAllowDictionaryWords

public boolean getAllowDictionaryWords()
Specified by:
getAllowDictionaryWords in interface PasswordPolicyModel

isAllowDictionaryWords

public boolean isAllowDictionaryWords()
Specified by:
isAllowDictionaryWords in interface PasswordPolicyModel

setAllowDictionaryWords

public void setAllowDictionaryWords(boolean allowDictionaryWords)
Specified by:
setAllowDictionaryWords in interface PasswordPolicyModel

getMinLength

public int getMinLength()
Specified by:
getMinLength in interface PasswordPolicyModel

setMinLength

public void setMinLength(int minLength)
Specified by:
setMinLength in interface PasswordPolicyModel

getHistory

public boolean getHistory()
Specified by:
getHistory in interface PasswordPolicyModel

isHistory

public boolean isHistory()
Specified by:
isHistory in interface PasswordPolicyModel

setHistory

public void setHistory(boolean history)
Specified by:
setHistory in interface PasswordPolicyModel

getHistoryCount

public int getHistoryCount()
Specified by:
getHistoryCount in interface PasswordPolicyModel

setHistoryCount

public void setHistoryCount(int historyCount)
Specified by:
setHistoryCount in interface PasswordPolicyModel

getExpireable

public boolean getExpireable()
Specified by:
getExpireable in interface PasswordPolicyModel

isExpireable

public boolean isExpireable()
Specified by:
isExpireable in interface PasswordPolicyModel

setExpireable

public void setExpireable(boolean expireable)
Specified by:
setExpireable in interface PasswordPolicyModel

getMaxAge

public long getMaxAge()
Specified by:
getMaxAge in interface PasswordPolicyModel

setMaxAge

public void setMaxAge(long maxAge)
Specified by:
setMaxAge in interface PasswordPolicyModel

getWarningTime

public long getWarningTime()
Specified by:
getWarningTime in interface PasswordPolicyModel

setWarningTime

public void setWarningTime(long warningTime)
Specified by:
setWarningTime in interface PasswordPolicyModel

getGraceLimit

public int getGraceLimit()
Specified by:
getGraceLimit in interface PasswordPolicyModel

setGraceLimit

public void setGraceLimit(int graceLimit)
Specified by:
setGraceLimit in interface PasswordPolicyModel

getLockout

public boolean getLockout()
Specified by:
getLockout in interface PasswordPolicyModel

isLockout

public boolean isLockout()
Specified by:
isLockout in interface PasswordPolicyModel

setLockout

public void setLockout(boolean lockout)
Specified by:
setLockout in interface PasswordPolicyModel

getMaxFailure

public int getMaxFailure()
Specified by:
getMaxFailure in interface PasswordPolicyModel

setMaxFailure

public void setMaxFailure(int maxFailure)
Specified by:
setMaxFailure in interface PasswordPolicyModel

getLockoutDuration

public long getLockoutDuration()
Specified by:
getLockoutDuration in interface PasswordPolicyModel

setLockoutDuration

public void setLockoutDuration(long lockoutDuration)
Specified by:
setLockoutDuration in interface PasswordPolicyModel

getRequireUnlock

public boolean getRequireUnlock()
Specified by:
getRequireUnlock in interface PasswordPolicyModel

isRequireUnlock

public boolean isRequireUnlock()
Specified by:
isRequireUnlock in interface PasswordPolicyModel

setRequireUnlock

public void setRequireUnlock(boolean requireUnlock)
Specified by:
setRequireUnlock in interface PasswordPolicyModel

getResetFailureCount

public long getResetFailureCount()
Specified by:
getResetFailureCount in interface PasswordPolicyModel

setResetFailureCount

public void setResetFailureCount(long resetFailureCount)
Specified by:
setResetFailureCount in interface PasswordPolicyModel

toEscapedModel

public PasswordPolicy toEscapedModel()
Specified by:
toEscapedModel in interface PasswordPolicyModel

isNew

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

setNew

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

isCachedModel

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

setCachedModel

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

isEscapedModel

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

setEscapedModel

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

getPrimaryKeyObj

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

getExpandoBridge

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

setExpandoBridgeAttributes

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

clone

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

compareTo

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

hashCode

public int hashCode()
Specified by:
hashCode in interface PasswordPolicyModel
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Specified by:
toString in interface PasswordPolicyModel
Overrides:
toString in class java.lang.Object

toXmlString

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

getWrappedPasswordPolicy

public PasswordPolicy getWrappedPasswordPolicy()