@ProviderType public interface BatchEngineImportTaskErrorModel extends com.liferay.portal.kernel.model.BaseModel<BatchEngineImportTaskError>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
This interface and its corresponding implementation com.liferay.batch.engine.model.impl.BatchEngineImportTaskErrorModelImpl 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.batch.engine.model.impl.BatchEngineImportTaskErrorImpl.
BatchEngineImportTaskError| Modifier and Type | Method and Description |
|---|---|
BatchEngineImportTaskError |
cloneWithOriginalValues() |
long |
getBatchEngineImportTaskErrorId()
Returns the batch engine import task error ID of this batch engine import task error.
|
long |
getBatchEngineImportTaskId()
Returns the batch engine import task ID of this batch engine import task error.
|
long |
getCompanyId()
Returns the company ID of this batch engine import task error.
|
java.util.Date |
getCreateDate()
Returns the create date of this batch engine import task error.
|
java.lang.String |
getItem()
Returns the item of this batch engine import task error.
|
int |
getItemIndex()
Returns the item index of this batch engine import task error.
|
java.lang.String |
getMessage()
Returns the message of this batch engine import task error.
|
java.util.Date |
getModifiedDate()
Returns the modified date of this batch engine import task error.
|
long |
getMvccVersion()
Returns the mvcc version of this batch engine import task error.
|
long |
getPrimaryKey()
Returns the primary key of this batch engine import task error.
|
long |
getUserId()
Returns the user ID of this batch engine import task error.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this batch engine import task error.
|
void |
setBatchEngineImportTaskErrorId(long batchEngineImportTaskErrorId)
Sets the batch engine import task error ID of this batch engine import task error.
|
void |
setBatchEngineImportTaskId(long batchEngineImportTaskId)
Sets the batch engine import task ID of this batch engine import task error.
|
void |
setCompanyId(long companyId)
Sets the company ID of this batch engine import task error.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this batch engine import task error.
|
void |
setItem(java.lang.String item)
Sets the item of this batch engine import task error.
|
void |
setItemIndex(int itemIndex)
Sets the item index of this batch engine import task error.
|
void |
setMessage(java.lang.String message)
Sets the message of this batch engine import task error.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this batch engine import task error.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this batch engine import task error.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this batch engine import task error.
|
void |
setUserId(long userId)
Sets the user ID of this batch engine import task error.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this batch engine import task error.
|
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 batch engine import task errorlong getMvccVersion()
getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelvoid setMvccVersion(long mvccVersion)
setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this batch engine import task errorlong getBatchEngineImportTaskErrorId()
void setBatchEngineImportTaskErrorId(long batchEngineImportTaskErrorId)
batchEngineImportTaskErrorId - the batch engine import task error ID of this batch engine import task errorlong getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this batch engine import task errorlong getUserId()
void setUserId(long userId)
userId - the user ID of this batch engine import task errorjava.lang.String getUserUuid()
void setUserUuid(java.lang.String userUuid)
userUuid - the user uuid of this batch engine import task errorjava.util.Date getCreateDate()
void setCreateDate(java.util.Date createDate)
createDate - the create date of this batch engine import task errorjava.util.Date getModifiedDate()
void setModifiedDate(java.util.Date modifiedDate)
modifiedDate - the modified date of this batch engine import task errorlong getBatchEngineImportTaskId()
void setBatchEngineImportTaskId(long batchEngineImportTaskId)
batchEngineImportTaskId - the batch engine import task ID of this batch engine import task error@AutoEscape java.lang.String getItem()
void setItem(java.lang.String item)
item - the item of this batch engine import task errorint getItemIndex()
void setItemIndex(int itemIndex)
itemIndex - the item index of this batch engine import task error@AutoEscape java.lang.String getMessage()
void setMessage(java.lang.String message)
message - the message of this batch engine import task errorBatchEngineImportTaskError cloneWithOriginalValues()
cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<BatchEngineImportTaskError>