Package com.liferay.batch.planner.model
Interface BatchPlannerMappingModel
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<BatchPlannerMapping>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<BatchPlannerMapping>,com.liferay.portal.kernel.model.MVCCModel,Serializable,com.liferay.portal.kernel.model.ShardedModel
- All Known Subinterfaces:
BatchPlannerMapping
- All Known Implementing Classes:
BatchPlannerMappingWrapper
@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
The base model interface for the BatchPlannerMapping service. Represents a row in the "BatchPlannerMapping" database table, with each column mapped to a property of this class.
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.
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionlongReturns the batch planner mapping ID of this batch planner mapping.longReturns the batch planner plan ID of this batch planner mapping.longReturns the company ID of this batch planner mapping.Returns the create date of this batch planner mapping.Returns the external field name of this batch planner mapping.Returns the external field type of this batch planner mapping.Returns the internal field name of this batch planner mapping.Returns the internal field type of this batch planner mapping.Returns the modified date of this batch planner mapping.longReturns the mvcc version of this batch planner mapping.longReturns the primary key of this batch planner mapping.Returns the script of this batch planner mapping.longReturns the user ID of this batch planner mapping.Returns the user name of this batch planner mapping.Returns the user uuid of this batch planner mapping.voidsetBatchPlannerMappingId(long batchPlannerMappingId) Sets the batch planner mapping ID of this batch planner mapping.voidsetBatchPlannerPlanId(long batchPlannerPlanId) Sets the batch planner plan ID of this batch planner mapping.voidsetCompanyId(long companyId) Sets the company ID of this batch planner mapping.voidsetCreateDate(Date createDate) Sets the create date of this batch planner mapping.voidsetExternalFieldName(String externalFieldName) Sets the external field name of this batch planner mapping.voidsetExternalFieldType(String externalFieldType) Sets the external field type of this batch planner mapping.voidsetInternalFieldName(String internalFieldName) Sets the internal field name of this batch planner mapping.voidsetInternalFieldType(String internalFieldType) Sets the internal field type of this batch planner mapping.voidsetModifiedDate(Date modifiedDate) Sets the modified date of this batch planner mapping.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this batch planner mapping.voidsetPrimaryKey(long primaryKey) Sets the primary key of this batch planner mapping.voidSets the script of this batch planner mapping.voidsetUserId(long userId) Sets the user ID of this batch planner mapping.voidsetUserName(String userName) Sets the user name of this batch planner mapping.voidsetUserUuid(String userUuid) Sets the user uuid of this batch planner mapping.default StringMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this batch planner mapping.- Returns:
- the primary key of this batch planner mapping
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this batch planner mapping.- Parameters:
primaryKey- the primary key of this batch planner mapping
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this batch planner mapping.- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this batch planner mapping
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this batch planner mapping.- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this batch planner mapping
-
getBatchPlannerMappingId
long getBatchPlannerMappingId()Returns the batch planner mapping ID of this batch planner mapping.- Returns:
- the batch planner mapping ID of this batch planner mapping
-
setBatchPlannerMappingId
void setBatchPlannerMappingId(long batchPlannerMappingId) Sets the batch planner mapping ID of this batch planner mapping.- Parameters:
batchPlannerMappingId- the batch planner mapping ID of this batch planner mapping
-
getCompanyId
long getCompanyId()Returns the company ID of this batch planner mapping.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this batch planner mapping
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this batch planner mapping.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this batch planner mapping
-
getUserId
long getUserId()Returns the user ID of this batch planner mapping.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user ID of this batch planner mapping
-
setUserId
void setUserId(long userId) Sets the user ID of this batch planner mapping.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userId- the user ID of this batch planner mapping
-
getUserUuid
String getUserUuid()Returns the user uuid of this batch planner mapping.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user uuid of this batch planner mapping
-
setUserUuid
Sets the user uuid of this batch planner mapping.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userUuid- the user uuid of this batch planner mapping
-
getUserName
Returns the user name of this batch planner mapping.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user name of this batch planner mapping
-
setUserName
Sets the user name of this batch planner mapping.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userName- the user name of this batch planner mapping
-
getCreateDate
Date getCreateDate()Returns the create date of this batch planner mapping.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the create date of this batch planner mapping
-
setCreateDate
Sets the create date of this batch planner mapping.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
createDate- the create date of this batch planner mapping
-
getModifiedDate
Date getModifiedDate()Returns the modified date of this batch planner mapping.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the modified date of this batch planner mapping
-
setModifiedDate
Sets the modified date of this batch planner mapping.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
modifiedDate- the modified date of this batch planner mapping
-
getBatchPlannerPlanId
long getBatchPlannerPlanId()Returns the batch planner plan ID of this batch planner mapping.- Returns:
- the batch planner plan ID of this batch planner mapping
-
setBatchPlannerPlanId
void setBatchPlannerPlanId(long batchPlannerPlanId) Sets the batch planner plan ID of this batch planner mapping.- Parameters:
batchPlannerPlanId- the batch planner plan ID of this batch planner mapping
-
getExternalFieldName
Returns the external field name of this batch planner mapping.- Returns:
- the external field name of this batch planner mapping
-
setExternalFieldName
Sets the external field name of this batch planner mapping.- Parameters:
externalFieldName- the external field name of this batch planner mapping
-
getExternalFieldType
Returns the external field type of this batch planner mapping.- Returns:
- the external field type of this batch planner mapping
-
setExternalFieldType
Sets the external field type of this batch planner mapping.- Parameters:
externalFieldType- the external field type of this batch planner mapping
-
getInternalFieldName
Returns the internal field name of this batch planner mapping.- Returns:
- the internal field name of this batch planner mapping
-
setInternalFieldName
Sets the internal field name of this batch planner mapping.- Parameters:
internalFieldName- the internal field name of this batch planner mapping
-
getInternalFieldType
Returns the internal field type of this batch planner mapping.- Returns:
- the internal field type of this batch planner mapping
-
setInternalFieldType
Sets the internal field type of this batch planner mapping.- Parameters:
internalFieldType- the internal field type of this batch planner mapping
-
getScript
Returns the script of this batch planner mapping.- Returns:
- the script of this batch planner mapping
-
setScript
Sets the script of this batch planner mapping.- Parameters:
script- the script of this batch planner mapping
-
cloneWithOriginalValues
BatchPlannerMapping cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<BatchPlannerMapping>
-
toXmlString
-