com.liferay.portal.model.impl
Class BackgroundTaskCacheModel
java.lang.Object
com.liferay.portal.model.impl.BackgroundTaskCacheModel
- All Implemented Interfaces:
- CacheModel<BackgroundTask>, MVCCModel, Externalizable, Serializable
@ProviderType
public class BackgroundTaskCacheModel
- extends Object
- implements CacheModel<BackgroundTask>, Externalizable, MVCCModel
The cache model class for representing BackgroundTask in entity cache.
- See Also:
BackgroundTask,
Serialized Form- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
mvccVersion
public long mvccVersion
backgroundTaskId
public long backgroundTaskId
groupId
public long groupId
companyId
public long companyId
userId
public long userId
userName
public String userName
createDate
public long createDate
modifiedDate
public long modifiedDate
name
public String name
servletContextNames
public String servletContextNames
taskExecutorClassName
public String taskExecutorClassName
taskContextMap
public Map<String,Serializable> taskContextMap
completed
public boolean completed
completionDate
public long completionDate
status
public int status
statusMessage
public String statusMessage
BackgroundTaskCacheModel
public BackgroundTaskCacheModel()
getMvccVersion
public long getMvccVersion()
- Specified by:
getMvccVersion in interface MVCCModel
setMvccVersion
public void setMvccVersion(long mvccVersion)
- Specified by:
setMvccVersion in interface MVCCModel
toString
public String toString()
- Overrides:
toString in class Object
toEntityModel
public BackgroundTask toEntityModel()
- Specified by:
toEntityModel in interface CacheModel<BackgroundTask>
readExternal
public void readExternal(ObjectInput objectInput)
throws ClassNotFoundException,
IOException
- Specified by:
readExternal in interface Externalizable
- Throws:
ClassNotFoundException
IOException
writeExternal
public void writeExternal(ObjectOutput objectOutput)
throws IOException
- Specified by:
writeExternal in interface Externalizable
- Throws:
IOException