Package com.liferay.batch.planner.model
Class BatchPlannerPolicyWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<BatchPlannerPolicy>
com.liferay.batch.planner.model.BatchPlannerPolicyWrapper
- All Implemented Interfaces:
BatchPlannerPolicy,BatchPlannerPolicyModel,com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<BatchPlannerPolicy>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.ModelWrapper<BatchPlannerPolicy>,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,com.liferay.portal.kernel.model.ShardedModel,Serializable,Cloneable,Comparable<BatchPlannerPolicy>
public class BatchPlannerPolicyWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<BatchPlannerPolicy>
implements BatchPlannerPolicy, com.liferay.portal.kernel.model.ModelWrapper<BatchPlannerPolicy>
This class is a wrapper for BatchPlannerPolicy.
- 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.BatchPlannerPolicy
BATCH_PLANNER_POLICY_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the batch planner plan ID of this batch planner policy.longReturns the batch planner policy ID of this batch planner policy.longReturns the company ID of this batch planner policy.Returns the create date of this batch planner policy.Returns the modified date of this batch planner policy.longReturns the mvcc version of this batch planner policy.getName()Returns the name of this batch planner policy.longReturns the primary key of this batch planner policy.longReturns the user ID of this batch planner policy.Returns the user name of this batch planner policy.Returns the user uuid of this batch planner policy.getValue()Returns the value of this batch planner policy.voidpersist()voidsetBatchPlannerPlanId(long batchPlannerPlanId) Sets the batch planner plan ID of this batch planner policy.voidsetBatchPlannerPolicyId(long batchPlannerPolicyId) Sets the batch planner policy ID of this batch planner policy.voidsetCompanyId(long companyId) Sets the company ID of this batch planner policy.voidsetCreateDate(Date createDate) Sets the create date of this batch planner policy.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this batch planner policy.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this batch planner policy.voidSets the name of this batch planner policy.voidsetPrimaryKey(long primaryKey) Sets the primary key of this batch planner policy.voidsetUserId(long userId) Sets the user ID of this batch planner policy.voidsetUserName(String userName) Sets the user name of this batch planner policy.voidsetUserUuid(String userUuid) Sets the user uuid of this batch planner policy.voidSets the value of this batch planner policy.protected BatchPlannerPolicyWrapperwrap(BatchPlannerPolicy batchPlannerPolicy) 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
-
BatchPlannerPolicyWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<BatchPlannerPolicy>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<BatchPlannerPolicy>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<BatchPlannerPolicy>- Specified by:
cloneWithOriginalValuesin interfaceBatchPlannerPolicyModel
-
getBatchPlannerPlanId
public long getBatchPlannerPlanId()Returns the batch planner plan ID of this batch planner policy.- Specified by:
getBatchPlannerPlanIdin interfaceBatchPlannerPolicyModel- Returns:
- the batch planner plan ID of this batch planner policy
-
getBatchPlannerPolicyId
public long getBatchPlannerPolicyId()Returns the batch planner policy ID of this batch planner policy.- Specified by:
getBatchPlannerPolicyIdin interfaceBatchPlannerPolicyModel- Returns:
- the batch planner policy ID of this batch planner policy
-
getCompanyId
public long getCompanyId()Returns the company ID of this batch planner policy.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfaceBatchPlannerPolicyModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this batch planner policy
-
getCreateDate
Returns the create date of this batch planner policy.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfaceBatchPlannerPolicyModel- Returns:
- the create date of this batch planner policy
-
getModifiedDate
Returns the modified date of this batch planner policy.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein interfaceBatchPlannerPolicyModel- Returns:
- the modified date of this batch planner policy
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this batch planner policy.- Specified by:
getMvccVersionin interfaceBatchPlannerPolicyModel- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this batch planner policy
-
getName
Returns the name of this batch planner policy.- Specified by:
getNamein interfaceBatchPlannerPolicyModel- Returns:
- the name of this batch planner policy
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this batch planner policy.- Specified by:
getPrimaryKeyin interfaceBatchPlannerPolicyModel- Returns:
- the primary key of this batch planner policy
-
getUserId
public long getUserId()Returns the user ID of this batch planner policy.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserIdin interfaceBatchPlannerPolicyModel- Returns:
- the user ID of this batch planner policy
-
getUserName
Returns the user name of this batch planner policy.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserNamein interfaceBatchPlannerPolicyModel- Returns:
- the user name of this batch planner policy
-
getUserUuid
Returns the user uuid of this batch planner policy.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserUuidin interfaceBatchPlannerPolicyModel- Returns:
- the user uuid of this batch planner policy
-
getValue
Returns the value of this batch planner policy.- Specified by:
getValuein interfaceBatchPlannerPolicyModel- Returns:
- the value of this batch planner policy
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
setBatchPlannerPlanId
public void setBatchPlannerPlanId(long batchPlannerPlanId) Sets the batch planner plan ID of this batch planner policy.- Specified by:
setBatchPlannerPlanIdin interfaceBatchPlannerPolicyModel- Parameters:
batchPlannerPlanId- the batch planner plan ID of this batch planner policy
-
setBatchPlannerPolicyId
public void setBatchPlannerPolicyId(long batchPlannerPolicyId) Sets the batch planner policy ID of this batch planner policy.- Specified by:
setBatchPlannerPolicyIdin interfaceBatchPlannerPolicyModel- Parameters:
batchPlannerPolicyId- the batch planner policy ID of this batch planner policy
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this batch planner policy.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfaceBatchPlannerPolicyModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this batch planner policy
-
setCreateDate
Sets the create date of this batch planner policy.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein interfaceBatchPlannerPolicyModel- Parameters:
createDate- the create date of this batch planner policy
-
setModifiedDate
Sets the modified date of this batch planner policy.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein interfaceBatchPlannerPolicyModel- Parameters:
modifiedDate- the modified date of this batch planner policy
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this batch planner policy.- Specified by:
setMvccVersionin interfaceBatchPlannerPolicyModel- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this batch planner policy
-
setName
Sets the name of this batch planner policy.- Specified by:
setNamein interfaceBatchPlannerPolicyModel- Parameters:
name- the name of this batch planner policy
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this batch planner policy.- Specified by:
setPrimaryKeyin interfaceBatchPlannerPolicyModel- Parameters:
primaryKey- the primary key of this batch planner policy
-
setUserId
public void setUserId(long userId) Sets the user ID of this batch planner policy.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserIdin interfaceBatchPlannerPolicyModel- Parameters:
userId- the user ID of this batch planner policy
-
setUserName
Sets the user name of this batch planner policy.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserNamein interfaceBatchPlannerPolicyModel- Parameters:
userName- the user name of this batch planner policy
-
setUserUuid
Sets the user uuid of this batch planner policy.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserUuidin interfaceBatchPlannerPolicyModel- Parameters:
userUuid- the user uuid of this batch planner policy
-
setValue
Sets the value of this batch planner policy.- Specified by:
setValuein interfaceBatchPlannerPolicyModel- Parameters:
value- the value of this batch planner policy
-
toXmlString
- Specified by:
toXmlStringin interfaceBatchPlannerPolicyModel
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<BatchPlannerPolicy>
-