Package com.liferay.portal.kernel.model
Interface Ticket
- All Superinterfaces:
AttachedModel,BaseModel<Ticket>,ClassedModel,Cloneable,Comparable<Ticket>,MVCCModel,PersistedModel,Serializable,ShardedModel,TicketModel,TypedModel
- All Known Implementing Classes:
TicketWrapper
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.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
Fields -
Method Summary
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persistMethods inherited from interface com.liferay.portal.kernel.model.TicketModel
cloneWithOriginalValues, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getExpirationDate, getExtraInfo, getKey, getMvccVersion, getPrimaryKey, getTicketId, getType, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setExpirationDate, setExtraInfo, setKey, setMvccVersion, setPrimaryKey, setTicketId, setType, toXmlString
-
Field Details
-
TICKET_ID_ACCESSOR
-
-
Method Details
-
isExpired
boolean isExpired()
-