com.liferay.portal.model.impl
Class TicketCacheModel
java.lang.Object
com.liferay.portal.model.impl.TicketCacheModel
- All Implemented Interfaces:
- com.liferay.portal.model.CacheModel<com.liferay.portal.model.Ticket>, java.io.Serializable
public class TicketCacheModel
- extends java.lang.Object
- implements com.liferay.portal.model.CacheModel<com.liferay.portal.model.Ticket>, java.io.Serializable
The cache model class for representing Ticket in entity cache.
- Author:
- Brian Wing Shun Chan
- See Also:
Ticket,
Serialized Form- Generated:
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ticketId
public long ticketId
companyId
public long companyId
createDate
public long createDate
classNameId
public long classNameId
classPK
public long classPK
key
public java.lang.String key
type
public int type
extraInfo
public java.lang.String extraInfo
expirationDate
public long expirationDate
TicketCacheModel
public TicketCacheModel()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
toEntityModel
public com.liferay.portal.model.Ticket toEntityModel()
- Specified by:
toEntityModel in interface com.liferay.portal.model.CacheModel<com.liferay.portal.model.Ticket>