Class BatchPlannerMappingWrapper

java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<BatchPlannerMapping>
com.liferay.batch.planner.model.BatchPlannerMappingWrapper
All Implemented Interfaces:
BatchPlannerMapping, BatchPlannerMappingModel, com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<BatchPlannerMapping>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.ModelWrapper<BatchPlannerMapping>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.ShardedModel, Serializable, Cloneable, Comparable<BatchPlannerMapping>

public class BatchPlannerMappingWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<BatchPlannerMapping> implements BatchPlannerMapping, com.liferay.portal.kernel.model.ModelWrapper<BatchPlannerMapping>

This class is a wrapper for BatchPlannerMapping.

See Also:
Generated:
  • Field Summary

    Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper

    model

    Fields inherited from interface com.liferay.batch.planner.model.BatchPlannerMapping

    BATCH_PLANNER_MAPPING_ID_ACCESSOR
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • 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
     
    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
     
    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.
     
    wrap(BatchPlannerMapping batchPlannerMapping)
     

    Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper

    clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel

    Methods inherited from class java.lang.Object

    finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface com.liferay.portal.kernel.model.BaseModel

    clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, 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

    Methods inherited from interface com.liferay.portal.kernel.model.ModelWrapper

    getWrappedModel
  • Constructor Details

    • BatchPlannerMappingWrapper

      public BatchPlannerMappingWrapper(BatchPlannerMapping batchPlannerMapping)
  • Method Details

    • getModelAttributes

      public Map<String,Object> getModelAttributes()
      Specified by:
      getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<BatchPlannerMapping>
    • setModelAttributes

      public void setModelAttributes(Map<String,Object> attributes)
      Specified by:
      setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<BatchPlannerMapping>
    • cloneWithOriginalValues

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

      public long getBatchPlannerMappingId()
      Returns the batch planner mapping ID of this batch planner mapping.
      Specified by:
      getBatchPlannerMappingId in interface BatchPlannerMappingModel
      Returns:
      the batch planner mapping ID of this batch planner mapping
    • getBatchPlannerPlanId

      public long getBatchPlannerPlanId()
      Returns the batch planner plan ID of this batch planner mapping.
      Specified by:
      getBatchPlannerPlanId in interface BatchPlannerMappingModel
      Returns:
      the batch planner plan ID of this batch planner mapping
    • getCompanyId

      public 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 BatchPlannerMappingModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Returns:
      the company ID of this batch planner mapping
    • getCreateDate

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

      public String getExternalFieldName()
      Returns the external field name of this batch planner mapping.
      Specified by:
      getExternalFieldName in interface BatchPlannerMappingModel
      Returns:
      the external field name of this batch planner mapping
    • getExternalFieldType

      public String getExternalFieldType()
      Returns the external field type of this batch planner mapping.
      Specified by:
      getExternalFieldType in interface BatchPlannerMappingModel
      Returns:
      the external field type of this batch planner mapping
    • getInternalFieldName

      public String getInternalFieldName()
      Returns the internal field name of this batch planner mapping.
      Specified by:
      getInternalFieldName in interface BatchPlannerMappingModel
      Returns:
      the internal field name of this batch planner mapping
    • getInternalFieldType

      public String getInternalFieldType()
      Returns the internal field type of this batch planner mapping.
      Specified by:
      getInternalFieldType in interface BatchPlannerMappingModel
      Returns:
      the internal field type of this batch planner mapping
    • getModifiedDate

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

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

      public long getPrimaryKey()
      Returns the primary key of this batch planner mapping.
      Specified by:
      getPrimaryKey in interface BatchPlannerMappingModel
      Returns:
      the primary key of this batch planner mapping
    • getScript

      public String getScript()
      Returns the script of this batch planner mapping.
      Specified by:
      getScript in interface BatchPlannerMappingModel
      Returns:
      the script of this batch planner mapping
    • getUserId

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

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

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

      public void persist()
      Specified by:
      persist in interface com.liferay.portal.kernel.model.PersistedModel
    • setBatchPlannerMappingId

      public void setBatchPlannerMappingId(long batchPlannerMappingId)
      Sets the batch planner mapping ID of this batch planner mapping.
      Specified by:
      setBatchPlannerMappingId in interface BatchPlannerMappingModel
      Parameters:
      batchPlannerMappingId - the batch planner mapping ID of this batch planner mapping
    • setBatchPlannerPlanId

      public void setBatchPlannerPlanId(long batchPlannerPlanId)
      Sets the batch planner plan ID of this batch planner mapping.
      Specified by:
      setBatchPlannerPlanId in interface BatchPlannerMappingModel
      Parameters:
      batchPlannerPlanId - the batch planner plan ID of this batch planner mapping
    • setCompanyId

      public 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 BatchPlannerMappingModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Parameters:
      companyId - the company ID of this batch planner mapping
    • setCreateDate

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

      public void setExternalFieldName(String externalFieldName)
      Sets the external field name of this batch planner mapping.
      Specified by:
      setExternalFieldName in interface BatchPlannerMappingModel
      Parameters:
      externalFieldName - the external field name of this batch planner mapping
    • setExternalFieldType

      public void setExternalFieldType(String externalFieldType)
      Sets the external field type of this batch planner mapping.
      Specified by:
      setExternalFieldType in interface BatchPlannerMappingModel
      Parameters:
      externalFieldType - the external field type of this batch planner mapping
    • setInternalFieldName

      public void setInternalFieldName(String internalFieldName)
      Sets the internal field name of this batch planner mapping.
      Specified by:
      setInternalFieldName in interface BatchPlannerMappingModel
      Parameters:
      internalFieldName - the internal field name of this batch planner mapping
    • setInternalFieldType

      public void setInternalFieldType(String internalFieldType)
      Sets the internal field type of this batch planner mapping.
      Specified by:
      setInternalFieldType in interface BatchPlannerMappingModel
      Parameters:
      internalFieldType - the internal field type of this batch planner mapping
    • setModifiedDate

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

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

      public void setPrimaryKey(long primaryKey)
      Sets the primary key of this batch planner mapping.
      Specified by:
      setPrimaryKey in interface BatchPlannerMappingModel
      Parameters:
      primaryKey - the primary key of this batch planner mapping
    • setScript

      public void setScript(String script)
      Sets the script of this batch planner mapping.
      Specified by:
      setScript in interface BatchPlannerMappingModel
      Parameters:
      script - the script of this batch planner mapping
    • setUserId

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

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

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

      public String toXmlString()
      Specified by:
      toXmlString in interface BatchPlannerMappingModel
    • wrap

      protected BatchPlannerMappingWrapper wrap(BatchPlannerMapping batchPlannerMapping)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<BatchPlannerMapping>