@JSON(strict=true)
@ProviderType
public class PasswordPolicyModelImpl
extends com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.PasswordPolicy>
implements com.liferay.portal.model.PasswordPolicyModel
This implementation and its corresponding interface PasswordPolicyModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in PasswordPolicyImpl.
PasswordPolicyImpl,
PasswordPolicy,
PasswordPolicyModel,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static boolean |
COLUMN_BITMASK_ENABLED |
static long |
COMPANYID_COLUMN_BITMASK |
static java.lang.String |
DATA_SOURCE |
static long |
DEFAULTPOLICY_COLUMN_BITMASK |
static boolean |
ENTITY_CACHE_ENABLED |
static boolean |
FINDER_CACHE_ENABLED |
static long |
LOCK_EXPIRATION_TIME |
static long |
NAME_COLUMN_BITMASK |
static java.lang.String |
ORDER_BY_JPQL |
static java.lang.String |
ORDER_BY_SQL |
static long |
PASSWORDPOLICYID_COLUMN_BITMASK |
static java.lang.String |
SESSION_FACTORY |
static java.lang.Object[][] |
TABLE_COLUMNS |
static java.util.Map<java.lang.String,java.lang.Integer> |
TABLE_COLUMNS_MAP |
static java.lang.String |
TABLE_NAME |
static java.lang.String |
TABLE_SQL_CREATE |
static java.lang.String |
TABLE_SQL_DROP |
static java.lang.String |
TX_MANAGER |
static long |
UUID_COLUMN_BITMASK |
| Constructor and Description |
|---|
PasswordPolicyModelImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
int |
compareTo(com.liferay.portal.model.PasswordPolicy passwordPolicy) |
boolean |
equals(java.lang.Object obj) |
boolean |
getAllowDictionaryWords() |
boolean |
getChangeable() |
boolean |
getChangeRequired() |
boolean |
getCheckSyntax() |
long |
getColumnBitmask() |
long |
getCompanyId() |
java.util.Date |
getCreateDate() |
boolean |
getDefaultPolicy() |
java.lang.String |
getDescription() |
com.liferay.portlet.expando.model.ExpandoBridge |
getExpandoBridge() |
boolean |
getExpireable() |
int |
getGraceLimit() |
boolean |
getHistory() |
int |
getHistoryCount() |
boolean |
getLockout() |
long |
getLockoutDuration() |
long |
getMaxAge() |
int |
getMaxFailure() |
long |
getMinAge() |
int |
getMinAlphanumeric() |
int |
getMinLength() |
int |
getMinLowerCase() |
int |
getMinNumbers() |
int |
getMinSymbols() |
int |
getMinUpperCase() |
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
java.util.Date |
getModifiedDate() |
long |
getMvccVersion() |
java.lang.String |
getName() |
long |
getOriginalCompanyId() |
boolean |
getOriginalDefaultPolicy() |
java.lang.String |
getOriginalName() |
java.lang.String |
getOriginalUuid() |
long |
getPasswordPolicyId() |
long |
getPrimaryKey() |
java.io.Serializable |
getPrimaryKeyObj() |
java.lang.String |
getRegex() |
boolean |
getRequireUnlock() |
long |
getResetFailureCount() |
long |
getResetTicketMaxAge() |
com.liferay.portlet.exportimport.lar.StagedModelType |
getStagedModelType() |
long |
getUserId() |
java.lang.String |
getUserName() |
java.lang.String |
getUserUuid() |
java.lang.String |
getUuid() |
long |
getWarningTime() |
int |
hashCode() |
boolean |
hasSetModifiedDate() |
boolean |
isAllowDictionaryWords() |
boolean |
isChangeable() |
boolean |
isChangeRequired() |
boolean |
isCheckSyntax() |
boolean |
isDefaultPolicy() |
boolean |
isEntityCacheEnabled() |
boolean |
isExpireable() |
boolean |
isFinderCacheEnabled() |
boolean |
isHistory() |
boolean |
isLockout() |
boolean |
isRequireUnlock() |
void |
resetOriginalValues() |
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 |
setExpandoBridgeAttributes(com.liferay.portal.service.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 |
setMinAlphanumeric(int minAlphanumeric) |
void |
setMinLength(int minLength) |
void |
setMinLowerCase(int minLowerCase) |
void |
setMinNumbers(int minNumbers) |
void |
setMinSymbols(int minSymbols) |
void |
setMinUpperCase(int minUpperCase) |
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate) |
void |
setMvccVersion(long mvccVersion) |
void |
setName(java.lang.String name) |
void |
setPasswordPolicyId(long passwordPolicyId) |
void |
setPrimaryKey(long primaryKey) |
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setRegex(java.lang.String regex) |
void |
setRequireUnlock(boolean requireUnlock) |
void |
setResetFailureCount(long resetFailureCount) |
void |
setResetTicketMaxAge(long resetTicketMaxAge) |
void |
setUserId(long userId) |
void |
setUserName(java.lang.String userName) |
void |
setUserUuid(java.lang.String userUuid) |
void |
setUuid(java.lang.String uuid) |
void |
setWarningTime(long warningTime) |
com.liferay.portal.model.CacheModel<com.liferay.portal.model.PasswordPolicy> |
toCacheModel() |
com.liferay.portal.model.PasswordPolicy |
toEscapedModel() |
static com.liferay.portal.model.PasswordPolicy |
toModel(com.liferay.portal.model.PasswordPolicySoap soapModel)
Converts the soap model instance into a normal model instance.
|
static java.util.List<com.liferay.portal.model.PasswordPolicy> |
toModels(com.liferay.portal.model.PasswordPolicySoap[] soapModels)
Converts the soap model instances into normal model instances.
|
java.lang.String |
toString() |
java.lang.String |
toXmlString() |
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModelpublic static final java.lang.String TABLE_NAME
public static final java.lang.Object[][] TABLE_COLUMNS
public static final java.util.Map<java.lang.String,java.lang.Integer> TABLE_COLUMNS_MAP
public static final java.lang.String TABLE_SQL_CREATE
public static final java.lang.String TABLE_SQL_DROP
public static final java.lang.String ORDER_BY_JPQL
public static final java.lang.String ORDER_BY_SQL
public static final java.lang.String DATA_SOURCE
public static final java.lang.String SESSION_FACTORY
public static final java.lang.String TX_MANAGER
public static final boolean ENTITY_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
public static final boolean COLUMN_BITMASK_ENABLED
public static final long COMPANYID_COLUMN_BITMASK
public static final long DEFAULTPOLICY_COLUMN_BITMASK
public static final long NAME_COLUMN_BITMASK
public static final long UUID_COLUMN_BITMASK
public static final long PASSWORDPOLICYID_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
public static com.liferay.portal.model.PasswordPolicy toModel(com.liferay.portal.model.PasswordPolicySoap soapModel)
soapModel - the soap model instance to convertpublic static java.util.List<com.liferay.portal.model.PasswordPolicy> toModels(com.liferay.portal.model.PasswordPolicySoap[] soapModels)
soapModels - the soap model instances to convertpublic long getPrimaryKey()
getPrimaryKey in interface com.liferay.portal.model.PasswordPolicyModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.portal.model.PasswordPolicyModelpublic java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.PasswordPolicy>getPrimaryKeyObj in interface com.liferay.portal.model.ClassedModelgetPrimaryKeyObj in interface com.liferay.portal.model.PasswordPolicyModelpublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.PasswordPolicy>setPrimaryKeyObj in interface com.liferay.portal.model.ClassedModelsetPrimaryKeyObj in interface com.liferay.portal.model.PasswordPolicyModelpublic java.lang.Class<?> getModelClass()
getModelClass in interface com.liferay.portal.model.ClassedModelpublic java.lang.String getModelClassName()
getModelClassName in interface com.liferay.portal.model.ClassedModelpublic java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.PasswordPolicy>getModelAttributes in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.PasswordPolicy>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.PasswordPolicy>setModelAttributes in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.PasswordPolicy>@JSON public long getMvccVersion()
getMvccVersion in interface com.liferay.portal.model.MVCCModelgetMvccVersion in interface com.liferay.portal.model.PasswordPolicyModelpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface com.liferay.portal.model.MVCCModelsetMvccVersion in interface com.liferay.portal.model.PasswordPolicyModel@JSON public java.lang.String getUuid()
getUuid in interface com.liferay.portal.model.PasswordPolicyModelgetUuid in interface com.liferay.portal.model.StagedModelpublic void setUuid(java.lang.String uuid)
setUuid in interface com.liferay.portal.model.PasswordPolicyModelsetUuid in interface com.liferay.portal.model.StagedModelpublic java.lang.String getOriginalUuid()
@JSON public long getPasswordPolicyId()
getPasswordPolicyId in interface com.liferay.portal.model.PasswordPolicyModelpublic void setPasswordPolicyId(long passwordPolicyId)
setPasswordPolicyId in interface com.liferay.portal.model.PasswordPolicyModel@JSON public long getCompanyId()
getCompanyId in interface com.liferay.portal.model.AuditedModelgetCompanyId in interface com.liferay.portal.model.PasswordPolicyModelgetCompanyId in interface com.liferay.portal.model.ShardedModelgetCompanyId in interface com.liferay.portal.model.StagedModelpublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.model.AuditedModelsetCompanyId in interface com.liferay.portal.model.PasswordPolicyModelsetCompanyId in interface com.liferay.portal.model.ShardedModelsetCompanyId in interface com.liferay.portal.model.StagedModelpublic long getOriginalCompanyId()
@JSON public long getUserId()
getUserId in interface com.liferay.portal.model.AuditedModelgetUserId in interface com.liferay.portal.model.PasswordPolicyModelpublic void setUserId(long userId)
setUserId in interface com.liferay.portal.model.AuditedModelsetUserId in interface com.liferay.portal.model.PasswordPolicyModelpublic java.lang.String getUserUuid()
getUserUuid in interface com.liferay.portal.model.AuditedModelgetUserUuid in interface com.liferay.portal.model.PasswordPolicyModelpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface com.liferay.portal.model.AuditedModelsetUserUuid in interface com.liferay.portal.model.PasswordPolicyModel@JSON public java.lang.String getUserName()
getUserName in interface com.liferay.portal.model.AuditedModelgetUserName in interface com.liferay.portal.model.PasswordPolicyModelpublic void setUserName(java.lang.String userName)
setUserName in interface com.liferay.portal.model.AuditedModelsetUserName in interface com.liferay.portal.model.PasswordPolicyModel@JSON public java.util.Date getCreateDate()
getCreateDate in interface com.liferay.portal.model.AuditedModelgetCreateDate in interface com.liferay.portal.model.PasswordPolicyModelgetCreateDate in interface com.liferay.portal.model.StagedModelpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface com.liferay.portal.model.AuditedModelsetCreateDate in interface com.liferay.portal.model.PasswordPolicyModelsetCreateDate in interface com.liferay.portal.model.StagedModel@JSON public java.util.Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.model.AuditedModelgetModifiedDate in interface com.liferay.portal.model.PasswordPolicyModelgetModifiedDate in interface com.liferay.portal.model.StagedModelpublic boolean hasSetModifiedDate()
public void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface com.liferay.portal.model.AuditedModelsetModifiedDate in interface com.liferay.portal.model.PasswordPolicyModelsetModifiedDate in interface com.liferay.portal.model.StagedModel@JSON public boolean getDefaultPolicy()
getDefaultPolicy in interface com.liferay.portal.model.PasswordPolicyModelpublic boolean isDefaultPolicy()
isDefaultPolicy in interface com.liferay.portal.model.PasswordPolicyModelpublic void setDefaultPolicy(boolean defaultPolicy)
setDefaultPolicy in interface com.liferay.portal.model.PasswordPolicyModelpublic boolean getOriginalDefaultPolicy()
@JSON public java.lang.String getName()
getName in interface com.liferay.portal.model.PasswordPolicyModelpublic void setName(java.lang.String name)
setName in interface com.liferay.portal.model.PasswordPolicyModelpublic java.lang.String getOriginalName()
@JSON public java.lang.String getDescription()
getDescription in interface com.liferay.portal.model.PasswordPolicyModelpublic void setDescription(java.lang.String description)
setDescription in interface com.liferay.portal.model.PasswordPolicyModel@JSON public boolean getChangeable()
getChangeable in interface com.liferay.portal.model.PasswordPolicyModelpublic boolean isChangeable()
isChangeable in interface com.liferay.portal.model.PasswordPolicyModelpublic void setChangeable(boolean changeable)
setChangeable in interface com.liferay.portal.model.PasswordPolicyModel@JSON public boolean getChangeRequired()
getChangeRequired in interface com.liferay.portal.model.PasswordPolicyModelpublic boolean isChangeRequired()
isChangeRequired in interface com.liferay.portal.model.PasswordPolicyModelpublic void setChangeRequired(boolean changeRequired)
setChangeRequired in interface com.liferay.portal.model.PasswordPolicyModel@JSON public long getMinAge()
getMinAge in interface com.liferay.portal.model.PasswordPolicyModelpublic void setMinAge(long minAge)
setMinAge in interface com.liferay.portal.model.PasswordPolicyModel@JSON public boolean getCheckSyntax()
getCheckSyntax in interface com.liferay.portal.model.PasswordPolicyModelpublic boolean isCheckSyntax()
isCheckSyntax in interface com.liferay.portal.model.PasswordPolicyModelpublic void setCheckSyntax(boolean checkSyntax)
setCheckSyntax in interface com.liferay.portal.model.PasswordPolicyModel@JSON public boolean getAllowDictionaryWords()
getAllowDictionaryWords in interface com.liferay.portal.model.PasswordPolicyModelpublic boolean isAllowDictionaryWords()
isAllowDictionaryWords in interface com.liferay.portal.model.PasswordPolicyModelpublic void setAllowDictionaryWords(boolean allowDictionaryWords)
setAllowDictionaryWords in interface com.liferay.portal.model.PasswordPolicyModel@JSON public int getMinAlphanumeric()
getMinAlphanumeric in interface com.liferay.portal.model.PasswordPolicyModelpublic void setMinAlphanumeric(int minAlphanumeric)
setMinAlphanumeric in interface com.liferay.portal.model.PasswordPolicyModel@JSON public int getMinLength()
getMinLength in interface com.liferay.portal.model.PasswordPolicyModelpublic void setMinLength(int minLength)
setMinLength in interface com.liferay.portal.model.PasswordPolicyModel@JSON public int getMinLowerCase()
getMinLowerCase in interface com.liferay.portal.model.PasswordPolicyModelpublic void setMinLowerCase(int minLowerCase)
setMinLowerCase in interface com.liferay.portal.model.PasswordPolicyModel@JSON public int getMinNumbers()
getMinNumbers in interface com.liferay.portal.model.PasswordPolicyModelpublic void setMinNumbers(int minNumbers)
setMinNumbers in interface com.liferay.portal.model.PasswordPolicyModel@JSON public int getMinSymbols()
getMinSymbols in interface com.liferay.portal.model.PasswordPolicyModelpublic void setMinSymbols(int minSymbols)
setMinSymbols in interface com.liferay.portal.model.PasswordPolicyModel@JSON public int getMinUpperCase()
getMinUpperCase in interface com.liferay.portal.model.PasswordPolicyModelpublic void setMinUpperCase(int minUpperCase)
setMinUpperCase in interface com.liferay.portal.model.PasswordPolicyModel@JSON public java.lang.String getRegex()
getRegex in interface com.liferay.portal.model.PasswordPolicyModelpublic void setRegex(java.lang.String regex)
setRegex in interface com.liferay.portal.model.PasswordPolicyModel@JSON public boolean getHistory()
getHistory in interface com.liferay.portal.model.PasswordPolicyModelpublic boolean isHistory()
isHistory in interface com.liferay.portal.model.PasswordPolicyModelpublic void setHistory(boolean history)
setHistory in interface com.liferay.portal.model.PasswordPolicyModel@JSON public int getHistoryCount()
getHistoryCount in interface com.liferay.portal.model.PasswordPolicyModelpublic void setHistoryCount(int historyCount)
setHistoryCount in interface com.liferay.portal.model.PasswordPolicyModel@JSON public boolean getExpireable()
getExpireable in interface com.liferay.portal.model.PasswordPolicyModelpublic boolean isExpireable()
isExpireable in interface com.liferay.portal.model.PasswordPolicyModelpublic void setExpireable(boolean expireable)
setExpireable in interface com.liferay.portal.model.PasswordPolicyModel@JSON public long getMaxAge()
getMaxAge in interface com.liferay.portal.model.PasswordPolicyModelpublic void setMaxAge(long maxAge)
setMaxAge in interface com.liferay.portal.model.PasswordPolicyModel@JSON public long getWarningTime()
getWarningTime in interface com.liferay.portal.model.PasswordPolicyModelpublic void setWarningTime(long warningTime)
setWarningTime in interface com.liferay.portal.model.PasswordPolicyModel@JSON public int getGraceLimit()
getGraceLimit in interface com.liferay.portal.model.PasswordPolicyModelpublic void setGraceLimit(int graceLimit)
setGraceLimit in interface com.liferay.portal.model.PasswordPolicyModel@JSON public boolean getLockout()
getLockout in interface com.liferay.portal.model.PasswordPolicyModelpublic boolean isLockout()
isLockout in interface com.liferay.portal.model.PasswordPolicyModelpublic void setLockout(boolean lockout)
setLockout in interface com.liferay.portal.model.PasswordPolicyModel@JSON public int getMaxFailure()
getMaxFailure in interface com.liferay.portal.model.PasswordPolicyModelpublic void setMaxFailure(int maxFailure)
setMaxFailure in interface com.liferay.portal.model.PasswordPolicyModel@JSON public long getLockoutDuration()
getLockoutDuration in interface com.liferay.portal.model.PasswordPolicyModelpublic void setLockoutDuration(long lockoutDuration)
setLockoutDuration in interface com.liferay.portal.model.PasswordPolicyModel@JSON public boolean getRequireUnlock()
getRequireUnlock in interface com.liferay.portal.model.PasswordPolicyModelpublic boolean isRequireUnlock()
isRequireUnlock in interface com.liferay.portal.model.PasswordPolicyModelpublic void setRequireUnlock(boolean requireUnlock)
setRequireUnlock in interface com.liferay.portal.model.PasswordPolicyModel@JSON public long getResetFailureCount()
getResetFailureCount in interface com.liferay.portal.model.PasswordPolicyModelpublic void setResetFailureCount(long resetFailureCount)
setResetFailureCount in interface com.liferay.portal.model.PasswordPolicyModel@JSON public long getResetTicketMaxAge()
getResetTicketMaxAge in interface com.liferay.portal.model.PasswordPolicyModelpublic void setResetTicketMaxAge(long resetTicketMaxAge)
setResetTicketMaxAge in interface com.liferay.portal.model.PasswordPolicyModelpublic com.liferay.portlet.exportimport.lar.StagedModelType getStagedModelType()
getStagedModelType in interface com.liferay.portal.model.StagedModelpublic long getColumnBitmask()
public com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.PasswordPolicy>getExpandoBridge in interface com.liferay.portal.model.ClassedModelgetExpandoBridge in interface com.liferay.portal.model.PasswordPolicyModelgetExpandoBridge in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.PasswordPolicy>public void setExpandoBridgeAttributes(com.liferay.portal.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.PasswordPolicy>setExpandoBridgeAttributes in interface com.liferay.portal.model.PasswordPolicyModelsetExpandoBridgeAttributes in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.PasswordPolicy>public com.liferay.portal.model.PasswordPolicy toEscapedModel()
toEscapedModel in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.PasswordPolicy>toEscapedModel in interface com.liferay.portal.model.PasswordPolicyModeltoEscapedModel in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.PasswordPolicy>public java.lang.Object clone()
clone in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.PasswordPolicy>clone in interface com.liferay.portal.model.PasswordPolicyModelclone in interface com.liferay.portal.model.StagedModelclone in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.PasswordPolicy>public int compareTo(com.liferay.portal.model.PasswordPolicy passwordPolicy)
compareTo in interface com.liferay.portal.model.PasswordPolicyModelcompareTo in interface java.lang.Comparable<com.liferay.portal.model.PasswordPolicy>public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in interface com.liferay.portal.model.PasswordPolicyModelhashCode in class java.lang.Objectpublic boolean isEntityCacheEnabled()
isEntityCacheEnabled in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.PasswordPolicy>public boolean isFinderCacheEnabled()
isFinderCacheEnabled in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.PasswordPolicy>public void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.PasswordPolicy>resetOriginalValues in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.PasswordPolicy>public com.liferay.portal.model.CacheModel<com.liferay.portal.model.PasswordPolicy> toCacheModel()
toCacheModel in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.PasswordPolicy>toCacheModel in interface com.liferay.portal.model.PasswordPolicyModeltoCacheModel in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.PasswordPolicy>public java.lang.String toString()
toString in interface com.liferay.portal.model.PasswordPolicyModeltoString in class java.lang.Objectpublic java.lang.String toXmlString()
toXmlString in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.PasswordPolicy>toXmlString in interface com.liferay.portal.model.PasswordPolicyModel