Liferay 6.1.2-ce-ga3

com.liferay.portlet.softwarecatalog.model.impl
Class SCFrameworkVersionCacheModel

java.lang.Object
  extended by com.liferay.portlet.softwarecatalog.model.impl.SCFrameworkVersionCacheModel
All Implemented Interfaces:
CacheModel<SCFrameworkVersion>, Serializable

public class SCFrameworkVersionCacheModel
extends Object
implements CacheModel<SCFrameworkVersion>, Serializable

The cache model class for representing SCFrameworkVersion in entity cache.

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

Field Summary
 boolean active
           
 long companyId
           
 long createDate
           
 long frameworkVersionId
           
 long groupId
           
 long modifiedDate
           
 String name
           
 int priority
           
 String url
           
 long userId
           
 String userName
           
 
Constructor Summary
SCFrameworkVersionCacheModel()
           
 
Method Summary
 SCFrameworkVersion toEntityModel()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

frameworkVersionId

public long frameworkVersionId

groupId

public long groupId

companyId

public long companyId

userId

public long userId

userName

public String userName

createDate

public long createDate

modifiedDate

public long modifiedDate

name

public String name

url

public String url

active

public boolean active

priority

public int priority
Constructor Detail

SCFrameworkVersionCacheModel

public SCFrameworkVersionCacheModel()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toEntityModel

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

Liferay 6.1.2-ce-ga3