Liferay 6.0-ee

com.liferay.portal.model
Interface Ticket

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

public interface Ticket
extends TicketModel

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

Never modify this interface directly. Add methods to TicketImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

Never reference this interface directly. All methods that expect a ticket model instance should use the Ticket interface instead.

See Also:
TicketModel, TicketImpl, TicketModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is 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()

Liferay 6.0-ee