Class DispatchLogWrapper

java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DispatchLog>
com.liferay.dispatch.model.DispatchLogWrapper
All Implemented Interfaces:
DispatchLog, DispatchLogModel, com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<DispatchLog>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.ModelWrapper<DispatchLog>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.ShardedModel, Serializable, Cloneable, Comparable<DispatchLog>

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

This class is a wrapper for DispatchLog.

See Also:
Generated:
  • Field Summary

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

    model

    Fields inherited from interface com.liferay.dispatch.model.DispatchLog

    DISPATCH_LOG_ID_ACCESSOR
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    long
    Returns the company ID of this dispatch log.
    Returns the create date of this dispatch log.
    long
    Returns the dispatch log ID of this dispatch log.
    long
    Returns the dispatch trigger ID of this dispatch log.
    Returns the end date of this dispatch log.
    Returns the error of this dispatch log.
     
    Returns the modified date of this dispatch log.
    long
    Returns the mvcc version of this dispatch log.
    Returns the output of this dispatch log.
    long
    Returns the primary key of this dispatch log.
    Returns the start date of this dispatch log.
    int
    Returns the status of this dispatch log.
    long
    Returns the user ID of this dispatch log.
    Returns the user name of this dispatch log.
    Returns the user uuid of this dispatch log.
    void
     
    void
    setCompanyId(long companyId)
    Sets the company ID of this dispatch log.
    void
    setCreateDate(Date createDate)
    Sets the create date of this dispatch log.
    void
    setDispatchLogId(long dispatchLogId)
    Sets the dispatch log ID of this dispatch log.
    void
    setDispatchTriggerId(long dispatchTriggerId)
    Sets the dispatch trigger ID of this dispatch log.
    void
    setEndDate(Date endDate)
    Sets the end date of this dispatch log.
    void
    Sets the error of this dispatch log.
    void
     
    void
    setModifiedDate(Date modifiedDate)
    Sets the modified date of this dispatch log.
    void
    setMvccVersion(long mvccVersion)
    Sets the mvcc version of this dispatch log.
    void
    setOutput(String output)
    Sets the output of this dispatch log.
    void
    setPrimaryKey(long primaryKey)
    Sets the primary key of this dispatch log.
    void
    setStartDate(Date startDate)
    Sets the start date of this dispatch log.
    void
    setStatus(int status)
    Sets the status of this dispatch log.
    void
    setUserId(long userId)
    Sets the user ID of this dispatch log.
    void
    setUserName(String userName)
    Sets the user name of this dispatch log.
    void
    setUserUuid(String userUuid)
    Sets the user uuid of this dispatch log.
     
    wrap(DispatchLog dispatchLog)
     

    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

    • DispatchLogWrapper

      public DispatchLogWrapper(DispatchLog dispatchLog)
  • Method Details

    • getModelAttributes

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

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

      public DispatchLog cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<DispatchLog>
      Specified by:
      cloneWithOriginalValues in interface DispatchLogModel
    • getCompanyId

      public long getCompanyId()
      Returns the company ID of this dispatch log.
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCompanyId in interface DispatchLogModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Returns:
      the company ID of this dispatch log
    • getCreateDate

      public Date getCreateDate()
      Returns the create date of this dispatch log.
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCreateDate in interface DispatchLogModel
      Returns:
      the create date of this dispatch log
    • getDispatchLogId

      public long getDispatchLogId()
      Returns the dispatch log ID of this dispatch log.
      Specified by:
      getDispatchLogId in interface DispatchLogModel
      Returns:
      the dispatch log ID of this dispatch log
    • getDispatchTriggerId

      public long getDispatchTriggerId()
      Returns the dispatch trigger ID of this dispatch log.
      Specified by:
      getDispatchTriggerId in interface DispatchLogModel
      Returns:
      the dispatch trigger ID of this dispatch log
    • getEndDate

      public Date getEndDate()
      Returns the end date of this dispatch log.
      Specified by:
      getEndDate in interface DispatchLogModel
      Returns:
      the end date of this dispatch log
    • getError

      public String getError()
      Returns the error of this dispatch log.
      Specified by:
      getError in interface DispatchLogModel
      Returns:
      the error of this dispatch log
    • getModifiedDate

      public Date getModifiedDate()
      Returns the modified date of this dispatch log.
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getModifiedDate in interface DispatchLogModel
      Returns:
      the modified date of this dispatch log
    • getMvccVersion

      public long getMvccVersion()
      Returns the mvcc version of this dispatch log.
      Specified by:
      getMvccVersion in interface DispatchLogModel
      Specified by:
      getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Returns:
      the mvcc version of this dispatch log
    • getOutput

      public String getOutput()
      Returns the output of this dispatch log.
      Specified by:
      getOutput in interface DispatchLogModel
      Returns:
      the output of this dispatch log
    • getPrimaryKey

      public long getPrimaryKey()
      Returns the primary key of this dispatch log.
      Specified by:
      getPrimaryKey in interface DispatchLogModel
      Returns:
      the primary key of this dispatch log
    • getStartDate

      public Date getStartDate()
      Returns the start date of this dispatch log.
      Specified by:
      getStartDate in interface DispatchLogModel
      Returns:
      the start date of this dispatch log
    • getStatus

      public int getStatus()
      Returns the status of this dispatch log.
      Specified by:
      getStatus in interface DispatchLogModel
      Returns:
      the status of this dispatch log
    • getUserId

      public long getUserId()
      Returns the user ID of this dispatch log.
      Specified by:
      getUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserId in interface DispatchLogModel
      Returns:
      the user ID of this dispatch log
    • getUserName

      public String getUserName()
      Returns the user name of this dispatch log.
      Specified by:
      getUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserName in interface DispatchLogModel
      Returns:
      the user name of this dispatch log
    • getUserUuid

      public String getUserUuid()
      Returns the user uuid of this dispatch log.
      Specified by:
      getUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserUuid in interface DispatchLogModel
      Returns:
      the user uuid of this dispatch log
    • persist

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

      public void setCompanyId(long companyId)
      Sets the company ID of this dispatch log.
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCompanyId in interface DispatchLogModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Parameters:
      companyId - the company ID of this dispatch log
    • setCreateDate

      public void setCreateDate(Date createDate)
      Sets the create date of this dispatch log.
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCreateDate in interface DispatchLogModel
      Parameters:
      createDate - the create date of this dispatch log
    • setDispatchLogId

      public void setDispatchLogId(long dispatchLogId)
      Sets the dispatch log ID of this dispatch log.
      Specified by:
      setDispatchLogId in interface DispatchLogModel
      Parameters:
      dispatchLogId - the dispatch log ID of this dispatch log
    • setDispatchTriggerId

      public void setDispatchTriggerId(long dispatchTriggerId)
      Sets the dispatch trigger ID of this dispatch log.
      Specified by:
      setDispatchTriggerId in interface DispatchLogModel
      Parameters:
      dispatchTriggerId - the dispatch trigger ID of this dispatch log
    • setEndDate

      public void setEndDate(Date endDate)
      Sets the end date of this dispatch log.
      Specified by:
      setEndDate in interface DispatchLogModel
      Parameters:
      endDate - the end date of this dispatch log
    • setError

      public void setError(String error)
      Sets the error of this dispatch log.
      Specified by:
      setError in interface DispatchLogModel
      Parameters:
      error - the error of this dispatch log
    • setModifiedDate

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

      public void setMvccVersion(long mvccVersion)
      Sets the mvcc version of this dispatch log.
      Specified by:
      setMvccVersion in interface DispatchLogModel
      Specified by:
      setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Parameters:
      mvccVersion - the mvcc version of this dispatch log
    • setOutput

      public void setOutput(String output)
      Sets the output of this dispatch log.
      Specified by:
      setOutput in interface DispatchLogModel
      Parameters:
      output - the output of this dispatch log
    • setPrimaryKey

      public void setPrimaryKey(long primaryKey)
      Sets the primary key of this dispatch log.
      Specified by:
      setPrimaryKey in interface DispatchLogModel
      Parameters:
      primaryKey - the primary key of this dispatch log
    • setStartDate

      public void setStartDate(Date startDate)
      Sets the start date of this dispatch log.
      Specified by:
      setStartDate in interface DispatchLogModel
      Parameters:
      startDate - the start date of this dispatch log
    • setStatus

      public void setStatus(int status)
      Sets the status of this dispatch log.
      Specified by:
      setStatus in interface DispatchLogModel
      Parameters:
      status - the status of this dispatch log
    • setUserId

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

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

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

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

      protected DispatchLogWrapper wrap(DispatchLog dispatchLog)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DispatchLog>