Package com.liferay.reading.time.model
Interface ReadingTimeEntry
- All Superinterfaces:
com.liferay.portal.kernel.model.AttachedModel,com.liferay.portal.kernel.model.BaseModel<ReadingTimeEntry>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<ReadingTimeEntry>,com.liferay.portal.kernel.model.change.tracking.CTModel<ReadingTimeEntry>,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,ReadingTimeEntryModel,Serializable,com.liferay.portal.kernel.model.ShardedModel,com.liferay.portal.kernel.model.StagedModel,com.liferay.portal.kernel.model.TrashedModel,com.liferay.portal.kernel.model.TypedModel
- All Known Implementing Classes:
ReadingTimeEntryWrapper
@ProviderType
public interface ReadingTimeEntry
extends com.liferay.portal.kernel.model.PersistedModel, ReadingTimeEntryModel
The extended model interface for the ReadingTimeEntry service. Represents a row in the "ReadingTimeEntry" database table, with each column mapped to a property of this class.
- See Also:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.liferay.portal.kernel.util.Accessor<ReadingTimeEntry,Long> -
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.reading.time.model.ReadingTimeEntryModel
cloneWithOriginalValues, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getCtCollectionId, getGroupId, getModifiedDate, getMvccVersion, getPrimaryKey, getReadingTime, getReadingTimeEntryId, getStatus, getTrashEntryClassPK, getUuid, isInTrash, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setCtCollectionId, setGroupId, setModifiedDate, setMvccVersion, setPrimaryKey, setReadingTime, setReadingTimeEntryId, setUuid, toXmlStringMethods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone, getStagedModelType
-
Field Details
-
READING_TIME_ENTRY_ID_ACCESSOR
static final com.liferay.portal.kernel.util.Accessor<ReadingTimeEntry,Long> READING_TIME_ENTRY_ID_ACCESSOR
-