@ProviderType public interface ReadingTimeEntryModel extends com.liferay.portal.kernel.model.AttachedModel, com.liferay.portal.kernel.model.BaseModel<ReadingTimeEntry>, com.liferay.portal.kernel.model.change.tracking.CTModel<ReadingTimeEntry>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedModel, com.liferay.portal.kernel.model.TrashedModel
This interface and its corresponding implementation com.liferay.reading.time.model.impl.ReadingTimeEntryModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.reading.time.model.impl.ReadingTimeEntryImpl.
ReadingTimeEntry| Modifier and Type | Method and Description |
|---|---|
ReadingTimeEntry |
cloneWithOriginalValues() |
java.lang.String |
getClassName()
Returns the fully qualified class name of this reading time entry.
|
long |
getClassNameId()
Returns the class name ID of this reading time entry.
|
long |
getClassPK()
Returns the class pk of this reading time entry.
|
long |
getCompanyId()
Returns the company ID of this reading time entry.
|
java.util.Date |
getCreateDate()
Returns the create date of this reading time entry.
|
long |
getCtCollectionId()
Returns the ct collection ID of this reading time entry.
|
long |
getGroupId()
Returns the group ID of this reading time entry.
|
java.util.Date |
getModifiedDate()
Returns the modified date of this reading time entry.
|
long |
getMvccVersion()
Returns the mvcc version of this reading time entry.
|
long |
getPrimaryKey()
Returns the primary key of this reading time entry.
|
long |
getReadingTime()
Returns the reading time of this reading time entry.
|
long |
getReadingTimeEntryId()
Returns the reading time entry ID of this reading time entry.
|
int |
getStatus()
Returns the status of this reading time entry.
|
com.liferay.trash.kernel.model.TrashEntry |
getTrashEntry()
Returns the trash entry created when this reading time entry was moved to the Recycle Bin.
|
long |
getTrashEntryClassPK()
Returns the class primary key of the trash entry for this reading time entry.
|
java.lang.String |
getUuid()
Returns the uuid of this reading time entry.
|
boolean |
isInTrash()
Returns
true if this reading time entry is in the Recycle Bin. |
boolean |
isInTrashContainer()
Returns
true if the parent of this reading time entry is in the Recycle Bin. |
boolean |
isInTrashExplicitly() |
boolean |
isInTrashImplicitly() |
void |
setClassName(java.lang.String className) |
void |
setClassNameId(long classNameId)
Sets the class name ID of this reading time entry.
|
void |
setClassPK(long classPK)
Sets the class pk of this reading time entry.
|
void |
setCompanyId(long companyId)
Sets the company ID of this reading time entry.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this reading time entry.
|
void |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID of this reading time entry.
|
void |
setGroupId(long groupId)
Sets the group ID of this reading time entry.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this reading time entry.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this reading time entry.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this reading time entry.
|
void |
setReadingTime(long readingTime)
Sets the reading time of this reading time entry.
|
void |
setReadingTimeEntryId(long readingTimeEntryId)
Sets the reading time entry ID of this reading time entry.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this reading time entry.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringlong getPrimaryKey()
getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<ReadingTimeEntry>void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<ReadingTimeEntry>primaryKey - the primary key of this reading time entrylong getMvccVersion()
getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelvoid setMvccVersion(long mvccVersion)
setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this reading time entrylong getCtCollectionId()
getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<ReadingTimeEntry>void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<ReadingTimeEntry>ctCollectionId - the ct collection ID of this reading time entry@AutoEscape java.lang.String getUuid()
getUuid in interface com.liferay.portal.kernel.model.StagedModelvoid setUuid(java.lang.String uuid)
setUuid in interface com.liferay.portal.kernel.model.StagedModeluuid - the uuid of this reading time entrylong getReadingTimeEntryId()
void setReadingTimeEntryId(long readingTimeEntryId)
readingTimeEntryId - the reading time entry ID of this reading time entrylong getGroupId()
void setGroupId(long groupId)
groupId - the group ID of this reading time entrylong getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface com.liferay.portal.kernel.model.StagedModelvoid setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface com.liferay.portal.kernel.model.StagedModelcompanyId - the company ID of this reading time entryjava.util.Date getCreateDate()
getCreateDate in interface com.liferay.portal.kernel.model.StagedModelvoid setCreateDate(java.util.Date createDate)
setCreateDate in interface com.liferay.portal.kernel.model.StagedModelcreateDate - the create date of this reading time entryjava.util.Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.kernel.model.StagedModelvoid setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface com.liferay.portal.kernel.model.StagedModelmodifiedDate - the modified date of this reading time entryjava.lang.String getClassName()
getClassName in interface com.liferay.portal.kernel.model.TypedModelvoid setClassName(java.lang.String className)
long getClassNameId()
getClassNameId in interface com.liferay.portal.kernel.model.TypedModelvoid setClassNameId(long classNameId)
setClassNameId in interface com.liferay.portal.kernel.model.TypedModelclassNameId - the class name ID of this reading time entrylong getClassPK()
getClassPK in interface com.liferay.portal.kernel.model.AttachedModelvoid setClassPK(long classPK)
setClassPK in interface com.liferay.portal.kernel.model.AttachedModelclassPK - the class pk of this reading time entrylong getReadingTime()
void setReadingTime(long readingTime)
readingTime - the reading time of this reading time entryint getStatus()
getStatus in interface com.liferay.portal.kernel.model.TrashedModelcom.liferay.trash.kernel.model.TrashEntry getTrashEntry()
throws com.liferay.portal.kernel.exception.PortalException
getTrashEntry in interface com.liferay.portal.kernel.model.TrashedModelcom.liferay.portal.kernel.exception.PortalExceptionlong getTrashEntryClassPK()
getTrashEntryClassPK in interface com.liferay.portal.kernel.model.TrashedModelboolean isInTrash()
true if this reading time entry is in the Recycle Bin.isInTrash in interface com.liferay.portal.kernel.model.TrashedModeltrue if this reading time entry is in the Recycle Bin; false otherwiseboolean isInTrashContainer()
true if the parent of this reading time entry is in the Recycle Bin.isInTrashContainer in interface com.liferay.portal.kernel.model.TrashedModeltrue if the parent of this reading time entry is in the Recycle Bin; false otherwiseboolean isInTrashExplicitly()
isInTrashExplicitly in interface com.liferay.portal.kernel.model.TrashedModelboolean isInTrashImplicitly()
isInTrashImplicitly in interface com.liferay.portal.kernel.model.TrashedModelReadingTimeEntry cloneWithOriginalValues()
cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<ReadingTimeEntry>