Package com.liferay.dispatch.model
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
modelFields inherited from interface com.liferay.dispatch.model.DispatchLog
DISPATCH_LOG_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the company ID of this dispatch log.Returns the create date of this dispatch log.longReturns the dispatch log ID of this dispatch log.longReturns the dispatch trigger ID of this dispatch log.Returns the end date of this dispatch log.getError()Returns the error of this dispatch log.Returns the modified date of this dispatch log.longReturns the mvcc version of this dispatch log.Returns the output of this dispatch log.longReturns the primary key of this dispatch log.Returns the start date of this dispatch log.intReturns the status of this dispatch log.longReturns the user ID of this dispatch log.Returns the user name of this dispatch log.Returns the user uuid of this dispatch log.voidpersist()voidsetCompanyId(long companyId) Sets the company ID of this dispatch log.voidsetCreateDate(Date createDate) Sets the create date of this dispatch log.voidsetDispatchLogId(long dispatchLogId) Sets the dispatch log ID of this dispatch log.voidsetDispatchTriggerId(long dispatchTriggerId) Sets the dispatch trigger ID of this dispatch log.voidsetEndDate(Date endDate) Sets the end date of this dispatch log.voidSets the error of this dispatch log.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this dispatch log.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this dispatch log.voidSets the output of this dispatch log.voidsetPrimaryKey(long primaryKey) Sets the primary key of this dispatch log.voidsetStartDate(Date startDate) Sets the start date of this dispatch log.voidsetStatus(int status) Sets the status of this dispatch log.voidsetUserId(long userId) Sets the user ID of this dispatch log.voidsetUserName(String userName) Sets the user name of this dispatch log.voidsetUserUuid(String userUuid) Sets the user uuid of this dispatch log.protected DispatchLogWrapperwrap(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, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
DispatchLogWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<DispatchLog>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<DispatchLog>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<DispatchLog>- Specified by:
cloneWithOriginalValuesin interfaceDispatchLogModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this dispatch log.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfaceDispatchLogModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this dispatch log
-
getCreateDate
Returns the create date of this dispatch log.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfaceDispatchLogModel- Returns:
- the create date of this dispatch log
-
getDispatchLogId
public long getDispatchLogId()Returns the dispatch log ID of this dispatch log.- Specified by:
getDispatchLogIdin interfaceDispatchLogModel- Returns:
- the dispatch log ID of this dispatch log
-
getDispatchTriggerId
public long getDispatchTriggerId()Returns the dispatch trigger ID of this dispatch log.- Specified by:
getDispatchTriggerIdin interfaceDispatchLogModel- Returns:
- the dispatch trigger ID of this dispatch log
-
getEndDate
Returns the end date of this dispatch log.- Specified by:
getEndDatein interfaceDispatchLogModel- Returns:
- the end date of this dispatch log
-
getError
Returns the error of this dispatch log.- Specified by:
getErrorin interfaceDispatchLogModel- Returns:
- the error of this dispatch log
-
getModifiedDate
Returns the modified date of this dispatch log.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein interfaceDispatchLogModel- Returns:
- the modified date of this dispatch log
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this dispatch log.- Specified by:
getMvccVersionin interfaceDispatchLogModel- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this dispatch log
-
getOutput
Returns the output of this dispatch log.- Specified by:
getOutputin interfaceDispatchLogModel- Returns:
- the output of this dispatch log
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this dispatch log.- Specified by:
getPrimaryKeyin interfaceDispatchLogModel- Returns:
- the primary key of this dispatch log
-
getStartDate
Returns the start date of this dispatch log.- Specified by:
getStartDatein interfaceDispatchLogModel- Returns:
- the start date of this dispatch log
-
getStatus
public int getStatus()Returns the status of this dispatch log.- Specified by:
getStatusin interfaceDispatchLogModel- Returns:
- the status of this dispatch log
-
getUserId
public long getUserId()Returns the user ID of this dispatch log.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserIdin interfaceDispatchLogModel- Returns:
- the user ID of this dispatch log
-
getUserName
Returns the user name of this dispatch log.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserNamein interfaceDispatchLogModel- Returns:
- the user name of this dispatch log
-
getUserUuid
Returns the user uuid of this dispatch log.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserUuidin interfaceDispatchLogModel- Returns:
- the user uuid of this dispatch log
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this dispatch log.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfaceDispatchLogModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this dispatch log
-
setCreateDate
Sets the create date of this dispatch log.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein interfaceDispatchLogModel- 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:
setDispatchLogIdin interfaceDispatchLogModel- 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:
setDispatchTriggerIdin interfaceDispatchLogModel- Parameters:
dispatchTriggerId- the dispatch trigger ID of this dispatch log
-
setEndDate
Sets the end date of this dispatch log.- Specified by:
setEndDatein interfaceDispatchLogModel- Parameters:
endDate- the end date of this dispatch log
-
setError
Sets the error of this dispatch log.- Specified by:
setErrorin interfaceDispatchLogModel- Parameters:
error- the error of this dispatch log
-
setModifiedDate
Sets the modified date of this dispatch log.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein interfaceDispatchLogModel- 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:
setMvccVersionin interfaceDispatchLogModel- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this dispatch log
-
setOutput
Sets the output of this dispatch log.- Specified by:
setOutputin interfaceDispatchLogModel- Parameters:
output- the output of this dispatch log
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this dispatch log.- Specified by:
setPrimaryKeyin interfaceDispatchLogModel- Parameters:
primaryKey- the primary key of this dispatch log
-
setStartDate
Sets the start date of this dispatch log.- Specified by:
setStartDatein interfaceDispatchLogModel- Parameters:
startDate- the start date of this dispatch log
-
setStatus
public void setStatus(int status) Sets the status of this dispatch log.- Specified by:
setStatusin interfaceDispatchLogModel- Parameters:
status- the status of this dispatch log
-
setUserId
public void setUserId(long userId) Sets the user ID of this dispatch log.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserIdin interfaceDispatchLogModel- Parameters:
userId- the user ID of this dispatch log
-
setUserName
Sets the user name of this dispatch log.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserNamein interfaceDispatchLogModel- Parameters:
userName- the user name of this dispatch log
-
setUserUuid
Sets the user uuid of this dispatch log.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserUuidin interfaceDispatchLogModel- Parameters:
userUuid- the user uuid of this dispatch log
-
toXmlString
- Specified by:
toXmlStringin interfaceDispatchLogModel
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DispatchLog>
-