Liferay 6.2-ce-ga5

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

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

public class TrashEntryCacheModel
extends Object
implements CacheModel<TrashEntry>, Externalizable

The cache model class for representing TrashEntry in entity cache.

See Also:
TrashEntry, 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 companyId
           
 long createDate
           
 long entryId
           
 long groupId
           
 int status
           
 long systemEventSetKey
           
 String typeSettings
           
 long userId
           
 String userName
           
 
Constructor Summary
TrashEntryCacheModel()
           
 
Method Summary
 void readExternal(ObjectInput objectInput)
           
 TrashEntry 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

entryId

public long entryId

groupId

public long groupId

companyId

public long companyId

userId

public long userId

userName

public String userName

createDate

public long createDate

classNameId

public long classNameId

classPK

public long classPK

systemEventSetKey

public long systemEventSetKey

typeSettings

public String typeSettings

status

public int status
Constructor Detail

TrashEntryCacheModel

public TrashEntryCacheModel()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toEntityModel

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

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