Class BatchPlannerPolicyWrapper

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

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

This class is a wrapper for BatchPlannerPolicy.

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.BatchPlannerPolicy

    BATCH_PLANNER_POLICY_ID_ACCESSOR
  • Constructor Summary

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

    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

    • BatchPlannerPolicyWrapper

      public BatchPlannerPolicyWrapper(BatchPlannerPolicy batchPlannerPolicy)
  • Method Details

    • getModelAttributes

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

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

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

      public long getBatchPlannerPlanId()
      Returns the batch planner plan ID of this batch planner policy.
      Specified by:
      getBatchPlannerPlanId in interface BatchPlannerPolicyModel
      Returns:
      the batch planner plan ID of this batch planner policy
    • getBatchPlannerPolicyId

      public long getBatchPlannerPolicyId()
      Returns the batch planner policy ID of this batch planner policy.
      Specified by:
      getBatchPlannerPolicyId in interface BatchPlannerPolicyModel
      Returns:
      the batch planner policy ID of this batch planner policy
    • getCompanyId

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

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

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

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

      public String getName()
      Returns the name of this batch planner policy.
      Specified by:
      getName in interface BatchPlannerPolicyModel
      Returns:
      the name of this batch planner policy
    • getPrimaryKey

      public long getPrimaryKey()
      Returns the primary key of this batch planner policy.
      Specified by:
      getPrimaryKey in interface BatchPlannerPolicyModel
      Returns:
      the primary key of this batch planner policy
    • getUserId

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

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

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

      public String getValue()
      Returns the value of this batch planner policy.
      Specified by:
      getValue in interface BatchPlannerPolicyModel
      Returns:
      the value of this batch planner policy
    • persist

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

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

      public void setBatchPlannerPolicyId(long batchPlannerPolicyId)
      Sets the batch planner policy ID of this batch planner policy.
      Specified by:
      setBatchPlannerPolicyId in interface BatchPlannerPolicyModel
      Parameters:
      batchPlannerPolicyId - the batch planner policy ID of this batch planner policy
    • setCompanyId

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

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

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

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

      public void setName(String name)
      Sets the name of this batch planner policy.
      Specified by:
      setName in interface BatchPlannerPolicyModel
      Parameters:
      name - the name of this batch planner policy
    • setPrimaryKey

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

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

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

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

      public void setValue(String value)
      Sets the value of this batch planner policy.
      Specified by:
      setValue in interface BatchPlannerPolicyModel
      Parameters:
      value - the value of this batch planner policy
    • toXmlString

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

      protected BatchPlannerPolicyWrapper wrap(BatchPlannerPolicy batchPlannerPolicy)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<BatchPlannerPolicy>