Package com.liferay.batch.planner.model
Class BatchPlannerMappingWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<BatchPlannerMapping>
com.liferay.batch.planner.model.BatchPlannerMappingWrapper
- All Implemented Interfaces:
BatchPlannerMapping,BatchPlannerMappingModel,com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<BatchPlannerMapping>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.ModelWrapper<BatchPlannerMapping>,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,com.liferay.portal.kernel.model.ShardedModel,Serializable,Cloneable,Comparable<BatchPlannerMapping>
public class BatchPlannerMappingWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<BatchPlannerMapping>
implements BatchPlannerMapping, com.liferay.portal.kernel.model.ModelWrapper<BatchPlannerMapping>
This class is a wrapper for BatchPlannerMapping.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.batch.planner.model.BatchPlannerMapping
BATCH_PLANNER_MAPPING_ID_ACCESSOR -
Constructor Summary
Constructors -
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.voidpersist()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.voidsetModelAttributes(Map<String, Object> attributes) 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.protected BatchPlannerMappingWrapperwrap(BatchPlannerMapping batchPlannerMapping) 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
-
BatchPlannerMappingWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<BatchPlannerMapping>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<BatchPlannerMapping>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<BatchPlannerMapping>- Specified by:
cloneWithOriginalValuesin interfaceBatchPlannerMappingModel
-
getBatchPlannerMappingId
public long getBatchPlannerMappingId()Returns the batch planner mapping ID of this batch planner mapping.- Specified by:
getBatchPlannerMappingIdin interfaceBatchPlannerMappingModel- Returns:
- the batch planner mapping ID of this batch planner mapping
-
getBatchPlannerPlanId
public long getBatchPlannerPlanId()Returns the batch planner plan ID of this batch planner mapping.- Specified by:
getBatchPlannerPlanIdin interfaceBatchPlannerMappingModel- Returns:
- the batch planner plan ID of this batch planner mapping
-
getCompanyId
public long getCompanyId()Returns the company ID of this batch planner mapping.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfaceBatchPlannerMappingModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this batch planner mapping
-
getCreateDate
Returns the create date of this batch planner mapping.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfaceBatchPlannerMappingModel- Returns:
- the create date of this batch planner mapping
-
getExternalFieldName
Returns the external field name of this batch planner mapping.- Specified by:
getExternalFieldNamein interfaceBatchPlannerMappingModel- Returns:
- the external field name of this batch planner mapping
-
getExternalFieldType
Returns the external field type of this batch planner mapping.- Specified by:
getExternalFieldTypein interfaceBatchPlannerMappingModel- Returns:
- the external field type of this batch planner mapping
-
getInternalFieldName
Returns the internal field name of this batch planner mapping.- Specified by:
getInternalFieldNamein interfaceBatchPlannerMappingModel- Returns:
- the internal field name of this batch planner mapping
-
getInternalFieldType
Returns the internal field type of this batch planner mapping.- Specified by:
getInternalFieldTypein interfaceBatchPlannerMappingModel- Returns:
- the internal field type of this batch planner mapping
-
getModifiedDate
Returns the modified date of this batch planner mapping.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein interfaceBatchPlannerMappingModel- Returns:
- the modified date of this batch planner mapping
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this batch planner mapping.- Specified by:
getMvccVersionin interfaceBatchPlannerMappingModel- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this batch planner mapping
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this batch planner mapping.- Specified by:
getPrimaryKeyin interfaceBatchPlannerMappingModel- Returns:
- the primary key of this batch planner mapping
-
getScript
Returns the script of this batch planner mapping.- Specified by:
getScriptin interfaceBatchPlannerMappingModel- Returns:
- the script of this batch planner mapping
-
getUserId
public long getUserId()Returns the user ID of this batch planner mapping.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserIdin interfaceBatchPlannerMappingModel- Returns:
- the user ID of this batch planner mapping
-
getUserName
Returns the user name of this batch planner mapping.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserNamein interfaceBatchPlannerMappingModel- Returns:
- the user name of this batch planner mapping
-
getUserUuid
Returns the user uuid of this batch planner mapping.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserUuidin interfaceBatchPlannerMappingModel- Returns:
- the user uuid of this batch planner mapping
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
setBatchPlannerMappingId
public void setBatchPlannerMappingId(long batchPlannerMappingId) Sets the batch planner mapping ID of this batch planner mapping.- Specified by:
setBatchPlannerMappingIdin interfaceBatchPlannerMappingModel- Parameters:
batchPlannerMappingId- the batch planner mapping ID of this batch planner mapping
-
setBatchPlannerPlanId
public void setBatchPlannerPlanId(long batchPlannerPlanId) Sets the batch planner plan ID of this batch planner mapping.- Specified by:
setBatchPlannerPlanIdin interfaceBatchPlannerMappingModel- Parameters:
batchPlannerPlanId- the batch planner plan ID of this batch planner mapping
-
setCompanyId
public 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 interfaceBatchPlannerMappingModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this batch planner mapping
-
setCreateDate
Sets the create date of this batch planner mapping.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein interfaceBatchPlannerMappingModel- Parameters:
createDate- the create date of this batch planner mapping
-
setExternalFieldName
Sets the external field name of this batch planner mapping.- Specified by:
setExternalFieldNamein interfaceBatchPlannerMappingModel- Parameters:
externalFieldName- the external field name of this batch planner mapping
-
setExternalFieldType
Sets the external field type of this batch planner mapping.- Specified by:
setExternalFieldTypein interfaceBatchPlannerMappingModel- Parameters:
externalFieldType- the external field type of this batch planner mapping
-
setInternalFieldName
Sets the internal field name of this batch planner mapping.- Specified by:
setInternalFieldNamein interfaceBatchPlannerMappingModel- Parameters:
internalFieldName- the internal field name of this batch planner mapping
-
setInternalFieldType
Sets the internal field type of this batch planner mapping.- Specified by:
setInternalFieldTypein interfaceBatchPlannerMappingModel- Parameters:
internalFieldType- the internal field type of this batch planner mapping
-
setModifiedDate
Sets the modified date of this batch planner mapping.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein interfaceBatchPlannerMappingModel- Parameters:
modifiedDate- the modified date of this batch planner mapping
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this batch planner mapping.- Specified by:
setMvccVersionin interfaceBatchPlannerMappingModel- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this batch planner mapping
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this batch planner mapping.- Specified by:
setPrimaryKeyin interfaceBatchPlannerMappingModel- Parameters:
primaryKey- the primary key of this batch planner mapping
-
setScript
Sets the script of this batch planner mapping.- Specified by:
setScriptin interfaceBatchPlannerMappingModel- Parameters:
script- the script of this batch planner mapping
-
setUserId
public void setUserId(long userId) Sets the user ID of this batch planner mapping.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserIdin interfaceBatchPlannerMappingModel- Parameters:
userId- the user ID of this batch planner mapping
-
setUserName
Sets the user name of this batch planner mapping.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserNamein interfaceBatchPlannerMappingModel- Parameters:
userName- the user name of this batch planner mapping
-
setUserUuid
Sets the user uuid of this batch planner mapping.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserUuidin interfaceBatchPlannerMappingModel- Parameters:
userUuid- the user uuid of this batch planner mapping
-
toXmlString
- Specified by:
toXmlStringin interfaceBatchPlannerMappingModel
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<BatchPlannerMapping>
-