Package com.liferay.batch.planner.model
Interface BatchPlannerPolicyModel
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<BatchPlannerPolicy>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<BatchPlannerPolicy>,com.liferay.portal.kernel.model.MVCCModel,Serializable,com.liferay.portal.kernel.model.ShardedModel
- All Known Subinterfaces:
BatchPlannerPolicy
- All Known Implementing Classes:
BatchPlannerPolicyWrapper
@ProviderType
public interface BatchPlannerPolicyModel
extends com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<BatchPlannerPolicy>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
The base model interface for the BatchPlannerPolicy service. Represents a row in the "BatchPlannerPolicy" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation com.liferay.batch.planner.model.impl.BatchPlannerPolicyModelImpl 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.BatchPlannerPolicyImpl.
- See Also:
- Generated:
-
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.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.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.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 policy.- Returns:
- the primary key of this batch planner policy
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this batch planner policy.- Parameters:
primaryKey- the primary key of this batch planner policy
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this batch planner policy.- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this batch planner policy
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this batch planner policy.- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this batch planner policy
-
getBatchPlannerPolicyId
long getBatchPlannerPolicyId()Returns the batch planner policy ID of this batch planner policy.- Returns:
- the batch planner policy ID of this batch planner policy
-
setBatchPlannerPolicyId
void setBatchPlannerPolicyId(long batchPlannerPolicyId) Sets the batch planner policy ID of this batch planner policy.- Parameters:
batchPlannerPolicyId- the batch planner policy ID of this batch planner policy
-
getCompanyId
long getCompanyId()Returns the company ID of this batch planner policy.- 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 policy
-
setCompanyId
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 interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this batch planner policy
-
getUserId
long getUserId()Returns the user ID of this batch planner policy.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user ID of this batch planner policy
-
setUserId
void setUserId(long userId) Sets the user ID of this batch planner policy.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userId- the user ID of this batch planner policy
-
getUserUuid
String getUserUuid()Returns the user uuid of this batch planner policy.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user uuid of this batch planner policy
-
setUserUuid
Sets the user uuid of this batch planner policy.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userUuid- the user uuid of this batch planner policy
-
getUserName
Returns the user name of this batch planner policy.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user name of this batch planner policy
-
setUserName
Sets the user name of this batch planner policy.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userName- the user name of this batch planner policy
-
getCreateDate
Date getCreateDate()Returns the create date of this batch planner policy.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the create date of this batch planner policy
-
setCreateDate
Sets the create date of this batch planner policy.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
createDate- the create date of this batch planner policy
-
getModifiedDate
Date getModifiedDate()Returns the modified date of this batch planner policy.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the modified 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- Parameters:
modifiedDate- the modified date of this batch planner policy
-
getBatchPlannerPlanId
long getBatchPlannerPlanId()Returns the batch planner plan ID of this batch planner policy.- Returns:
- the batch planner plan ID of this batch planner policy
-
setBatchPlannerPlanId
void setBatchPlannerPlanId(long batchPlannerPlanId) Sets the batch planner plan ID of this batch planner policy.- Parameters:
batchPlannerPlanId- the batch planner plan ID of this batch planner policy
-
getName
Returns the name of this batch planner policy.- Returns:
- the name of this batch planner policy
-
setName
Sets the name of this batch planner policy.- Parameters:
name- the name of this batch planner policy
-
getValue
Returns the value of this batch planner policy.- Returns:
- the value of this batch planner policy
-
setValue
Sets the value of this batch planner policy.- Parameters:
value- the value of this batch planner policy
-
cloneWithOriginalValues
BatchPlannerPolicy cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<BatchPlannerPolicy>
-
toXmlString
-