Liferay 7.0-ce-b4

com.liferay.portal.model
Interface Ticket

All Superinterfaces:
AttachedModel, BaseModel<Ticket>, ClassedModel, Cloneable, Comparable<Ticket>, MVCCModel, PersistedModel, Serializable, ShardedModel, TicketModel, TypedModel
All Known Implementing Classes:
TicketWrapper

@ProviderType
public interface Ticket
extends TicketModel, PersistedModel

The extended model interface for the Ticket service. Represents a row in the "Ticket" database table, with each column mapped to a property of this class.

See Also:
TicketModel, TicketImpl, TicketModelImpl

Field Summary
static Accessor<Ticket,Long> TICKET_ID_ACCESSOR
           
 
Method Summary
 boolean isExpired()
           
 
Methods inherited from interface com.liferay.portal.model.TicketModel
clone, compareTo, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getExpandoBridge, getExpirationDate, getExtraInfo, getKey, getMvccVersion, getPrimaryKey, getPrimaryKeyObj, getTicketId, getType, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpirationDate, setExtraInfo, setKey, setMvccVersion, setNew, setPrimaryKey, setPrimaryKeyObj, setTicketId, setType, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Field Detail

TICKET_ID_ACCESSOR

static final Accessor<Ticket,Long> TICKET_ID_ACCESSOR
Method Detail

isExpired

boolean isExpired()

Liferay 7.0-ce-b4