Package com.liferay.portal.kernel.model
Interface PasswordPolicyRelModel
- All Superinterfaces:
AttachedModel
,BaseModel<PasswordPolicyRel>
,ClassedModel
,Cloneable
,Comparable<PasswordPolicyRel>
,MVCCModel
,Serializable
,ShardedModel
,TypedModel
- All Known Subinterfaces:
PasswordPolicyRel
- All Known Implementing Classes:
PasswordPolicyRelWrapper
@ProviderType
public interface PasswordPolicyRelModel
extends AttachedModel, BaseModel<PasswordPolicyRel>, MVCCModel, ShardedModel
The base model interface for the PasswordPolicyRel service. Represents a row in the "PasswordPolicyRel" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation com.liferay.portal.model.impl.PasswordPolicyRelModelImpl
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.portal.model.impl.PasswordPolicyRelImpl
.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
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
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
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.default String
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, 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
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this password policy rel.- Returns:
- the primary key of this password policy rel
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this password policy rel.- Parameters:
primaryKey
- the primary key of this password policy rel
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this password policy rel.- Specified by:
getMvccVersion
in interfaceMVCCModel
- Returns:
- the mvcc version of this password policy rel
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this password policy rel.- Specified by:
setMvccVersion
in interfaceMVCCModel
- Parameters:
mvccVersion
- the mvcc version of this password policy rel
-
getPasswordPolicyRelId
long getPasswordPolicyRelId()Returns the password policy rel ID of this password policy rel.- Returns:
- the password policy rel ID of this password policy rel
-
setPasswordPolicyRelId
void setPasswordPolicyRelId(long passwordPolicyRelId) Sets the password policy rel ID of this password policy rel.- Parameters:
passwordPolicyRelId
- the password policy rel ID of this password policy rel
-
getCompanyId
long getCompanyId()Returns the company ID of this password policy rel.- Specified by:
getCompanyId
in interfaceShardedModel
- Returns:
- the company ID of this password policy rel
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this password policy rel.- Specified by:
setCompanyId
in interfaceShardedModel
- Parameters:
companyId
- the company ID of this password policy rel
-
getPasswordPolicyId
long getPasswordPolicyId()Returns the password policy ID of this password policy rel.- Returns:
- the password policy ID of this password policy rel
-
setPasswordPolicyId
void setPasswordPolicyId(long passwordPolicyId) Sets the password policy ID of this password policy rel.- Parameters:
passwordPolicyId
- the password policy ID of this password policy rel
-
getClassName
String getClassName()Returns the fully qualified class name of this password policy rel.- Specified by:
getClassName
in interfaceTypedModel
- Returns:
- the fully qualified class name of this password policy rel
-
setClassName
-
getClassNameId
long getClassNameId()Returns the class name ID of this password policy rel.- Specified by:
getClassNameId
in interfaceTypedModel
- Returns:
- the class name ID of this password policy rel
-
setClassNameId
void setClassNameId(long classNameId) Sets the class name ID of this password policy rel.- Specified by:
setClassNameId
in interfaceTypedModel
- Parameters:
classNameId
- the class name ID of this password policy rel
-
getClassPK
long getClassPK()Returns the class pk of this password policy rel.- Specified by:
getClassPK
in interfaceAttachedModel
- Returns:
- the class pk of this password policy rel
-
setClassPK
void setClassPK(long classPK) Sets the class pk of this password policy rel.- Specified by:
setClassPK
in interfaceAttachedModel
- Parameters:
classPK
- the class pk of this password policy rel
-
cloneWithOriginalValues
PasswordPolicyRel cloneWithOriginalValues()- Specified by:
cloneWithOriginalValues
in interfaceBaseModel<PasswordPolicyRel>
-
toXmlString
-