Liferay 7.0-ce-m3

com.liferay.portal.model.impl
Class BackgroundTaskCacheModel

java.lang.Object
  extended by 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.

Field Summary
 long backgroundTaskId
           
 long companyId
           
 boolean completed
           
 long completionDate
           
 long createDate
           
 long groupId
           
 long modifiedDate
           
 long mvccVersion
           
 String name
           
 String servletContextNames
           
 int status
           
 String statusMessage
           
 Map<String,Serializable> taskContextMap
           
 String taskExecutorClassName
           
 long userId
           
 String userName
           
 
Constructor Summary
BackgroundTaskCacheModel()
           
 
Method Summary
 long getMvccVersion()
           
 void readExternal(ObjectInput objectInput)
           
 void setMvccVersion(long mvccVersion)
           
 BackgroundTask toEntityModel()
           
 String toString()
           
 void writeExternal(ObjectOutput objectOutput)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

BackgroundTaskCacheModel

public BackgroundTaskCacheModel()
Method Detail

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

Liferay 7.0-ce-m3