com.liferay.portal.model
Class PasswordPolicySoap

java.lang.Object
  extended by com.liferay.portal.model.PasswordPolicySoap
All Implemented Interfaces:
java.io.Serializable

public class PasswordPolicySoap
extends java.lang.Object
implements java.io.Serializable

View Source

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

This class is used by com.liferay.portal.service.http.PasswordPolicyServiceSoap.

Author:
Brian Wing Shun Chan
See Also:
com.liferay.portal.service.http.PasswordPolicyServiceSoap, Serialized Form

Constructor Summary
PasswordPolicySoap()
           
 
Method Summary
 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()
           
 boolean getRequireUnlock()
           
 long getResetFailureCount()
           
 long getUserId()
           
 java.lang.String getUserName()
           
 long getWarningTime()
           
 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)
           
static PasswordPolicySoap toSoapModel(PasswordPolicy model)
           
static PasswordPolicySoap[] toSoapModels(java.util.List<PasswordPolicy> models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PasswordPolicySoap

public PasswordPolicySoap()
Method Detail

toSoapModel

public static PasswordPolicySoap toSoapModel(PasswordPolicy model)

toSoapModels

public static PasswordPolicySoap[] toSoapModels(java.util.List<PasswordPolicy> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

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)