Package com.liferay.batch.planner.model
Interface BatchPlannerPlanModel
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<BatchPlannerPlan>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<BatchPlannerPlan>,com.liferay.portal.kernel.model.MVCCModel,Serializable,com.liferay.portal.kernel.model.ShardedModel
- All Known Subinterfaces:
BatchPlannerPlan
- All Known Implementing Classes:
BatchPlannerPlanWrapper
@ProviderType
public interface BatchPlannerPlanModel
extends com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<BatchPlannerPlan>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
The base model interface for the BatchPlannerPlan service. Represents a row in the "BatchPlannerPlan" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation com.liferay.batch.planner.model.impl.BatchPlannerPlanModelImpl 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.BatchPlannerPlanImpl.
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the active of this batch planner plan.longReturns the batch planner plan ID of this batch planner plan.longReturns the company ID of this batch planner plan.Returns the create date of this batch planner plan.booleanReturns the export of this batch planner plan.Returns the external type of this batch planner plan.Returns the external url of this batch planner plan.Returns the internal class name of this batch planner plan.Returns the modified date of this batch planner plan.longReturns the mvcc version of this batch planner plan.getName()Returns the name of this batch planner plan.longReturns the primary key of this batch planner plan.intgetSize()Returns the size of this batch planner plan.intReturns the status of this batch planner plan.Returns the task item delegate name of this batch planner plan.booleanReturns the template of this batch planner plan.intgetTotal()Returns the total of this batch planner plan.longReturns the user ID of this batch planner plan.Returns the user name of this batch planner plan.Returns the user uuid of this batch planner plan.booleanisActive()Returnstrueif this batch planner plan is active.booleanisExport()Returnstrueif this batch planner plan is export.booleanReturnstrueif this batch planner plan is template.voidsetActive(boolean active) Sets whether this batch planner plan is active.voidsetBatchPlannerPlanId(long batchPlannerPlanId) Sets the batch planner plan ID of this batch planner plan.voidsetCompanyId(long companyId) Sets the company ID of this batch planner plan.voidsetCreateDate(Date createDate) Sets the create date of this batch planner plan.voidsetExport(boolean export) Sets whether this batch planner plan is export.voidsetExternalType(String externalType) Sets the external type of this batch planner plan.voidsetExternalURL(String externalURL) Sets the external url of this batch planner plan.voidsetInternalClassName(String internalClassName) Sets the internal class name of this batch planner plan.voidsetModifiedDate(Date modifiedDate) Sets the modified date of this batch planner plan.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this batch planner plan.voidSets the name of this batch planner plan.voidsetPrimaryKey(long primaryKey) Sets the primary key of this batch planner plan.voidsetSize(int size) Sets the size of this batch planner plan.voidsetStatus(int status) Sets the status of this batch planner plan.voidsetTaskItemDelegateName(String taskItemDelegateName) Sets the task item delegate name of this batch planner plan.voidsetTemplate(boolean template) Sets whether this batch planner plan is template.voidsetTotal(int total) Sets the total of this batch planner plan.voidsetUserId(long userId) Sets the user ID of this batch planner plan.voidsetUserName(String userName) Sets the user name of this batch planner plan.voidsetUserUuid(String userUuid) Sets the user uuid of this batch planner plan.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 plan.- Returns:
- the primary key of this batch planner plan
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this batch planner plan.- Parameters:
primaryKey- the primary key of this batch planner plan
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this batch planner plan.- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this batch planner plan
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this batch planner plan.- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this batch planner plan
-
getBatchPlannerPlanId
long getBatchPlannerPlanId()Returns the batch planner plan ID of this batch planner plan.- Returns:
- the batch planner plan ID of this batch planner plan
-
setBatchPlannerPlanId
void setBatchPlannerPlanId(long batchPlannerPlanId) Sets the batch planner plan ID of this batch planner plan.- Parameters:
batchPlannerPlanId- the batch planner plan ID of this batch planner plan
-
getCompanyId
long getCompanyId()Returns the company ID of this batch planner plan.- 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 plan
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this batch planner plan.- 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 plan
-
getUserId
long getUserId()Returns the user ID of this batch planner plan.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user ID of this batch planner plan
-
setUserId
void setUserId(long userId) Sets the user ID of this batch planner plan.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userId- the user ID of this batch planner plan
-
getUserUuid
String getUserUuid()Returns the user uuid of this batch planner plan.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user uuid of this batch planner plan
-
setUserUuid
Sets the user uuid of this batch planner plan.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userUuid- the user uuid of this batch planner plan
-
getUserName
Returns the user name of this batch planner plan.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user name of this batch planner plan
-
setUserName
Sets the user name of this batch planner plan.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userName- the user name of this batch planner plan
-
getCreateDate
Date getCreateDate()Returns the create date of this batch planner plan.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the create date of this batch planner plan
-
setCreateDate
Sets the create date of this batch planner plan.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
createDate- the create date of this batch planner plan
-
getModifiedDate
Date getModifiedDate()Returns the modified date of this batch planner plan.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the modified date of this batch planner plan
-
setModifiedDate
Sets the modified date of this batch planner plan.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
modifiedDate- the modified date of this batch planner plan
-
getActive
boolean getActive()Returns the active of this batch planner plan.- Returns:
- the active of this batch planner plan
-
isActive
boolean isActive()Returnstrueif this batch planner plan is active.- Returns:
trueif this batch planner plan is active;falseotherwise
-
setActive
void setActive(boolean active) Sets whether this batch planner plan is active.- Parameters:
active- the active of this batch planner plan
-
getExport
boolean getExport()Returns the export of this batch planner plan.- Returns:
- the export of this batch planner plan
-
isExport
boolean isExport()Returnstrueif this batch planner plan is export.- Returns:
trueif this batch planner plan is export;falseotherwise
-
setExport
void setExport(boolean export) Sets whether this batch planner plan is export.- Parameters:
export- the export of this batch planner plan
-
getExternalType
Returns the external type of this batch planner plan.- Returns:
- the external type of this batch planner plan
-
setExternalType
Sets the external type of this batch planner plan.- Parameters:
externalType- the external type of this batch planner plan
-
getExternalURL
Returns the external url of this batch planner plan.- Returns:
- the external url of this batch planner plan
-
setExternalURL
Sets the external url of this batch planner plan.- Parameters:
externalURL- the external url of this batch planner plan
-
getInternalClassName
Returns the internal class name of this batch planner plan.- Returns:
- the internal class name of this batch planner plan
-
setInternalClassName
Sets the internal class name of this batch planner plan.- Parameters:
internalClassName- the internal class name of this batch planner plan
-
getName
Returns the name of this batch planner plan.- Returns:
- the name of this batch planner plan
-
setName
Sets the name of this batch planner plan.- Parameters:
name- the name of this batch planner plan
-
getSize
int getSize()Returns the size of this batch planner plan.- Returns:
- the size of this batch planner plan
-
setSize
void setSize(int size) Sets the size of this batch planner plan.- Parameters:
size- the size of this batch planner plan
-
getTaskItemDelegateName
Returns the task item delegate name of this batch planner plan.- Returns:
- the task item delegate name of this batch planner plan
-
setTaskItemDelegateName
Sets the task item delegate name of this batch planner plan.- Parameters:
taskItemDelegateName- the task item delegate name of this batch planner plan
-
getTotal
int getTotal()Returns the total of this batch planner plan.- Returns:
- the total of this batch planner plan
-
setTotal
void setTotal(int total) Sets the total of this batch planner plan.- Parameters:
total- the total of this batch planner plan
-
getTemplate
boolean getTemplate()Returns the template of this batch planner plan.- Returns:
- the template of this batch planner plan
-
isTemplate
boolean isTemplate()Returnstrueif this batch planner plan is template.- Returns:
trueif this batch planner plan is template;falseotherwise
-
setTemplate
void setTemplate(boolean template) Sets whether this batch planner plan is template.- Parameters:
template- the template of this batch planner plan
-
getStatus
int getStatus()Returns the status of this batch planner plan.- Returns:
- the status of this batch planner plan
-
setStatus
void setStatus(int status) Sets the status of this batch planner plan.- Parameters:
status- the status of this batch planner plan
-
cloneWithOriginalValues
BatchPlannerPlan cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<BatchPlannerPlan>
-
toXmlString
-