Liferay 6.1.2-ce-ga3

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.TicketBaseImpl
              extended by com.liferay.portal.model.impl.TicketImpl
All Implemented Interfaces:
AttachedModel, BaseModel<Ticket>, ClassedModel, PersistedModel, Ticket, TicketModel, Serializable, Cloneable, Comparable<Ticket>

public class TicketImpl
extends TicketBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.TicketModelImpl
COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, KEY_COLUMN_BITMASK, 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.TicketBaseImpl
persist
 
Methods inherited from class com.liferay.portal.model.impl.TicketModelImpl
clone, compareTo, equals, getClassName, getClassNameId, getClassPK, getColumnBitmask, getCompanyId, getCreateDate, getExpandoBridge, getExpirationDate, getExtraInfo, getKey, getModelAttributes, getModelClass, getModelClassName, getOriginalKey, getPrimaryKey, getPrimaryKeyObj, getTicketId, getType, hashCode, resetOriginalValues, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setExpirationDate, setExtraInfo, setKey, setModelAttributes, setPrimaryKey, setPrimaryKeyObj, setTicketId, setType, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, 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, getExtraInfo, getKey, getPrimaryKey, getPrimaryKeyObj, getTicketId, getType, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setExpirationDate, setExtraInfo, setKey, setNew, setPrimaryKey, setPrimaryKeyObj, setTicketId, setType, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 

Constructor Detail

TicketImpl

public TicketImpl()
Method Detail

isExpired

public boolean isExpired()

Liferay 6.1.2-ce-ga3