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 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 interface MVCCModel
      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 interface MVCCModel
      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 interface ShardedModel
      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 interface ShardedModel
      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 interface TypedModel
      Returns:
      the fully qualified class name of this password policy rel
    • setClassName

      void setClassName(String className)
    • getClassNameId

      long getClassNameId()
      Returns the class name ID of this password policy rel.
      Specified by:
      getClassNameId in interface TypedModel
      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 interface TypedModel
      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 interface AttachedModel
      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 interface AttachedModel
      Parameters:
      classPK - the class pk of this password policy rel
    • cloneWithOriginalValues

      PasswordPolicyRel cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface BaseModel<PasswordPolicyRel>
    • toXmlString

      default String toXmlString()