@ProviderType public interface ReadingTimeEntryModel extends AttachedModel, BaseModel<ReadingTimeEntry>, ShardedModel, StagedModel, 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 |
|---|---|
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 |
getGroupId()
Returns the group ID of this reading time entry.
|
java.util.Date |
getModifiedDate()
Returns the modified date 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.
|
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.
|
TrashHandler |
getTrashHandler()
Deprecated.
As of Judson (7.1.x), with no direct replacement
|
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 |
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 |
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, toXmlStringclone, getStagedModelTypegetModelClass, getModelClassNamelong getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this reading time entry@AutoEscape java.lang.String getUuid()
getUuid in interface StagedModelvoid setUuid(java.lang.String uuid)
setUuid in interface 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 ShardedModelgetCompanyId in interface StagedModelvoid setCompanyId(long companyId)
setCompanyId in interface ShardedModelsetCompanyId in interface StagedModelcompanyId - the company ID of this reading time entryjava.util.Date getCreateDate()
getCreateDate in interface StagedModelvoid setCreateDate(java.util.Date createDate)
setCreateDate in interface StagedModelcreateDate - the create date of this reading time entryjava.util.Date getModifiedDate()
getModifiedDate in interface StagedModelvoid setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface StagedModelmodifiedDate - the modified date of this reading time entryjava.lang.String getClassName()
getClassName in interface TypedModelvoid setClassName(java.lang.String className)
long getClassNameId()
getClassNameId in interface TypedModelvoid setClassNameId(long classNameId)
setClassNameId in interface TypedModelclassNameId - the class name ID of this reading time entrylong getClassPK()
getClassPK in interface AttachedModelvoid setClassPK(long classPK)
setClassPK in interface 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 TrashedModelTrashEntry getTrashEntry() throws PortalException
getTrashEntry in interface TrashedModelPortalExceptionlong getTrashEntryClassPK()
getTrashEntryClassPK in interface TrashedModel@Deprecated TrashHandler getTrashHandler()
getTrashHandler in interface TrashedModelboolean isInTrash()
true if this reading time entry is in the Recycle Bin.isInTrash in interface 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 TrashedModeltrue if the parent of this reading time entry is in the Recycle Bin; false otherwiseboolean isInTrashExplicitly()
isInTrashExplicitly in interface TrashedModelboolean isInTrashImplicitly()
isInTrashImplicitly in interface TrashedModel