Liferay 6.1.2-ce-ga3

com.liferay.portal.model
Interface Ticket

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

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

Method Summary
 boolean isExpired()
           
 
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
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Method Detail

isExpired

boolean isExpired()

Liferay 6.1.2-ce-ga3