@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
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.
BatchPlannerPlan| Modifier and Type | Method and Description |
|---|---|
BatchPlannerPlan |
cloneWithOriginalValues() |
boolean |
getActive()
Returns the active of this batch planner plan.
|
long |
getBatchPlannerPlanId()
Returns the batch planner plan ID of this batch planner plan.
|
long |
getCompanyId()
Returns the company ID of this batch planner plan.
|
java.util.Date |
getCreateDate()
Returns the create date of this batch planner plan.
|
boolean |
getExport()
Returns the export of this batch planner plan.
|
java.lang.String |
getExternalType()
Returns the external type of this batch planner plan.
|
java.lang.String |
getExternalURL()
Returns the external url of this batch planner plan.
|
java.lang.String |
getInternalClassName()
Returns the internal class name of this batch planner plan.
|
java.util.Date |
getModifiedDate()
Returns the modified date of this batch planner plan.
|
long |
getMvccVersion()
Returns the mvcc version of this batch planner plan.
|
java.lang.String |
getName()
Returns the name of this batch planner plan.
|
long |
getPrimaryKey()
Returns the primary key of this batch planner plan.
|
int |
getSize()
Returns the size of this batch planner plan.
|
int |
getStatus()
Returns the status of this batch planner plan.
|
java.lang.String |
getTaskItemDelegateName()
Returns the task item delegate name of this batch planner plan.
|
boolean |
getTemplate()
Returns the template of this batch planner plan.
|
int |
getTotal()
Returns the total of this batch planner plan.
|
long |
getUserId()
Returns the user ID of this batch planner plan.
|
java.lang.String |
getUserName()
Returns the user name of this batch planner plan.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this batch planner plan.
|
boolean |
isActive()
Returns
true if this batch planner plan is active. |
boolean |
isExport()
Returns
true if this batch planner plan is export. |
boolean |
isTemplate()
Returns
true if this batch planner plan is template. |
void |
setActive(boolean active)
Sets whether this batch planner plan is active.
|
void |
setBatchPlannerPlanId(long batchPlannerPlanId)
Sets the batch planner plan ID of this batch planner plan.
|
void |
setCompanyId(long companyId)
Sets the company ID of this batch planner plan.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this batch planner plan.
|
void |
setExport(boolean export)
Sets whether this batch planner plan is export.
|
void |
setExternalType(java.lang.String externalType)
Sets the external type of this batch planner plan.
|
void |
setExternalURL(java.lang.String externalURL)
Sets the external url of this batch planner plan.
|
void |
setInternalClassName(java.lang.String internalClassName)
Sets the internal class name of this batch planner plan.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this batch planner plan.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this batch planner plan.
|
void |
setName(java.lang.String name)
Sets the name of this batch planner plan.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this batch planner plan.
|
void |
setSize(int size)
Sets the size of this batch planner plan.
|
void |
setStatus(int status)
Sets the status of this batch planner plan.
|
void |
setTaskItemDelegateName(java.lang.String taskItemDelegateName)
Sets the task item delegate name of this batch planner plan.
|
void |
setTemplate(boolean template)
Sets whether this batch planner plan is template.
|
void |
setTotal(int total)
Sets the total of this batch planner plan.
|
void |
setUserId(long userId)
Sets the user ID of this batch planner plan.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this batch planner plan.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this batch planner plan.
|
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 planner planlong 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 planner planlong getBatchPlannerPlanId()
void setBatchPlannerPlanId(long batchPlannerPlanId)
batchPlannerPlanId - the batch planner plan ID of this batch planner planlong getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this batch planner planlong getUserId()
getUserId in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserId(long userId)
setUserId in interface com.liferay.portal.kernel.model.AuditedModeluserId - the user ID of this batch planner planjava.lang.String getUserUuid()
getUserUuid in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserUuid(java.lang.String userUuid)
setUserUuid in interface com.liferay.portal.kernel.model.AuditedModeluserUuid - the user uuid of this batch planner plan@AutoEscape java.lang.String getUserName()
getUserName in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserName(java.lang.String userName)
setUserName in interface com.liferay.portal.kernel.model.AuditedModeluserName - the user name of this batch planner planjava.util.Date getCreateDate()
getCreateDate in interface com.liferay.portal.kernel.model.AuditedModelvoid setCreateDate(java.util.Date createDate)
setCreateDate in interface com.liferay.portal.kernel.model.AuditedModelcreateDate - the create date of this batch planner planjava.util.Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelvoid setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelmodifiedDate - the modified date of this batch planner planboolean getActive()
boolean isActive()
true if this batch planner plan is active.true if this batch planner plan is active; false otherwisevoid setActive(boolean active)
active - the active of this batch planner planboolean getExport()
boolean isExport()
true if this batch planner plan is export.true if this batch planner plan is export; false otherwisevoid setExport(boolean export)
export - the export of this batch planner plan@AutoEscape java.lang.String getExternalType()
void setExternalType(java.lang.String externalType)
externalType - the external type of this batch planner plan@AutoEscape java.lang.String getExternalURL()
void setExternalURL(java.lang.String externalURL)
externalURL - the external url of this batch planner plan@AutoEscape java.lang.String getInternalClassName()
void setInternalClassName(java.lang.String internalClassName)
internalClassName - the internal class name of this batch planner plan@AutoEscape java.lang.String getName()
void setName(java.lang.String name)
name - the name of this batch planner planint getSize()
void setSize(int size)
size - the size of this batch planner plan@AutoEscape java.lang.String getTaskItemDelegateName()
void setTaskItemDelegateName(java.lang.String taskItemDelegateName)
taskItemDelegateName - the task item delegate name of this batch planner planint getTotal()
void setTotal(int total)
total - the total of this batch planner planboolean getTemplate()
boolean isTemplate()
true if this batch planner plan is template.true if this batch planner plan is template; false otherwisevoid setTemplate(boolean template)
template - the template of this batch planner planint getStatus()
void setStatus(int status)
status - the status of this batch planner planBatchPlannerPlan cloneWithOriginalValues()
cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<BatchPlannerPlan>