com.liferay.client.soap.portal.model
Class PasswordPolicySoap

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

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

See Also:
Serialized Form

Constructor Summary
PasswordPolicySoap()
           
PasswordPolicySoap(boolean allowDictionaryWords, boolean changeRequired, boolean changeable, boolean checkSyntax, long companyId, java.util.Calendar createDate, boolean defaultPolicy, java.lang.String description, boolean expireable, int graceLimit, boolean history, int historyCount, boolean lockout, long lockoutDuration, long maxAge, int maxFailure, long minAge, int minLength, java.util.Calendar modifiedDate, java.lang.String name, long passwordPolicyId, long primaryKey, boolean requireUnlock, long resetFailureCount, long userId, java.lang.String userName, long warningTime)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 long getCompanyId()
          Gets the companyId value for this PasswordPolicySoap.
 java.util.Calendar getCreateDate()
          Gets the createDate value for this PasswordPolicySoap.
 java.lang.String getDescription()
          Gets the description value for this PasswordPolicySoap.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 int getGraceLimit()
          Gets the graceLimit value for this PasswordPolicySoap.
 int getHistoryCount()
          Gets the historyCount value for this PasswordPolicySoap.
 long getLockoutDuration()
          Gets the lockoutDuration value for this PasswordPolicySoap.
 long getMaxAge()
          Gets the maxAge value for this PasswordPolicySoap.
 int getMaxFailure()
          Gets the maxFailure value for this PasswordPolicySoap.
 long getMinAge()
          Gets the minAge value for this PasswordPolicySoap.
 int getMinLength()
          Gets the minLength value for this PasswordPolicySoap.
 java.util.Calendar getModifiedDate()
          Gets the modifiedDate value for this PasswordPolicySoap.
 java.lang.String getName()
          Gets the name value for this PasswordPolicySoap.
 long getPasswordPolicyId()
          Gets the passwordPolicyId value for this PasswordPolicySoap.
 long getPrimaryKey()
          Gets the primaryKey value for this PasswordPolicySoap.
 long getResetFailureCount()
          Gets the resetFailureCount value for this PasswordPolicySoap.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 long getUserId()
          Gets the userId value for this PasswordPolicySoap.
 java.lang.String getUserName()
          Gets the userName value for this PasswordPolicySoap.
 long getWarningTime()
          Gets the warningTime value for this PasswordPolicySoap.
 int hashCode()
           
 boolean isAllowDictionaryWords()
          Gets the allowDictionaryWords value for this PasswordPolicySoap.
 boolean isChangeable()
          Gets the changeable value for this PasswordPolicySoap.
 boolean isChangeRequired()
          Gets the changeRequired value for this PasswordPolicySoap.
 boolean isCheckSyntax()
          Gets the checkSyntax value for this PasswordPolicySoap.
 boolean isDefaultPolicy()
          Gets the defaultPolicy value for this PasswordPolicySoap.
 boolean isExpireable()
          Gets the expireable value for this PasswordPolicySoap.
 boolean isHistory()
          Gets the history value for this PasswordPolicySoap.
 boolean isLockout()
          Gets the lockout value for this PasswordPolicySoap.
 boolean isRequireUnlock()
          Gets the requireUnlock value for this PasswordPolicySoap.
 void setAllowDictionaryWords(boolean allowDictionaryWords)
          Sets the allowDictionaryWords value for this PasswordPolicySoap.
 void setChangeable(boolean changeable)
          Sets the changeable value for this PasswordPolicySoap.
 void setChangeRequired(boolean changeRequired)
          Sets the changeRequired value for this PasswordPolicySoap.
 void setCheckSyntax(boolean checkSyntax)
          Sets the checkSyntax value for this PasswordPolicySoap.
 void setCompanyId(long companyId)
          Sets the companyId value for this PasswordPolicySoap.
 void setCreateDate(java.util.Calendar createDate)
          Sets the createDate value for this PasswordPolicySoap.
 void setDefaultPolicy(boolean defaultPolicy)
          Sets the defaultPolicy value for this PasswordPolicySoap.
 void setDescription(java.lang.String description)
          Sets the description value for this PasswordPolicySoap.
 void setExpireable(boolean expireable)
          Sets the expireable value for this PasswordPolicySoap.
 void setGraceLimit(int graceLimit)
          Sets the graceLimit value for this PasswordPolicySoap.
 void setHistory(boolean history)
          Sets the history value for this PasswordPolicySoap.
 void setHistoryCount(int historyCount)
          Sets the historyCount value for this PasswordPolicySoap.
 void setLockout(boolean lockout)
          Sets the lockout value for this PasswordPolicySoap.
 void setLockoutDuration(long lockoutDuration)
          Sets the lockoutDuration value for this PasswordPolicySoap.
 void setMaxAge(long maxAge)
          Sets the maxAge value for this PasswordPolicySoap.
 void setMaxFailure(int maxFailure)
          Sets the maxFailure value for this PasswordPolicySoap.
 void setMinAge(long minAge)
          Sets the minAge value for this PasswordPolicySoap.
 void setMinLength(int minLength)
          Sets the minLength value for this PasswordPolicySoap.
 void setModifiedDate(java.util.Calendar modifiedDate)
          Sets the modifiedDate value for this PasswordPolicySoap.
 void setName(java.lang.String name)
          Sets the name value for this PasswordPolicySoap.
 void setPasswordPolicyId(long passwordPolicyId)
          Sets the passwordPolicyId value for this PasswordPolicySoap.
 void setPrimaryKey(long primaryKey)
          Sets the primaryKey value for this PasswordPolicySoap.
 void setRequireUnlock(boolean requireUnlock)
          Sets the requireUnlock value for this PasswordPolicySoap.
 void setResetFailureCount(long resetFailureCount)
          Sets the resetFailureCount value for this PasswordPolicySoap.
 void setUserId(long userId)
          Sets the userId value for this PasswordPolicySoap.
 void setUserName(java.lang.String userName)
          Sets the userName value for this PasswordPolicySoap.
 void setWarningTime(long warningTime)
          Sets the warningTime value for this PasswordPolicySoap.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PasswordPolicySoap

public PasswordPolicySoap()

PasswordPolicySoap

public PasswordPolicySoap(boolean allowDictionaryWords,
                          boolean changeRequired,
                          boolean changeable,
                          boolean checkSyntax,
                          long companyId,
                          java.util.Calendar createDate,
                          boolean defaultPolicy,
                          java.lang.String description,
                          boolean expireable,
                          int graceLimit,
                          boolean history,
                          int historyCount,
                          boolean lockout,
                          long lockoutDuration,
                          long maxAge,
                          int maxFailure,
                          long minAge,
                          int minLength,
                          java.util.Calendar modifiedDate,
                          java.lang.String name,
                          long passwordPolicyId,
                          long primaryKey,
                          boolean requireUnlock,
                          long resetFailureCount,
                          long userId,
                          java.lang.String userName,
                          long warningTime)
Method Detail

isAllowDictionaryWords

public boolean isAllowDictionaryWords()
Gets the allowDictionaryWords value for this PasswordPolicySoap.

Returns:
allowDictionaryWords

setAllowDictionaryWords

public void setAllowDictionaryWords(boolean allowDictionaryWords)
Sets the allowDictionaryWords value for this PasswordPolicySoap.

Parameters:
allowDictionaryWords -

isChangeRequired

public boolean isChangeRequired()
Gets the changeRequired value for this PasswordPolicySoap.

Returns:
changeRequired

setChangeRequired

public void setChangeRequired(boolean changeRequired)
Sets the changeRequired value for this PasswordPolicySoap.

Parameters:
changeRequired -

isChangeable

public boolean isChangeable()
Gets the changeable value for this PasswordPolicySoap.

Returns:
changeable

setChangeable

public void setChangeable(boolean changeable)
Sets the changeable value for this PasswordPolicySoap.

Parameters:
changeable -

isCheckSyntax

public boolean isCheckSyntax()
Gets the checkSyntax value for this PasswordPolicySoap.

Returns:
checkSyntax

setCheckSyntax

public void setCheckSyntax(boolean checkSyntax)
Sets the checkSyntax value for this PasswordPolicySoap.

Parameters:
checkSyntax -

getCompanyId

public long getCompanyId()
Gets the companyId value for this PasswordPolicySoap.

Returns:
companyId

setCompanyId

public void setCompanyId(long companyId)
Sets the companyId value for this PasswordPolicySoap.

Parameters:
companyId -

getCreateDate

public java.util.Calendar getCreateDate()
Gets the createDate value for this PasswordPolicySoap.

Returns:
createDate

setCreateDate

public void setCreateDate(java.util.Calendar createDate)
Sets the createDate value for this PasswordPolicySoap.

Parameters:
createDate -

isDefaultPolicy

public boolean isDefaultPolicy()
Gets the defaultPolicy value for this PasswordPolicySoap.

Returns:
defaultPolicy

setDefaultPolicy

public void setDefaultPolicy(boolean defaultPolicy)
Sets the defaultPolicy value for this PasswordPolicySoap.

Parameters:
defaultPolicy -

getDescription

public java.lang.String getDescription()
Gets the description value for this PasswordPolicySoap.

Returns:
description

setDescription

public void setDescription(java.lang.String description)
Sets the description value for this PasswordPolicySoap.

Parameters:
description -

isExpireable

public boolean isExpireable()
Gets the expireable value for this PasswordPolicySoap.

Returns:
expireable

setExpireable

public void setExpireable(boolean expireable)
Sets the expireable value for this PasswordPolicySoap.

Parameters:
expireable -

getGraceLimit

public int getGraceLimit()
Gets the graceLimit value for this PasswordPolicySoap.

Returns:
graceLimit

setGraceLimit

public void setGraceLimit(int graceLimit)
Sets the graceLimit value for this PasswordPolicySoap.

Parameters:
graceLimit -

isHistory

public boolean isHistory()
Gets the history value for this PasswordPolicySoap.

Returns:
history

setHistory

public void setHistory(boolean history)
Sets the history value for this PasswordPolicySoap.

Parameters:
history -

getHistoryCount

public int getHistoryCount()
Gets the historyCount value for this PasswordPolicySoap.

Returns:
historyCount

setHistoryCount

public void setHistoryCount(int historyCount)
Sets the historyCount value for this PasswordPolicySoap.

Parameters:
historyCount -

isLockout

public boolean isLockout()
Gets the lockout value for this PasswordPolicySoap.

Returns:
lockout

setLockout

public void setLockout(boolean lockout)
Sets the lockout value for this PasswordPolicySoap.

Parameters:
lockout -

getLockoutDuration

public long getLockoutDuration()
Gets the lockoutDuration value for this PasswordPolicySoap.

Returns:
lockoutDuration

setLockoutDuration

public void setLockoutDuration(long lockoutDuration)
Sets the lockoutDuration value for this PasswordPolicySoap.

Parameters:
lockoutDuration -

getMaxAge

public long getMaxAge()
Gets the maxAge value for this PasswordPolicySoap.

Returns:
maxAge

setMaxAge

public void setMaxAge(long maxAge)
Sets the maxAge value for this PasswordPolicySoap.

Parameters:
maxAge -

getMaxFailure

public int getMaxFailure()
Gets the maxFailure value for this PasswordPolicySoap.

Returns:
maxFailure

setMaxFailure

public void setMaxFailure(int maxFailure)
Sets the maxFailure value for this PasswordPolicySoap.

Parameters:
maxFailure -

getMinAge

public long getMinAge()
Gets the minAge value for this PasswordPolicySoap.

Returns:
minAge

setMinAge

public void setMinAge(long minAge)
Sets the minAge value for this PasswordPolicySoap.

Parameters:
minAge -

getMinLength

public int getMinLength()
Gets the minLength value for this PasswordPolicySoap.

Returns:
minLength

setMinLength

public void setMinLength(int minLength)
Sets the minLength value for this PasswordPolicySoap.

Parameters:
minLength -

getModifiedDate

public java.util.Calendar getModifiedDate()
Gets the modifiedDate value for this PasswordPolicySoap.

Returns:
modifiedDate

setModifiedDate

public void setModifiedDate(java.util.Calendar modifiedDate)
Sets the modifiedDate value for this PasswordPolicySoap.

Parameters:
modifiedDate -

getName

public java.lang.String getName()
Gets the name value for this PasswordPolicySoap.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this PasswordPolicySoap.

Parameters:
name -

getPasswordPolicyId

public long getPasswordPolicyId()
Gets the passwordPolicyId value for this PasswordPolicySoap.

Returns:
passwordPolicyId

setPasswordPolicyId

public void setPasswordPolicyId(long passwordPolicyId)
Sets the passwordPolicyId value for this PasswordPolicySoap.

Parameters:
passwordPolicyId -

getPrimaryKey

public long getPrimaryKey()
Gets the primaryKey value for this PasswordPolicySoap.

Returns:
primaryKey

setPrimaryKey

public void setPrimaryKey(long primaryKey)
Sets the primaryKey value for this PasswordPolicySoap.

Parameters:
primaryKey -

isRequireUnlock

public boolean isRequireUnlock()
Gets the requireUnlock value for this PasswordPolicySoap.

Returns:
requireUnlock

setRequireUnlock

public void setRequireUnlock(boolean requireUnlock)
Sets the requireUnlock value for this PasswordPolicySoap.

Parameters:
requireUnlock -

getResetFailureCount

public long getResetFailureCount()
Gets the resetFailureCount value for this PasswordPolicySoap.

Returns:
resetFailureCount

setResetFailureCount

public void setResetFailureCount(long resetFailureCount)
Sets the resetFailureCount value for this PasswordPolicySoap.

Parameters:
resetFailureCount -

getUserId

public long getUserId()
Gets the userId value for this PasswordPolicySoap.

Returns:
userId

setUserId

public void setUserId(long userId)
Sets the userId value for this PasswordPolicySoap.

Parameters:
userId -

getUserName

public java.lang.String getUserName()
Gets the userName value for this PasswordPolicySoap.

Returns:
userName

setUserName

public void setUserName(java.lang.String userName)
Sets the userName value for this PasswordPolicySoap.

Parameters:
userName -

getWarningTime

public long getWarningTime()
Gets the warningTime value for this PasswordPolicySoap.

Returns:
warningTime

setWarningTime

public void setWarningTime(long warningTime)
Sets the warningTime value for this PasswordPolicySoap.

Parameters:
warningTime -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

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

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer