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.
DispatchLog,
Serialized FormDISPATCH_LOG_ID_ACCESSOR| Constructor and Description |
|---|
DispatchLogWrapper(DispatchLog dispatchLog) |
| Modifier and Type | Method and Description |
|---|---|
DispatchLog |
cloneWithOriginalValues() |
long |
getCompanyId()
Returns the company ID of this dispatch log.
|
java.util.Date |
getCreateDate()
Returns the create date of this dispatch log.
|
long |
getDispatchLogId()
Returns the dispatch log ID of this dispatch log.
|
long |
getDispatchTriggerId()
Returns the dispatch trigger ID of this dispatch log.
|
java.util.Date |
getEndDate()
Returns the end date of this dispatch log.
|
java.lang.String |
getError()
Returns the error of this dispatch log.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.util.Date |
getModifiedDate()
Returns the modified date of this dispatch log.
|
long |
getMvccVersion()
Returns the mvcc version of this dispatch log.
|
java.lang.String |
getOutput()
Returns the output of this dispatch log.
|
long |
getPrimaryKey()
Returns the primary key of this dispatch log.
|
java.util.Date |
getStartDate()
Returns the start date of this dispatch log.
|
int |
getStatus()
Returns the status of this dispatch log.
|
long |
getUserId()
Returns the user ID of this dispatch log.
|
java.lang.String |
getUserName()
Returns the user name of this dispatch log.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this dispatch log.
|
void |
persist() |
void |
setCompanyId(long companyId)
Sets the company ID of this dispatch log.
|
void |
setCreateDate(java.util.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(java.util.Date endDate)
Sets the end date of this dispatch log.
|
void |
setError(java.lang.String error)
Sets the error of this dispatch log.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this dispatch log.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this dispatch log.
|
void |
setOutput(java.lang.String output)
Sets the output of this dispatch log.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this dispatch log.
|
void |
setStartDate(java.util.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(java.lang.String userName)
Sets the user name of this dispatch log.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this dispatch log.
|
protected DispatchLogWrapper |
wrap(DispatchLog dispatchLog) |
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModelfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelpublic DispatchLogWrapper(DispatchLog dispatchLog)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<DispatchLog>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<DispatchLog>public DispatchLog cloneWithOriginalValues()
cloneWithOriginalValues in interface DispatchLogModelcloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<DispatchLog>public long getCompanyId()
getCompanyId in interface DispatchLogModelgetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelpublic java.util.Date getCreateDate()
getCreateDate in interface DispatchLogModelgetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelpublic long getDispatchLogId()
getDispatchLogId in interface DispatchLogModelpublic long getDispatchTriggerId()
getDispatchTriggerId in interface DispatchLogModelpublic java.util.Date getEndDate()
getEndDate in interface DispatchLogModelpublic java.lang.String getError()
getError in interface DispatchLogModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface DispatchLogModelgetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelpublic long getMvccVersion()
getMvccVersion in interface DispatchLogModelgetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelpublic java.lang.String getOutput()
getOutput in interface DispatchLogModelpublic long getPrimaryKey()
getPrimaryKey in interface DispatchLogModelpublic java.util.Date getStartDate()
getStartDate in interface DispatchLogModelpublic int getStatus()
getStatus in interface DispatchLogModelpublic long getUserId()
getUserId in interface DispatchLogModelgetUserId in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserName()
getUserName in interface DispatchLogModelgetUserName in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserUuid()
getUserUuid in interface DispatchLogModelgetUserUuid in interface com.liferay.portal.kernel.model.AuditedModelpublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setCompanyId(long companyId)
setCompanyId in interface DispatchLogModelsetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this dispatch logpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface DispatchLogModelsetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelcreateDate - the create date of this dispatch logpublic void setDispatchLogId(long dispatchLogId)
setDispatchLogId in interface DispatchLogModeldispatchLogId - the dispatch log ID of this dispatch logpublic void setDispatchTriggerId(long dispatchTriggerId)
setDispatchTriggerId in interface DispatchLogModeldispatchTriggerId - the dispatch trigger ID of this dispatch logpublic void setEndDate(java.util.Date endDate)
setEndDate in interface DispatchLogModelendDate - the end date of this dispatch logpublic void setError(java.lang.String error)
setError in interface DispatchLogModelerror - the error of this dispatch logpublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface DispatchLogModelsetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelmodifiedDate - the modified date of this dispatch logpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface DispatchLogModelsetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this dispatch logpublic void setOutput(java.lang.String output)
setOutput in interface DispatchLogModeloutput - the output of this dispatch logpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface DispatchLogModelprimaryKey - the primary key of this dispatch logpublic void setStartDate(java.util.Date startDate)
setStartDate in interface DispatchLogModelstartDate - the start date of this dispatch logpublic void setStatus(int status)
setStatus in interface DispatchLogModelstatus - the status of this dispatch logpublic void setUserId(long userId)
setUserId in interface DispatchLogModelsetUserId in interface com.liferay.portal.kernel.model.AuditedModeluserId - the user ID of this dispatch logpublic void setUserName(java.lang.String userName)
setUserName in interface DispatchLogModelsetUserName in interface com.liferay.portal.kernel.model.AuditedModeluserName - the user name of this dispatch logpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface DispatchLogModelsetUserUuid in interface com.liferay.portal.kernel.model.AuditedModeluserUuid - the user uuid of this dispatch logprotected DispatchLogWrapper wrap(DispatchLog dispatchLog)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DispatchLog>