Interface BatchPlannerMappingModel

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

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

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

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
     
    long
    Returns the batch planner mapping ID of this batch planner mapping.
    long
    Returns the batch planner plan ID of this batch planner mapping.
    long
    Returns the company ID of this batch planner mapping.
    Returns the create date of this batch planner mapping.
    Returns the external field name of this batch planner mapping.
    Returns the external field type of this batch planner mapping.
    Returns the internal field name of this batch planner mapping.
    Returns the internal field type of this batch planner mapping.
    Returns the modified date of this batch planner mapping.
    long
    Returns the mvcc version of this batch planner mapping.
    long
    Returns the primary key of this batch planner mapping.
    Returns the script of this batch planner mapping.
    long
    Returns the user ID of this batch planner mapping.
    Returns the user name of this batch planner mapping.
    Returns the user uuid of this batch planner mapping.
    void
    setBatchPlannerMappingId(long batchPlannerMappingId)
    Sets the batch planner mapping ID of this batch planner mapping.
    void
    setBatchPlannerPlanId(long batchPlannerPlanId)
    Sets the batch planner plan ID of this batch planner mapping.
    void
    setCompanyId(long companyId)
    Sets the company ID of this batch planner mapping.
    void
    setCreateDate(Date createDate)
    Sets the create date of this batch planner mapping.
    void
    setExternalFieldName(String externalFieldName)
    Sets the external field name of this batch planner mapping.
    void
    setExternalFieldType(String externalFieldType)
    Sets the external field type of this batch planner mapping.
    void
    setInternalFieldName(String internalFieldName)
    Sets the internal field name of this batch planner mapping.
    void
    setInternalFieldType(String internalFieldType)
    Sets the internal field type of this batch planner mapping.
    void
    setModifiedDate(Date modifiedDate)
    Sets the modified date of this batch planner mapping.
    void
    setMvccVersion(long mvccVersion)
    Sets the mvcc version of this batch planner mapping.
    void
    setPrimaryKey(long primaryKey)
    Sets the primary key of this batch planner mapping.
    void
    setScript(String script)
    Sets the script of this batch planner mapping.
    void
    setUserId(long userId)
    Sets the user ID of this batch planner mapping.
    void
    setUserName(String userName)
    Sets the user name of this batch planner mapping.
    void
    setUserUuid(String userUuid)
    Sets the user uuid of this batch planner mapping.
    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 mapping.
      Returns:
      the primary key of this batch planner mapping
    • setPrimaryKey

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

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

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

      long getBatchPlannerMappingId()
      Returns the batch planner mapping ID of this batch planner mapping.
      Returns:
      the batch planner mapping ID of this batch planner mapping
    • setBatchPlannerMappingId

      void setBatchPlannerMappingId(long batchPlannerMappingId)
      Sets the batch planner mapping ID of this batch planner mapping.
      Parameters:
      batchPlannerMappingId - the batch planner mapping ID of this batch planner mapping
    • getCompanyId

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      @AutoEscape String getExternalFieldName()
      Returns the external field name of this batch planner mapping.
      Returns:
      the external field name of this batch planner mapping
    • setExternalFieldName

      void setExternalFieldName(String externalFieldName)
      Sets the external field name of this batch planner mapping.
      Parameters:
      externalFieldName - the external field name of this batch planner mapping
    • getExternalFieldType

      @AutoEscape String getExternalFieldType()
      Returns the external field type of this batch planner mapping.
      Returns:
      the external field type of this batch planner mapping
    • setExternalFieldType

      void setExternalFieldType(String externalFieldType)
      Sets the external field type of this batch planner mapping.
      Parameters:
      externalFieldType - the external field type of this batch planner mapping
    • getInternalFieldName

      @AutoEscape String getInternalFieldName()
      Returns the internal field name of this batch planner mapping.
      Returns:
      the internal field name of this batch planner mapping
    • setInternalFieldName

      void setInternalFieldName(String internalFieldName)
      Sets the internal field name of this batch planner mapping.
      Parameters:
      internalFieldName - the internal field name of this batch planner mapping
    • getInternalFieldType

      @AutoEscape String getInternalFieldType()
      Returns the internal field type of this batch planner mapping.
      Returns:
      the internal field type of this batch planner mapping
    • setInternalFieldType

      void setInternalFieldType(String internalFieldType)
      Sets the internal field type of this batch planner mapping.
      Parameters:
      internalFieldType - the internal field type of this batch planner mapping
    • getScript

      @AutoEscape String getScript()
      Returns the script of this batch planner mapping.
      Returns:
      the script of this batch planner mapping
    • setScript

      void setScript(String script)
      Sets the script of this batch planner mapping.
      Parameters:
      script - the script of this batch planner mapping
    • cloneWithOriginalValues

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

      default String toXmlString()