com.liferay.portal.model.impl
Class ReleaseCacheModel
java.lang.Object
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:
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
ReleaseCacheModel
public ReleaseCacheModel()
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>