public class BatchPlannerPlanWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<BatchPlannerPlan> implements BatchPlannerPlan, com.liferay.portal.kernel.model.ModelWrapper<BatchPlannerPlan>
This class is a wrapper for BatchPlannerPlan
.
BatchPlannerPlan
,
Serialized FormBATCH_PLANNER_PLAN_ID_ACCESSOR
Constructor and Description |
---|
BatchPlannerPlanWrapper(BatchPlannerPlan batchPlannerPlan) |
Modifier and Type | Method and Description |
---|---|
BatchPlannerPlan |
cloneWithOriginalValues() |
BatchPlannerPolicy |
fetchBatchPlannerPolicy(java.lang.String name) |
boolean |
getActive()
Returns the active of this batch planner plan.
|
java.util.List<BatchPlannerMapping> |
getBatchPlannerMappings() |
long |
getBatchPlannerPlanId()
Returns the batch planner plan ID of this batch planner plan.
|
java.util.List<BatchPlannerPolicy> |
getBatchPlannerPolicies() |
BatchPlannerPolicy |
getBatchPlannerPolicy(java.lang.String name) |
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.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
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 |
persist() |
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 |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
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.
|
java.lang.String |
toXmlString() |
protected BatchPlannerPlanWrapper |
wrap(BatchPlannerPlan batchPlannerPlan) |
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel
finalize, getClass, notify, notifyAll, wait, wait, wait
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
public BatchPlannerPlanWrapper(BatchPlannerPlan batchPlannerPlan)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<BatchPlannerPlan>
public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<BatchPlannerPlan>
public BatchPlannerPlan cloneWithOriginalValues()
cloneWithOriginalValues
in interface BatchPlannerPlanModel
cloneWithOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<BatchPlannerPlan>
public BatchPlannerPolicy fetchBatchPlannerPolicy(java.lang.String name)
fetchBatchPlannerPolicy
in interface BatchPlannerPlan
public boolean getActive()
getActive
in interface BatchPlannerPlanModel
public java.util.List<BatchPlannerMapping> getBatchPlannerMappings()
getBatchPlannerMappings
in interface BatchPlannerPlan
public long getBatchPlannerPlanId()
getBatchPlannerPlanId
in interface BatchPlannerPlanModel
public java.util.List<BatchPlannerPolicy> getBatchPlannerPolicies()
getBatchPlannerPolicies
in interface BatchPlannerPlan
public BatchPlannerPolicy getBatchPlannerPolicy(java.lang.String name) throws com.liferay.portal.kernel.exception.PortalException
getBatchPlannerPolicy
in interface BatchPlannerPlan
com.liferay.portal.kernel.exception.PortalException
public long getCompanyId()
getCompanyId
in interface BatchPlannerPlanModel
getCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
public java.util.Date getCreateDate()
getCreateDate
in interface BatchPlannerPlanModel
getCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
public boolean getExport()
getExport
in interface BatchPlannerPlanModel
public java.lang.String getExternalType()
getExternalType
in interface BatchPlannerPlanModel
public java.lang.String getExternalURL()
getExternalURL
in interface BatchPlannerPlanModel
public java.lang.String getInternalClassName()
getInternalClassName
in interface BatchPlannerPlanModel
public java.util.Date getModifiedDate()
getModifiedDate
in interface BatchPlannerPlanModel
getModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
public long getMvccVersion()
getMvccVersion
in interface BatchPlannerPlanModel
getMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
public java.lang.String getName()
getName
in interface BatchPlannerPlanModel
public long getPrimaryKey()
getPrimaryKey
in interface BatchPlannerPlanModel
public int getSize()
getSize
in interface BatchPlannerPlanModel
public int getStatus()
getStatus
in interface BatchPlannerPlanModel
public java.lang.String getTaskItemDelegateName()
getTaskItemDelegateName
in interface BatchPlannerPlanModel
public boolean getTemplate()
getTemplate
in interface BatchPlannerPlanModel
public int getTotal()
getTotal
in interface BatchPlannerPlanModel
public long getUserId()
getUserId
in interface BatchPlannerPlanModel
getUserId
in interface com.liferay.portal.kernel.model.AuditedModel
public java.lang.String getUserName()
getUserName
in interface BatchPlannerPlanModel
getUserName
in interface com.liferay.portal.kernel.model.AuditedModel
public java.lang.String getUserUuid()
getUserUuid
in interface BatchPlannerPlanModel
getUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
public boolean isActive()
true
if this batch planner plan is active.isActive
in interface BatchPlannerPlanModel
true
if this batch planner plan is active; false
otherwisepublic boolean isExport()
true
if this batch planner plan is export.isExport
in interface BatchPlannerPlanModel
true
if this batch planner plan is export; false
otherwisepublic boolean isTemplate()
true
if this batch planner plan is template.isTemplate
in interface BatchPlannerPlanModel
true
if this batch planner plan is template; false
otherwisepublic void persist()
persist
in interface com.liferay.portal.kernel.model.PersistedModel
public void setActive(boolean active)
setActive
in interface BatchPlannerPlanModel
active
- the active of this batch planner planpublic void setBatchPlannerPlanId(long batchPlannerPlanId)
setBatchPlannerPlanId
in interface BatchPlannerPlanModel
batchPlannerPlanId
- the batch planner plan ID of this batch planner planpublic void setCompanyId(long companyId)
setCompanyId
in interface BatchPlannerPlanModel
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 planpublic void setCreateDate(java.util.Date createDate)
setCreateDate
in interface BatchPlannerPlanModel
setCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
createDate
- the create date of this batch planner planpublic void setExport(boolean export)
setExport
in interface BatchPlannerPlanModel
export
- the export of this batch planner planpublic void setExternalType(java.lang.String externalType)
setExternalType
in interface BatchPlannerPlanModel
externalType
- the external type of this batch planner planpublic void setExternalURL(java.lang.String externalURL)
setExternalURL
in interface BatchPlannerPlanModel
externalURL
- the external url of this batch planner planpublic void setInternalClassName(java.lang.String internalClassName)
setInternalClassName
in interface BatchPlannerPlanModel
internalClassName
- the internal class name of this batch planner planpublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate
in interface BatchPlannerPlanModel
setModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
modifiedDate
- the modified date of this batch planner planpublic void setMvccVersion(long mvccVersion)
setMvccVersion
in interface BatchPlannerPlanModel
setMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
mvccVersion
- the mvcc version of this batch planner planpublic void setName(java.lang.String name)
setName
in interface BatchPlannerPlanModel
name
- the name of this batch planner planpublic void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface BatchPlannerPlanModel
primaryKey
- the primary key of this batch planner planpublic void setSize(int size)
setSize
in interface BatchPlannerPlanModel
size
- the size of this batch planner planpublic void setStatus(int status)
setStatus
in interface BatchPlannerPlanModel
status
- the status of this batch planner planpublic void setTaskItemDelegateName(java.lang.String taskItemDelegateName)
setTaskItemDelegateName
in interface BatchPlannerPlanModel
taskItemDelegateName
- the task item delegate name of this batch planner planpublic void setTemplate(boolean template)
setTemplate
in interface BatchPlannerPlanModel
template
- the template of this batch planner planpublic void setTotal(int total)
setTotal
in interface BatchPlannerPlanModel
total
- the total of this batch planner planpublic void setUserId(long userId)
setUserId
in interface BatchPlannerPlanModel
setUserId
in interface com.liferay.portal.kernel.model.AuditedModel
userId
- the user ID of this batch planner planpublic void setUserName(java.lang.String userName)
setUserName
in interface BatchPlannerPlanModel
setUserName
in interface com.liferay.portal.kernel.model.AuditedModel
userName
- the user name of this batch planner planpublic void setUserUuid(java.lang.String userUuid)
setUserUuid
in interface BatchPlannerPlanModel
setUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
userUuid
- the user uuid of this batch planner planpublic java.lang.String toXmlString()
toXmlString
in interface BatchPlannerPlanModel
protected BatchPlannerPlanWrapper wrap(BatchPlannerPlan batchPlannerPlan)
wrap
in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<BatchPlannerPlan>