Liferay 6.2-ce-ga5

com.liferay.portal.model.impl
Class ListTypeCacheModel

java.lang.Object
  extended by com.liferay.portal.model.impl.ListTypeCacheModel
All Implemented Interfaces:
CacheModel<ListType>, Externalizable, Serializable

public class ListTypeCacheModel
extends Object
implements CacheModel<ListType>, Externalizable

The cache model class for representing ListType in entity cache.

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

Field Summary
 int listTypeId
           
 String name
           
 String type
           
 
Constructor Summary
ListTypeCacheModel()
           
 
Method Summary
 void readExternal(ObjectInput objectInput)
           
 ListType 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

listTypeId

public int listTypeId

name

public String name

type

public String type
Constructor Detail

ListTypeCacheModel

public ListTypeCacheModel()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toEntityModel

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

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