Liferay 6.0.5

com.liferay.portal.model.impl
Class TicketImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<Ticket>
      extended by com.liferay.portal.model.impl.TicketModelImpl
          extended by com.liferay.portal.model.impl.TicketImpl
All Implemented Interfaces:
BaseModel<Ticket>, Ticket, TicketModel, Serializable, Cloneable, Comparable<Ticket>

public class TicketImpl
extends TicketModelImpl
implements Ticket

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.TicketModelImpl
DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
TicketImpl()
           
 
Method Summary
 boolean isExpired()
           
 
Methods inherited from class com.liferay.portal.model.impl.TicketModelImpl
clone, compareTo, equals, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getExpandoBridge, getExpirationDate, getKey, getOriginalKey, getPrimaryKey, getPrimaryKeyObj, getTicketId, hashCode, setClassNameId, setClassPK, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setExpirationDate, setKey, setPrimaryKey, setTicketId, toEscapedModel, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.model.TicketModel
clone, compareTo, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getExpandoBridge, getExpirationDate, getKey, getPrimaryKey, getPrimaryKeyObj, getTicketId, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setClassNameId, setClassPK, setCompanyId, setCreateDate, setEscapedModel, setExpandoBridgeAttributes, setExpirationDate, setKey, setNew, setPrimaryKey, setTicketId, toEscapedModel, toString, toXmlString
 

Constructor Detail

TicketImpl

public TicketImpl()
Method Detail

isExpired

public boolean isExpired()
Specified by:
isExpired in interface Ticket

Liferay 6.0.5