Liferay 6.2-ce-ga5

com.liferay.portlet.trash.model.impl
Class TrashVersionCacheModel

java.lang.Object
  extended by com.liferay.portlet.trash.model.impl.TrashVersionCacheModel
All Implemented Interfaces:
CacheModel<TrashVersion>, Externalizable, Serializable

public class TrashVersionCacheModel
extends Object
implements CacheModel<TrashVersion>, Externalizable

The cache model class for representing TrashVersion in entity cache.

See Also:
TrashVersion, Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
 long classNameId
           
 long classPK
           
 long entryId
           
 int status
           
 String typeSettings
           
 long versionId
           
 
Constructor Summary
TrashVersionCacheModel()
           
 
Method Summary
 void readExternal(ObjectInput objectInput)
           
 TrashVersion 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

versionId

public long versionId

entryId

public long entryId

classNameId

public long classNameId

classPK

public long classPK

typeSettings

public String typeSettings

status

public int status
Constructor Detail

TrashVersionCacheModel

public TrashVersionCacheModel()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toEntityModel

public TrashVersion toEntityModel()
Specified by:
toEntityModel in interface CacheModel<TrashVersion>

readExternal

public void readExternal(ObjectInput objectInput)
                  throws IOException
Specified by:
readExternal in interface Externalizable
Throws:
IOException

writeExternal

public void writeExternal(ObjectOutput objectOutput)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Throws:
IOException

Liferay 6.2-ce-ga5