Liferay 6.1.2-ce-ga3

com.liferay.portal.model.impl
Class ListTypeCacheModel

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

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

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
 ListType toEntityModel()
           
 String toString()
           
 
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>

Liferay 6.1.2-ce-ga3