com.liferay.portal.model.impl
Class ReleaseCacheModel

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

public class ReleaseCacheModel
extends java.lang.Object
implements com.liferay.portal.model.CacheModel<com.liferay.portal.model.Release>, java.io.Serializable

The cache model class for representing Release in entity cache.

Author:
Brian Wing Shun Chan
See Also:
Release, Serialized Form
Generated:

Field Summary
 long buildDate
           
 int buildNumber
           
 long createDate
           
 long modifiedDate
           
 long releaseId
           
 java.lang.String servletContextName
           
 java.lang.String testString
           
 boolean verified
           
 
Constructor Summary
ReleaseCacheModel()
           
 
Method Summary
 com.liferay.portal.model.Release toEntityModel()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

releaseId

public long releaseId

createDate

public long createDate

modifiedDate

public long modifiedDate

servletContextName

public java.lang.String servletContextName

buildNumber

public int buildNumber

buildDate

public long buildDate

verified

public boolean verified

testString

public java.lang.String testString
Constructor Detail

ReleaseCacheModel

public ReleaseCacheModel()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

toEntityModel

public com.liferay.portal.model.Release toEntityModel()
Specified by:
toEntityModel in interface com.liferay.portal.model.CacheModel<com.liferay.portal.model.Release>