Liferay 7.0-ga1 portal-impl

com.liferay.portlet.expando.model.impl
Class ExpandoRowCacheModel

java.lang.Object
  extended by com.liferay.portlet.expando.model.impl.ExpandoRowCacheModel
All Implemented Interfaces:
com.liferay.portal.kernel.model.CacheModel<com.liferay.expando.kernel.model.ExpandoRow>, Externalizable, Serializable

@ProviderType
public class ExpandoRowCacheModel
extends Object
implements com.liferay.portal.kernel.model.CacheModel<com.liferay.expando.kernel.model.ExpandoRow>, Externalizable

The cache model class for representing ExpandoRow in entity cache.

See Also:
ExpandoRow, Serialized Form
{$generated.description}

Field Summary
 long classPK
           
 long companyId
           
 long modifiedDate
           
 long rowId
           
 long tableId
           
 
Constructor Summary
ExpandoRowCacheModel()
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 void readExternal(ObjectInput objectInput)
           
 com.liferay.expando.kernel.model.ExpandoRow toEntityModel()
           
 String toString()
           
 void writeExternal(ObjectOutput objectOutput)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

rowId

public long rowId

companyId

public long companyId

modifiedDate

public long modifiedDate

tableId

public long tableId

classPK

public long classPK
Constructor Detail

ExpandoRowCacheModel

public ExpandoRowCacheModel()
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

toEntityModel

public com.liferay.expando.kernel.model.ExpandoRow toEntityModel()
Specified by:
toEntityModel in interface com.liferay.portal.kernel.model.CacheModel<com.liferay.expando.kernel.model.ExpandoRow>

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 7.0-ga1 portal-impl