@ProviderType public interface BatchPlannerMappingModel extends com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<BatchPlannerMapping>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
This interface and its corresponding implementation com.liferay.batch.planner.model.impl.BatchPlannerMappingModelImpl
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.planner.model.impl.BatchPlannerMappingImpl
.
BatchPlannerMapping
Modifier and Type | Method and Description |
---|---|
BatchPlannerMapping |
cloneWithOriginalValues() |
long |
getBatchPlannerMappingId()
Returns the batch planner mapping ID of this batch planner mapping.
|
long |
getBatchPlannerPlanId()
Returns the batch planner plan ID of this batch planner mapping.
|
long |
getCompanyId()
Returns the company ID of this batch planner mapping.
|
java.util.Date |
getCreateDate()
Returns the create date of this batch planner mapping.
|
java.lang.String |
getExternalFieldName()
Returns the external field name of this batch planner mapping.
|
java.lang.String |
getExternalFieldType()
Returns the external field type of this batch planner mapping.
|
java.lang.String |
getInternalFieldName()
Returns the internal field name of this batch planner mapping.
|
java.lang.String |
getInternalFieldType()
Returns the internal field type of this batch planner mapping.
|
java.util.Date |
getModifiedDate()
Returns the modified date of this batch planner mapping.
|
long |
getMvccVersion()
Returns the mvcc version of this batch planner mapping.
|
long |
getPrimaryKey()
Returns the primary key of this batch planner mapping.
|
java.lang.String |
getScript()
Returns the script of this batch planner mapping.
|
long |
getUserId()
Returns the user ID of this batch planner mapping.
|
java.lang.String |
getUserName()
Returns the user name of this batch planner mapping.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this batch planner mapping.
|
void |
setBatchPlannerMappingId(long batchPlannerMappingId)
Sets the batch planner mapping ID of this batch planner mapping.
|
void |
setBatchPlannerPlanId(long batchPlannerPlanId)
Sets the batch planner plan ID of this batch planner mapping.
|
void |
setCompanyId(long companyId)
Sets the company ID of this batch planner mapping.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this batch planner mapping.
|
void |
setExternalFieldName(java.lang.String externalFieldName)
Sets the external field name of this batch planner mapping.
|
void |
setExternalFieldType(java.lang.String externalFieldType)
Sets the external field type of this batch planner mapping.
|
void |
setInternalFieldName(java.lang.String internalFieldName)
Sets the internal field name of this batch planner mapping.
|
void |
setInternalFieldType(java.lang.String internalFieldType)
Sets the internal field type of this batch planner mapping.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this batch planner mapping.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this batch planner mapping.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this batch planner mapping.
|
void |
setScript(java.lang.String script)
Sets the script of this batch planner mapping.
|
void |
setUserId(long userId)
Sets the user ID of this batch planner mapping.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this batch planner mapping.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this batch planner mapping.
|
default java.lang.String |
toXmlString() |
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey
- the primary key of this batch planner mappinglong getMvccVersion()
getMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
void setMvccVersion(long mvccVersion)
setMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
mvccVersion
- the mvcc version of this batch planner mappinglong getBatchPlannerMappingId()
void setBatchPlannerMappingId(long batchPlannerMappingId)
batchPlannerMappingId
- the batch planner mapping ID of this batch planner mappinglong getCompanyId()
getCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
void setCompanyId(long companyId)
setCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
companyId
- the company ID of this batch planner mappinglong getUserId()
getUserId
in interface com.liferay.portal.kernel.model.AuditedModel
void setUserId(long userId)
setUserId
in interface com.liferay.portal.kernel.model.AuditedModel
userId
- the user ID of this batch planner mappingjava.lang.String getUserUuid()
getUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
void setUserUuid(java.lang.String userUuid)
setUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
userUuid
- the user uuid of this batch planner mapping@AutoEscape java.lang.String getUserName()
getUserName
in interface com.liferay.portal.kernel.model.AuditedModel
void setUserName(java.lang.String userName)
setUserName
in interface com.liferay.portal.kernel.model.AuditedModel
userName
- the user name of this batch planner mappingjava.util.Date getCreateDate()
getCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
void setCreateDate(java.util.Date createDate)
setCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
createDate
- the create date of this batch planner mappingjava.util.Date getModifiedDate()
getModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
modifiedDate
- the modified date of this batch planner mappinglong getBatchPlannerPlanId()
void setBatchPlannerPlanId(long batchPlannerPlanId)
batchPlannerPlanId
- the batch planner plan ID of this batch planner mapping@AutoEscape java.lang.String getExternalFieldName()
void setExternalFieldName(java.lang.String externalFieldName)
externalFieldName
- the external field name of this batch planner mapping@AutoEscape java.lang.String getExternalFieldType()
void setExternalFieldType(java.lang.String externalFieldType)
externalFieldType
- the external field type of this batch planner mapping@AutoEscape java.lang.String getInternalFieldName()
void setInternalFieldName(java.lang.String internalFieldName)
internalFieldName
- the internal field name of this batch planner mapping@AutoEscape java.lang.String getInternalFieldType()
void setInternalFieldType(java.lang.String internalFieldType)
internalFieldType
- the internal field type of this batch planner mapping@AutoEscape java.lang.String getScript()
void setScript(java.lang.String script)
script
- the script of this batch planner mappingBatchPlannerMapping cloneWithOriginalValues()
cloneWithOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<BatchPlannerMapping>
default java.lang.String toXmlString()