com.liferay.portal.model
Interface Ticket

All Superinterfaces:
BaseModel<Ticket>, java.lang.Cloneable, java.lang.Comparable<Ticket>, java.io.Serializable, TicketModel
All Known Implementing Classes:
TicketWrapper

public interface Ticket
extends TicketModel

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This interface is a model that represents the Ticket table in the database.

Customize TicketImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
TicketModel, TicketImpl, TicketModelImpl
Generated:

Method Summary
 boolean isExpired()
           
 
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
 

Method Detail

isExpired

boolean isExpired()