Liferay 6.1.2-ce-ga3

com.liferay.portlet.dynamicdatalists.model.impl
Class DDLRecordCacheModel

java.lang.Object
  extended by com.liferay.portlet.dynamicdatalists.model.impl.DDLRecordCacheModel
All Implemented Interfaces:
CacheModel<DDLRecord>, Serializable

public class DDLRecordCacheModel
extends Object
implements CacheModel<DDLRecord>, Serializable

The cache model class for representing DDLRecord in entity cache.

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

Field Summary
 long companyId
           
 long createDate
           
 long DDMStorageId
           
 int displayIndex
           
 long groupId
           
 long modifiedDate
           
 long recordId
           
 long recordSetId
           
 long userId
           
 String userName
           
 String uuid
           
 String version
           
 long versionUserId
           
 String versionUserName
           
 
Constructor Summary
DDLRecordCacheModel()
           
 
Method Summary
 DDLRecord toEntityModel()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

uuid

public String uuid

recordId

public long recordId

groupId

public long groupId

companyId

public long companyId

userId

public long userId

userName

public String userName

versionUserId

public long versionUserId

versionUserName

public String versionUserName

createDate

public long createDate

modifiedDate

public long modifiedDate

DDMStorageId

public long DDMStorageId

recordSetId

public long recordSetId

version

public String version

displayIndex

public int displayIndex
Constructor Detail

DDLRecordCacheModel

public DDLRecordCacheModel()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toEntityModel

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

Liferay 6.1.2-ce-ga3