@ProviderType public interface CommerceDataIntegrationProcessLogModel extends com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<CommerceDataIntegrationProcessLog>, com.liferay.portal.kernel.model.ShardedModel
This interface and its corresponding implementation com.liferay.commerce.data.integration.model.impl.CommerceDataIntegrationProcessLogModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.commerce.data.integration.model.impl.CommerceDataIntegrationProcessLogImpl.
CommerceDataIntegrationProcessLog| Modifier and Type | Method and Description |
|---|---|
long |
getCDataIntegrationProcessId()
Returns the c data integration process ID of this commerce data integration process log.
|
long |
getCommerceDataIntegrationProcessLogId()
Returns the commerce data integration process log ID of this commerce data integration process log.
|
long |
getCompanyId()
Returns the company ID of this commerce data integration process log.
|
java.util.Date |
getCreateDate()
Returns the create date of this commerce data integration process log.
|
java.util.Date |
getEndDate()
Returns the end date of this commerce data integration process log.
|
java.lang.String |
getError()
Returns the error of this commerce data integration process log.
|
java.util.Date |
getModifiedDate()
Returns the modified date of this commerce data integration process log.
|
java.lang.String |
getOutput()
Returns the output of this commerce data integration process log.
|
long |
getPrimaryKey()
Returns the primary key of this commerce data integration process log.
|
java.util.Date |
getStartDate()
Returns the start date of this commerce data integration process log.
|
int |
getStatus()
Returns the status of this commerce data integration process log.
|
long |
getUserId()
Returns the user ID of this commerce data integration process log.
|
java.lang.String |
getUserName()
Returns the user name of this commerce data integration process log.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this commerce data integration process log.
|
void |
setCDataIntegrationProcessId(long CDataIntegrationProcessId)
Sets the c data integration process ID of this commerce data integration process log.
|
void |
setCommerceDataIntegrationProcessLogId(long commerceDataIntegrationProcessLogId)
Sets the commerce data integration process log ID of this commerce data integration process log.
|
void |
setCompanyId(long companyId)
Sets the company ID of this commerce data integration process log.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this commerce data integration process log.
|
void |
setEndDate(java.util.Date endDate)
Sets the end date of this commerce data integration process log.
|
void |
setError(java.lang.String error)
Sets the error of this commerce data integration process log.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this commerce data integration process log.
|
void |
setOutput(java.lang.String output)
Sets the output of this commerce data integration process log.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this commerce data integration process log.
|
void |
setStartDate(java.util.Date startDate)
Sets the start date of this commerce data integration process log.
|
void |
setStatus(int status)
Sets the status of this commerce data integration process log.
|
void |
setUserId(long userId)
Sets the user ID of this commerce data integration process log.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this commerce data integration process log.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this commerce data integration process log.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringlong getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this commerce data integration process loglong getCommerceDataIntegrationProcessLogId()
void setCommerceDataIntegrationProcessLogId(long commerceDataIntegrationProcessLogId)
commerceDataIntegrationProcessLogId - the commerce data integration process log ID of this commerce data integration process loglong getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this commerce data integration process loglong getUserId()
getUserId in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserId(long userId)
setUserId in interface com.liferay.portal.kernel.model.AuditedModeluserId - the user ID of this commerce data integration process logjava.lang.String getUserUuid()
getUserUuid in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserUuid(java.lang.String userUuid)
setUserUuid in interface com.liferay.portal.kernel.model.AuditedModeluserUuid - the user uuid of this commerce data integration process log@AutoEscape java.lang.String getUserName()
getUserName in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserName(java.lang.String userName)
setUserName in interface com.liferay.portal.kernel.model.AuditedModeluserName - the user name of this commerce data integration process logjava.util.Date getCreateDate()
getCreateDate in interface com.liferay.portal.kernel.model.AuditedModelvoid setCreateDate(java.util.Date createDate)
setCreateDate in interface com.liferay.portal.kernel.model.AuditedModelcreateDate - the create date of this commerce data integration process logjava.util.Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelvoid setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelmodifiedDate - the modified date of this commerce data integration process loglong getCDataIntegrationProcessId()
void setCDataIntegrationProcessId(long CDataIntegrationProcessId)
CDataIntegrationProcessId - the c data integration process ID of this commerce data integration process log@AutoEscape java.lang.String getError()
void setError(java.lang.String error)
error - the error of this commerce data integration process log@AutoEscape java.lang.String getOutput()
void setOutput(java.lang.String output)
output - the output of this commerce data integration process logjava.util.Date getStartDate()
void setStartDate(java.util.Date startDate)
startDate - the start date of this commerce data integration process logjava.util.Date getEndDate()
void setEndDate(java.util.Date endDate)
endDate - the end date of this commerce data integration process logint getStatus()
void setStatus(int status)
status - the status of this commerce data integration process log