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.longReturns the class name ID of this password policy rel.longReturns the class pk of this password policy rel.longReturns the company ID of this password policy rel.longReturns the mvcc version of this password policy rel.longReturns the password policy ID of this password policy rel.longReturns the password policy rel ID of this password policy rel.longReturns the primary key of this password policy rel.voidsetClassName(String className) voidsetClassNameId(long classNameId) Sets the class name ID of this password policy rel.voidsetClassPK(long classPK) Sets the class pk of this password policy rel.voidsetCompanyId(long companyId) Sets the company ID of this password policy rel.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this password policy rel.voidsetPasswordPolicyId(long passwordPolicyId) Sets the password policy ID of this password policy rel.voidsetPasswordPolicyRelId(long passwordPolicyRelId) Sets the password policy rel ID of this password policy rel.voidsetPrimaryKey(long primaryKey) Sets the primary key of this password policy rel.default StringMethods 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, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods 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:
getMvccVersionin 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:
setMvccVersionin 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:
getCompanyIdin 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:
setCompanyIdin 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:
getClassNamein 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:
getClassNameIdin 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:
setClassNameIdin 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:
getClassPKin 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:
setClassPKin interfaceAttachedModel- Parameters:
classPK- the class pk of this password policy rel
-
cloneWithOriginalValues
PasswordPolicyRel cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfaceBaseModel<PasswordPolicyRel>
-
toXmlString
-