Package com.liferay.portal.kernel.model
Class PasswordPolicyRelWrapper
Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<PasswordPolicyRel>
com.liferay.portal.kernel.model.PasswordPolicyRelWrapper
- All Implemented Interfaces:
AttachedModel
,BaseModel<PasswordPolicyRel>
,ClassedModel
,ModelWrapper<PasswordPolicyRel>
,MVCCModel
,PasswordPolicyRel
,PasswordPolicyRelModel
,PersistedModel
,ShardedModel
,TypedModel
,Serializable
,Cloneable
,Comparable<PasswordPolicyRel>
public class PasswordPolicyRelWrapper
extends BaseModelWrapper<PasswordPolicyRel>
implements ModelWrapper<PasswordPolicyRel>, PasswordPolicyRel
This class is a wrapper for PasswordPolicyRel
.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
model
Fields inherited from interface com.liferay.portal.kernel.model.PasswordPolicyRel
PASSWORD_POLICY_REL_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the fully qualified class name of this password policy rel.long
Returns the class name ID of this password policy rel.long
Returns the class pk of this password policy rel.long
Returns the company ID of this password policy rel.long
Returns the mvcc version of this password policy rel.long
Returns the password policy ID of this password policy rel.long
Returns the password policy rel ID of this password policy rel.long
Returns the primary key of this password policy rel.void
persist()
Updates this model instance in the database or adds it if it does not yet exist.void
setClassName
(String className) void
setClassNameId
(long classNameId) Sets the class name ID of this password policy rel.void
setClassPK
(long classPK) Sets the class pk of this password policy rel.void
setCompanyId
(long companyId) Sets the company ID of this password policy rel.void
setModelAttributes
(Map<String, Object> attributes) void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this password policy rel.void
setPasswordPolicyId
(long passwordPolicyId) Sets the password policy ID of this password policy rel.void
setPasswordPolicyRelId
(long passwordPolicyRelId) Sets the password policy rel ID of this password policy rel.void
setPrimaryKey
(long primaryKey) Sets the primary key of this password policy rel.protected PasswordPolicyRelWrapper
wrap
(PasswordPolicyRel passwordPolicyRel) Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
PasswordPolicyRelWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfaceBaseModel<PasswordPolicyRel>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfaceBaseModel<PasswordPolicyRel>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfaceBaseModel<PasswordPolicyRel>
- Specified by:
cloneWithOriginalValues
in interfacePasswordPolicyRelModel
-
getClassName
Returns the fully qualified class name of this password policy rel.- Specified by:
getClassName
in interfacePasswordPolicyRelModel
- Specified by:
getClassName
in interfaceTypedModel
- Returns:
- the fully qualified class name of this password policy rel
-
getClassNameId
public long getClassNameId()Returns the class name ID of this password policy rel.- Specified by:
getClassNameId
in interfacePasswordPolicyRelModel
- Specified by:
getClassNameId
in interfaceTypedModel
- Returns:
- the class name ID of this password policy rel
-
getClassPK
public long getClassPK()Returns the class pk of this password policy rel.- Specified by:
getClassPK
in interfaceAttachedModel
- Specified by:
getClassPK
in interfacePasswordPolicyRelModel
- Returns:
- the class pk of this password policy rel
-
getCompanyId
public long getCompanyId()Returns the company ID of this password policy rel.- Specified by:
getCompanyId
in interfacePasswordPolicyRelModel
- Specified by:
getCompanyId
in interfaceShardedModel
- Returns:
- the company ID of this password policy rel
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this password policy rel.- Specified by:
getMvccVersion
in interfaceMVCCModel
- Specified by:
getMvccVersion
in interfacePasswordPolicyRelModel
- Returns:
- the mvcc version of this password policy rel
-
getPasswordPolicyId
public long getPasswordPolicyId()Returns the password policy ID of this password policy rel.- Specified by:
getPasswordPolicyId
in interfacePasswordPolicyRelModel
- Returns:
- the password policy ID of this password policy rel
-
getPasswordPolicyRelId
public long getPasswordPolicyRelId()Returns the password policy rel ID of this password policy rel.- Specified by:
getPasswordPolicyRelId
in interfacePasswordPolicyRelModel
- Returns:
- the password policy rel ID of this password policy rel
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this password policy rel.- Specified by:
getPrimaryKey
in interfacePasswordPolicyRelModel
- Returns:
- the primary key of this password policy rel
-
persist
public void persist()Description copied from interface:PersistedModel
Updates this model instance in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.- Specified by:
persist
in interfacePersistedModel
-
setClassName
- Specified by:
setClassName
in interfacePasswordPolicyRelModel
-
setClassNameId
public void setClassNameId(long classNameId) Sets the class name ID of this password policy rel.- Specified by:
setClassNameId
in interfacePasswordPolicyRelModel
- Specified by:
setClassNameId
in interfaceTypedModel
- Parameters:
classNameId
- the class name ID of this password policy rel
-
setClassPK
public void setClassPK(long classPK) Sets the class pk of this password policy rel.- Specified by:
setClassPK
in interfaceAttachedModel
- Specified by:
setClassPK
in interfacePasswordPolicyRelModel
- Parameters:
classPK
- the class pk of this password policy rel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this password policy rel.- Specified by:
setCompanyId
in interfacePasswordPolicyRelModel
- Specified by:
setCompanyId
in interfaceShardedModel
- Parameters:
companyId
- the company ID of this password policy rel
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this password policy rel.- Specified by:
setMvccVersion
in interfaceMVCCModel
- Specified by:
setMvccVersion
in interfacePasswordPolicyRelModel
- Parameters:
mvccVersion
- the mvcc version of this password policy rel
-
setPasswordPolicyId
public void setPasswordPolicyId(long passwordPolicyId) Sets the password policy ID of this password policy rel.- Specified by:
setPasswordPolicyId
in interfacePasswordPolicyRelModel
- Parameters:
passwordPolicyId
- the password policy ID of this password policy rel
-
setPasswordPolicyRelId
public void setPasswordPolicyRelId(long passwordPolicyRelId) Sets the password policy rel ID of this password policy rel.- Specified by:
setPasswordPolicyRelId
in interfacePasswordPolicyRelModel
- Parameters:
passwordPolicyRelId
- the password policy rel ID of this password policy rel
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this password policy rel.- Specified by:
setPrimaryKey
in interfacePasswordPolicyRelModel
- Parameters:
primaryKey
- the primary key of this password policy rel
-
toXmlString
- Specified by:
toXmlString
in interfacePasswordPolicyRelModel
-
wrap
- Specified by:
wrap
in classBaseModelWrapper<PasswordPolicyRel>
-