Interface BatchPlannerPolicyModel

All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<BatchPlannerPolicy>, com.liferay.portal.kernel.model.ClassedModel, Cloneable, Comparable<BatchPlannerPolicy>, com.liferay.portal.kernel.model.MVCCModel, Serializable, com.liferay.portal.kernel.model.ShardedModel
All Known Subinterfaces:
BatchPlannerPolicy
All Known Implementing Classes:
BatchPlannerPolicyWrapper

@ProviderType public interface BatchPlannerPolicyModel extends com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<BatchPlannerPolicy>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
The base model interface for the BatchPlannerPolicy service. Represents a row in the "BatchPlannerPolicy" database table, with each column mapped to a property of this class.

This interface and its corresponding implementation com.liferay.batch.planner.model.impl.BatchPlannerPolicyModelImpl 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.batch.planner.model.impl.BatchPlannerPolicyImpl.

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
     
    long
    Returns the batch planner plan ID of this batch planner policy.
    long
    Returns the batch planner policy ID of this batch planner policy.
    long
    Returns the company ID of this batch planner policy.
    Returns the create date of this batch planner policy.
    Returns the modified date of this batch planner policy.
    long
    Returns the mvcc version of this batch planner policy.
    Returns the name of this batch planner policy.
    long
    Returns the primary key of this batch planner policy.
    long
    Returns the user ID of this batch planner policy.
    Returns the user name of this batch planner policy.
    Returns the user uuid of this batch planner policy.
    Returns the value of this batch planner policy.
    void
    setBatchPlannerPlanId(long batchPlannerPlanId)
    Sets the batch planner plan ID of this batch planner policy.
    void
    setBatchPlannerPolicyId(long batchPlannerPolicyId)
    Sets the batch planner policy ID of this batch planner policy.
    void
    setCompanyId(long companyId)
    Sets the company ID of this batch planner policy.
    void
    setCreateDate(Date createDate)
    Sets the create date of this batch planner policy.
    void
    setModifiedDate(Date modifiedDate)
    Sets the modified date of this batch planner policy.
    void
    setMvccVersion(long mvccVersion)
    Sets the mvcc version of this batch planner policy.
    void
    Sets the name of this batch planner policy.
    void
    setPrimaryKey(long primaryKey)
    Sets the primary key of this batch planner policy.
    void
    setUserId(long userId)
    Sets the user ID of this batch planner policy.
    void
    setUserName(String userName)
    Sets the user name of this batch planner policy.
    void
    setUserUuid(String userUuid)
    Sets the user uuid of this batch planner policy.
    void
    Sets the value of this batch planner policy.
    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 batch planner policy.
      Returns:
      the primary key of this batch planner policy
    • setPrimaryKey

      void setPrimaryKey(long primaryKey)
      Sets the primary key of this batch planner policy.
      Parameters:
      primaryKey - the primary key of this batch planner policy
    • getMvccVersion

      long getMvccVersion()
      Returns the mvcc version of this batch planner policy.
      Specified by:
      getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Returns:
      the mvcc version of this batch planner policy
    • setMvccVersion

      void setMvccVersion(long mvccVersion)
      Sets the mvcc version of this batch planner policy.
      Specified by:
      setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Parameters:
      mvccVersion - the mvcc version of this batch planner policy
    • getBatchPlannerPolicyId

      long getBatchPlannerPolicyId()
      Returns the batch planner policy ID of this batch planner policy.
      Returns:
      the batch planner policy ID of this batch planner policy
    • setBatchPlannerPolicyId

      void setBatchPlannerPolicyId(long batchPlannerPolicyId)
      Sets the batch planner policy ID of this batch planner policy.
      Parameters:
      batchPlannerPolicyId - the batch planner policy ID of this batch planner policy
    • getCompanyId

      long getCompanyId()
      Returns the company ID of this batch planner policy.
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Returns:
      the company ID of this batch planner policy
    • setCompanyId

      void setCompanyId(long companyId)
      Sets the company ID of this batch planner policy.
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Parameters:
      companyId - the company ID of this batch planner policy
    • getUserId

      long getUserId()
      Returns the user ID of this batch planner policy.
      Specified by:
      getUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Returns:
      the user ID of this batch planner policy
    • setUserId

      void setUserId(long userId)
      Sets the user ID of this batch planner policy.
      Specified by:
      setUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Parameters:
      userId - the user ID of this batch planner policy
    • getUserUuid

      String getUserUuid()
      Returns the user uuid of this batch planner policy.
      Specified by:
      getUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Returns:
      the user uuid of this batch planner policy
    • setUserUuid

      void setUserUuid(String userUuid)
      Sets the user uuid of this batch planner policy.
      Specified by:
      setUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Parameters:
      userUuid - the user uuid of this batch planner policy
    • getUserName

      @AutoEscape String getUserName()
      Returns the user name of this batch planner policy.
      Specified by:
      getUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Returns:
      the user name of this batch planner policy
    • setUserName

      void setUserName(String userName)
      Sets the user name of this batch planner policy.
      Specified by:
      setUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Parameters:
      userName - the user name of this batch planner policy
    • getCreateDate

      Date getCreateDate()
      Returns the create date of this batch planner policy.
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Returns:
      the create date of this batch planner policy
    • setCreateDate

      void setCreateDate(Date createDate)
      Sets the create date of this batch planner policy.
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Parameters:
      createDate - the create date of this batch planner policy
    • getModifiedDate

      Date getModifiedDate()
      Returns the modified date of this batch planner policy.
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Returns:
      the modified date of this batch planner policy
    • setModifiedDate

      void setModifiedDate(Date modifiedDate)
      Sets the modified date of this batch planner policy.
      Specified by:
      setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Parameters:
      modifiedDate - the modified date of this batch planner policy
    • getBatchPlannerPlanId

      long getBatchPlannerPlanId()
      Returns the batch planner plan ID of this batch planner policy.
      Returns:
      the batch planner plan ID of this batch planner policy
    • setBatchPlannerPlanId

      void setBatchPlannerPlanId(long batchPlannerPlanId)
      Sets the batch planner plan ID of this batch planner policy.
      Parameters:
      batchPlannerPlanId - the batch planner plan ID of this batch planner policy
    • getName

      @AutoEscape String getName()
      Returns the name of this batch planner policy.
      Returns:
      the name of this batch planner policy
    • setName

      void setName(String name)
      Sets the name of this batch planner policy.
      Parameters:
      name - the name of this batch planner policy
    • getValue

      @AutoEscape String getValue()
      Returns the value of this batch planner policy.
      Returns:
      the value of this batch planner policy
    • setValue

      void setValue(String value)
      Sets the value of this batch planner policy.
      Parameters:
      value - the value of this batch planner policy
    • cloneWithOriginalValues

      BatchPlannerPolicy cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<BatchPlannerPolicy>
    • toXmlString

      default String toXmlString()