Interface KaleoInstanceModel
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<KaleoInstance>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<KaleoInstance>,com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoInstance>,com.liferay.portal.kernel.model.GroupedModel,com.liferay.portal.kernel.model.MVCCModel,Serializable,com.liferay.portal.kernel.model.ShardedModel
- All Known Subinterfaces:
KaleoInstance
- All Known Implementing Classes:
KaleoInstanceWrapper
@ProviderType
public interface KaleoInstanceModel
extends com.liferay.portal.kernel.model.BaseModel<KaleoInstance>, com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoInstance>, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
The base model interface for the KaleoInstance service. Represents a row in the "KaleoInstance" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation com.liferay.portal.workflow.kaleo.model.impl.KaleoInstanceModelImpl 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.portal.workflow.kaleo.model.impl.KaleoInstanceImpl.
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the active of this kaleo instance.Returns the class name of this kaleo instance.longReturns the class pk of this kaleo instance.longReturns the company ID of this kaleo instance.booleanReturns the completed of this kaleo instance.Returns the completion date of this kaleo instance.Returns the create date of this kaleo instance.longReturns the ct collection ID of this kaleo instance.longReturns the group ID of this kaleo instance.longReturns the kaleo definition ID of this kaleo instance.Returns the kaleo definition name of this kaleo instance.intReturns the kaleo definition version of this kaleo instance.longReturns the kaleo definition version ID of this kaleo instance.longReturns the kaleo instance ID of this kaleo instance.Returns the modified date of this kaleo instance.longReturns the mvcc version of this kaleo instance.longReturns the primary key of this kaleo instance.longReturns the root kaleo instance token ID of this kaleo instance.longReturns the user ID of this kaleo instance.Returns the user name of this kaleo instance.Returns the user uuid of this kaleo instance.Returns the workflow context of this kaleo instance.booleanisActive()Returnstrueif this kaleo instance is active.booleanReturnstrueif this kaleo instance is completed.voidsetActive(boolean active) Sets whether this kaleo instance is active.voidsetClassName(String className) Sets the class name of this kaleo instance.voidsetClassPK(long classPK) Sets the class pk of this kaleo instance.voidsetCompanyId(long companyId) Sets the company ID of this kaleo instance.voidsetCompleted(boolean completed) Sets whether this kaleo instance is completed.voidsetCompletionDate(Date completionDate) Sets the completion date of this kaleo instance.voidsetCreateDate(Date createDate) Sets the create date of this kaleo instance.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this kaleo instance.voidsetGroupId(long groupId) Sets the group ID of this kaleo instance.voidsetKaleoDefinitionId(long kaleoDefinitionId) Sets the kaleo definition ID of this kaleo instance.voidsetKaleoDefinitionName(String kaleoDefinitionName) Sets the kaleo definition name of this kaleo instance.voidsetKaleoDefinitionVersion(int kaleoDefinitionVersion) Sets the kaleo definition version of this kaleo instance.voidsetKaleoDefinitionVersionId(long kaleoDefinitionVersionId) Sets the kaleo definition version ID of this kaleo instance.voidsetKaleoInstanceId(long kaleoInstanceId) Sets the kaleo instance ID of this kaleo instance.voidsetModifiedDate(Date modifiedDate) Sets the modified date of this kaleo instance.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this kaleo instance.voidsetPrimaryKey(long primaryKey) Sets the primary key of this kaleo instance.voidsetRootKaleoInstanceTokenId(long rootKaleoInstanceTokenId) Sets the root kaleo instance token ID of this kaleo instance.voidsetUserId(long userId) Sets the user ID of this kaleo instance.voidsetUserName(String userName) Sets the user name of this kaleo instance.voidsetUserUuid(String userUuid) Sets the user uuid of this kaleo instance.voidsetWorkflowContext(String workflowContext) Sets the workflow context of this kaleo instance.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 kaleo instance.- Specified by:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoInstance>- Returns:
- the primary key of this kaleo instance
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this kaleo instance.- Specified by:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoInstance>- Parameters:
primaryKey- the primary key of this kaleo instance
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this kaleo instance.- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this kaleo instance
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this kaleo instance.- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this kaleo instance
-
getCtCollectionId
long getCtCollectionId()Returns the ct collection ID of this kaleo instance.- Specified by:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoInstance>- Returns:
- the ct collection ID of this kaleo instance
-
setCtCollectionId
void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this kaleo instance.- Specified by:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoInstance>- Parameters:
ctCollectionId- the ct collection ID of this kaleo instance
-
getKaleoInstanceId
long getKaleoInstanceId()Returns the kaleo instance ID of this kaleo instance.- Returns:
- the kaleo instance ID of this kaleo instance
-
setKaleoInstanceId
void setKaleoInstanceId(long kaleoInstanceId) Sets the kaleo instance ID of this kaleo instance.- Parameters:
kaleoInstanceId- the kaleo instance ID of this kaleo instance
-
getGroupId
long getGroupId()Returns the group ID of this kaleo instance.- Specified by:
getGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Returns:
- the group ID of this kaleo instance
-
setGroupId
void setGroupId(long groupId) Sets the group ID of this kaleo instance.- Specified by:
setGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Parameters:
groupId- the group ID of this kaleo instance
-
getCompanyId
long getCompanyId()Returns the company ID of this kaleo instance.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this kaleo instance
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this kaleo instance.- 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 kaleo instance
-
getUserId
long getUserId()Returns the user ID of this kaleo instance.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user ID of this kaleo instance
-
setUserId
void setUserId(long userId) Sets the user ID of this kaleo instance.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userId- the user ID of this kaleo instance
-
getUserUuid
String getUserUuid()Returns the user uuid of this kaleo instance.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user uuid of this kaleo instance
-
setUserUuid
Sets the user uuid of this kaleo instance.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userUuid- the user uuid of this kaleo instance
-
getUserName
Returns the user name of this kaleo instance.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user name of this kaleo instance
-
setUserName
Sets the user name of this kaleo instance.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userName- the user name of this kaleo instance
-
getCreateDate
Date getCreateDate()Returns the create date of this kaleo instance.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the create date of this kaleo instance
-
setCreateDate
Sets the create date of this kaleo instance.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
createDate- the create date of this kaleo instance
-
getModifiedDate
Date getModifiedDate()Returns the modified date of this kaleo instance.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the modified date of this kaleo instance
-
setModifiedDate
Sets the modified date of this kaleo instance.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
modifiedDate- the modified date of this kaleo instance
-
getKaleoDefinitionId
long getKaleoDefinitionId()Returns the kaleo definition ID of this kaleo instance.- Returns:
- the kaleo definition ID of this kaleo instance
-
setKaleoDefinitionId
void setKaleoDefinitionId(long kaleoDefinitionId) Sets the kaleo definition ID of this kaleo instance.- Parameters:
kaleoDefinitionId- the kaleo definition ID of this kaleo instance
-
getKaleoDefinitionVersionId
long getKaleoDefinitionVersionId()Returns the kaleo definition version ID of this kaleo instance.- Returns:
- the kaleo definition version ID of this kaleo instance
-
setKaleoDefinitionVersionId
void setKaleoDefinitionVersionId(long kaleoDefinitionVersionId) Sets the kaleo definition version ID of this kaleo instance.- Parameters:
kaleoDefinitionVersionId- the kaleo definition version ID of this kaleo instance
-
getKaleoDefinitionName
Returns the kaleo definition name of this kaleo instance.- Returns:
- the kaleo definition name of this kaleo instance
-
setKaleoDefinitionName
Sets the kaleo definition name of this kaleo instance.- Parameters:
kaleoDefinitionName- the kaleo definition name of this kaleo instance
-
getKaleoDefinitionVersion
int getKaleoDefinitionVersion()Returns the kaleo definition version of this kaleo instance.- Returns:
- the kaleo definition version of this kaleo instance
-
setKaleoDefinitionVersion
void setKaleoDefinitionVersion(int kaleoDefinitionVersion) Sets the kaleo definition version of this kaleo instance.- Parameters:
kaleoDefinitionVersion- the kaleo definition version of this kaleo instance
-
getRootKaleoInstanceTokenId
long getRootKaleoInstanceTokenId()Returns the root kaleo instance token ID of this kaleo instance.- Returns:
- the root kaleo instance token ID of this kaleo instance
-
setRootKaleoInstanceTokenId
void setRootKaleoInstanceTokenId(long rootKaleoInstanceTokenId) Sets the root kaleo instance token ID of this kaleo instance.- Parameters:
rootKaleoInstanceTokenId- the root kaleo instance token ID of this kaleo instance
-
getActive
boolean getActive()Returns the active of this kaleo instance.- Returns:
- the active of this kaleo instance
-
isActive
boolean isActive()Returnstrueif this kaleo instance is active.- Returns:
trueif this kaleo instance is active;falseotherwise
-
setActive
void setActive(boolean active) Sets whether this kaleo instance is active.- Parameters:
active- the active of this kaleo instance
-
getClassName
Returns the class name of this kaleo instance.- Returns:
- the class name of this kaleo instance
-
setClassName
Sets the class name of this kaleo instance.- Parameters:
className- the class name of this kaleo instance
-
getClassPK
long getClassPK()Returns the class pk of this kaleo instance.- Returns:
- the class pk of this kaleo instance
-
setClassPK
void setClassPK(long classPK) Sets the class pk of this kaleo instance.- Parameters:
classPK- the class pk of this kaleo instance
-
getCompleted
boolean getCompleted()Returns the completed of this kaleo instance.- Returns:
- the completed of this kaleo instance
-
isCompleted
boolean isCompleted()Returnstrueif this kaleo instance is completed.- Returns:
trueif this kaleo instance is completed;falseotherwise
-
setCompleted
void setCompleted(boolean completed) Sets whether this kaleo instance is completed.- Parameters:
completed- the completed of this kaleo instance
-
getCompletionDate
Date getCompletionDate()Returns the completion date of this kaleo instance.- Returns:
- the completion date of this kaleo instance
-
setCompletionDate
Sets the completion date of this kaleo instance.- Parameters:
completionDate- the completion date of this kaleo instance
-
getWorkflowContext
Returns the workflow context of this kaleo instance.- Returns:
- the workflow context of this kaleo instance
-
setWorkflowContext
Sets the workflow context of this kaleo instance.- Parameters:
workflowContext- the workflow context of this kaleo instance
-
cloneWithOriginalValues
KaleoInstance cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoInstance>
-
toXmlString
-