Liferay 6.1.2-ce-ga3

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

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

public class DDLRecordVersionCacheModel
extends Object
implements CacheModel<DDLRecordVersion>, Serializable

The cache model class for representing DDLRecordVersion in entity cache.

See Also:
DDLRecordVersion, 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 recordId
           
 long recordSetId
           
 long recordVersionId
           
 int status
           
 long statusByUserId
           
 String statusByUserName
           
 long statusDate
           
 long userId
           
 String userName
           
 String version
           
 
Constructor Summary
DDLRecordVersionCacheModel()
           
 
Method Summary
 DDLRecordVersion toEntityModel()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

recordVersionId

public long recordVersionId

groupId

public long groupId

companyId

public long companyId

userId

public long userId

userName

public String userName

createDate

public long createDate

DDMStorageId

public long DDMStorageId

recordSetId

public long recordSetId

recordId

public long recordId

version

public String version

displayIndex

public int displayIndex

status

public int status

statusByUserId

public long statusByUserId

statusByUserName

public String statusByUserName

statusDate

public long statusDate
Constructor Detail

DDLRecordVersionCacheModel

public DDLRecordVersionCacheModel()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toEntityModel

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

Liferay 6.1.2-ce-ga3