Liferay 6.1.2-ce-ga3

com.liferay.portal.model.impl
Class TicketCacheModel

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

public class TicketCacheModel
extends Object
implements CacheModel<Ticket>, Serializable

The cache model class for representing Ticket in entity cache.

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

Field Summary
 long classNameId
           
 long classPK
           
 long companyId
           
 long createDate
           
 long expirationDate
           
 String extraInfo
           
 String key
           
 long ticketId
           
 int type
           
 
Constructor Summary
TicketCacheModel()
           
 
Method Summary
 Ticket toEntityModel()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ticketId

public long ticketId

companyId

public long companyId

createDate

public long createDate

classNameId

public long classNameId

classPK

public long classPK

key

public String key

type

public int type

extraInfo

public String extraInfo

expirationDate

public long expirationDate
Constructor Detail

TicketCacheModel

public TicketCacheModel()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toEntityModel

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

Liferay 6.1.2-ce-ga3