Interface BatchPlannerPlanModel

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

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

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

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
     
    boolean
    Returns the active of this batch planner plan.
    long
    Returns the batch planner plan ID of this batch planner plan.
    long
    Returns the company ID of this batch planner plan.
    Returns the create date of this batch planner plan.
    boolean
    Returns the export of this batch planner plan.
    Returns the external type of this batch planner plan.
    Returns the external url of this batch planner plan.
    Returns the internal class name of this batch planner plan.
    Returns the modified date of this batch planner plan.
    long
    Returns the mvcc version of this batch planner plan.
    Returns the name of this batch planner plan.
    long
    Returns the primary key of this batch planner plan.
    int
    Returns the size of this batch planner plan.
    int
    Returns the status of this batch planner plan.
    Returns the task item delegate name of this batch planner plan.
    boolean
    Returns the template of this batch planner plan.
    int
    Returns the total of this batch planner plan.
    long
    Returns the user ID of this batch planner plan.
    Returns the user name of this batch planner plan.
    Returns the user uuid of this batch planner plan.
    boolean
    Returns true if this batch planner plan is active.
    boolean
    Returns true if this batch planner plan is export.
    boolean
    Returns true if this batch planner plan is template.
    void
    setActive(boolean active)
    Sets whether this batch planner plan is active.
    void
    setBatchPlannerPlanId(long batchPlannerPlanId)
    Sets the batch planner plan ID of this batch planner plan.
    void
    setCompanyId(long companyId)
    Sets the company ID of this batch planner plan.
    void
    setCreateDate(Date createDate)
    Sets the create date of this batch planner plan.
    void
    setExport(boolean export)
    Sets whether this batch planner plan is export.
    void
    setExternalType(String externalType)
    Sets the external type of this batch planner plan.
    void
    setExternalURL(String externalURL)
    Sets the external url of this batch planner plan.
    void
    setInternalClassName(String internalClassName)
    Sets the internal class name of this batch planner plan.
    void
    setModifiedDate(Date modifiedDate)
    Sets the modified date of this batch planner plan.
    void
    setMvccVersion(long mvccVersion)
    Sets the mvcc version of this batch planner plan.
    void
    Sets the name of this batch planner plan.
    void
    setPrimaryKey(long primaryKey)
    Sets the primary key of this batch planner plan.
    void
    setSize(int size)
    Sets the size of this batch planner plan.
    void
    setStatus(int status)
    Sets the status of this batch planner plan.
    void
    setTaskItemDelegateName(String taskItemDelegateName)
    Sets the task item delegate name of this batch planner plan.
    void
    setTemplate(boolean template)
    Sets whether this batch planner plan is template.
    void
    setTotal(int total)
    Sets the total of this batch planner plan.
    void
    setUserId(long userId)
    Sets the user ID of this batch planner plan.
    void
    setUserName(String userName)
    Sets the user name of this batch planner plan.
    void
    setUserUuid(String userUuid)
    Sets the user uuid of this batch planner plan.
    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 plan.
      Returns:
      the primary key of this batch planner plan
    • setPrimaryKey

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

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

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

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

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

      long getCompanyId()
      Returns the company ID of this batch planner plan.
      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 plan
    • setCompanyId

      void setCompanyId(long companyId)
      Sets the company ID of this batch planner plan.
      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 plan
    • getUserId

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

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

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

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

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

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

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

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

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

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

      boolean getActive()
      Returns the active of this batch planner plan.
      Returns:
      the active of this batch planner plan
    • isActive

      boolean isActive()
      Returns true if this batch planner plan is active.
      Returns:
      true if this batch planner plan is active; false otherwise
    • setActive

      void setActive(boolean active)
      Sets whether this batch planner plan is active.
      Parameters:
      active - the active of this batch planner plan
    • getExport

      boolean getExport()
      Returns the export of this batch planner plan.
      Returns:
      the export of this batch planner plan
    • isExport

      boolean isExport()
      Returns true if this batch planner plan is export.
      Returns:
      true if this batch planner plan is export; false otherwise
    • setExport

      void setExport(boolean export)
      Sets whether this batch planner plan is export.
      Parameters:
      export - the export of this batch planner plan
    • getExternalType

      @AutoEscape String getExternalType()
      Returns the external type of this batch planner plan.
      Returns:
      the external type of this batch planner plan
    • setExternalType

      void setExternalType(String externalType)
      Sets the external type of this batch planner plan.
      Parameters:
      externalType - the external type of this batch planner plan
    • getExternalURL

      @AutoEscape String getExternalURL()
      Returns the external url of this batch planner plan.
      Returns:
      the external url of this batch planner plan
    • setExternalURL

      void setExternalURL(String externalURL)
      Sets the external url of this batch planner plan.
      Parameters:
      externalURL - the external url of this batch planner plan
    • getInternalClassName

      @AutoEscape String getInternalClassName()
      Returns the internal class name of this batch planner plan.
      Returns:
      the internal class name of this batch planner plan
    • setInternalClassName

      void setInternalClassName(String internalClassName)
      Sets the internal class name of this batch planner plan.
      Parameters:
      internalClassName - the internal class name of this batch planner plan
    • getName

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

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

      int getSize()
      Returns the size of this batch planner plan.
      Returns:
      the size of this batch planner plan
    • setSize

      void setSize(int size)
      Sets the size of this batch planner plan.
      Parameters:
      size - the size of this batch planner plan
    • getTaskItemDelegateName

      @AutoEscape String getTaskItemDelegateName()
      Returns the task item delegate name of this batch planner plan.
      Returns:
      the task item delegate name of this batch planner plan
    • setTaskItemDelegateName

      void setTaskItemDelegateName(String taskItemDelegateName)
      Sets the task item delegate name of this batch planner plan.
      Parameters:
      taskItemDelegateName - the task item delegate name of this batch planner plan
    • getTotal

      int getTotal()
      Returns the total of this batch planner plan.
      Returns:
      the total of this batch planner plan
    • setTotal

      void setTotal(int total)
      Sets the total of this batch planner plan.
      Parameters:
      total - the total of this batch planner plan
    • getTemplate

      boolean getTemplate()
      Returns the template of this batch planner plan.
      Returns:
      the template of this batch planner plan
    • isTemplate

      boolean isTemplate()
      Returns true if this batch planner plan is template.
      Returns:
      true if this batch planner plan is template; false otherwise
    • setTemplate

      void setTemplate(boolean template)
      Sets whether this batch planner plan is template.
      Parameters:
      template - the template of this batch planner plan
    • getStatus

      int getStatus()
      Returns the status of this batch planner plan.
      Returns:
      the status of this batch planner plan
    • setStatus

      void setStatus(int status)
      Sets the status of this batch planner plan.
      Parameters:
      status - the status of this batch planner plan
    • cloneWithOriginalValues

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

      default String toXmlString()