@ProviderType public interface ReadingTimeEntryModel extends com.liferay.portal.kernel.model.AttachedModel, com.liferay.portal.kernel.model.BaseModel<ReadingTimeEntry>, 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 |
---|---|
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.
|
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.
|
com.liferay.portal.kernel.trash.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, toXmlString
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey
- the primary key of this reading time entry@AutoEscape java.lang.String getUuid()
getUuid
in interface com.liferay.portal.kernel.model.StagedModel
void setUuid(java.lang.String uuid)
setUuid
in interface com.liferay.portal.kernel.model.StagedModel
uuid
- 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.ShardedModel
getCompanyId
in interface com.liferay.portal.kernel.model.StagedModel
void setCompanyId(long companyId)
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
setCompanyId
in interface com.liferay.portal.kernel.model.StagedModel
companyId
- the company ID of this reading time entryjava.util.Date getCreateDate()
getCreateDate
in interface com.liferay.portal.kernel.model.StagedModel
void setCreateDate(java.util.Date createDate)
setCreateDate
in interface com.liferay.portal.kernel.model.StagedModel
createDate
- the create date of this reading time entryjava.util.Date getModifiedDate()
getModifiedDate
in interface com.liferay.portal.kernel.model.StagedModel
void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate
in interface com.liferay.portal.kernel.model.StagedModel
modifiedDate
- the modified date of this reading time entryjava.lang.String getClassName()
getClassName
in interface com.liferay.portal.kernel.model.TypedModel
void setClassName(java.lang.String className)
long getClassNameId()
getClassNameId
in interface com.liferay.portal.kernel.model.TypedModel
void setClassNameId(long classNameId)
setClassNameId
in interface com.liferay.portal.kernel.model.TypedModel
classNameId
- the class name ID of this reading time entrylong getClassPK()
getClassPK
in interface com.liferay.portal.kernel.model.AttachedModel
void setClassPK(long classPK)
setClassPK
in interface com.liferay.portal.kernel.model.AttachedModel
classPK
- 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.TrashedModel
com.liferay.trash.kernel.model.TrashEntry getTrashEntry() throws com.liferay.portal.kernel.exception.PortalException
getTrashEntry
in interface com.liferay.portal.kernel.model.TrashedModel
com.liferay.portal.kernel.exception.PortalException
long getTrashEntryClassPK()
getTrashEntryClassPK
in interface com.liferay.portal.kernel.model.TrashedModel
@Deprecated com.liferay.portal.kernel.trash.TrashHandler getTrashHandler()
getTrashHandler
in interface com.liferay.portal.kernel.model.TrashedModel
boolean isInTrash()
true
if this reading time entry is in the Recycle Bin.isInTrash
in interface com.liferay.portal.kernel.model.TrashedModel
true
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.TrashedModel
true
if the parent of this reading time entry is in the Recycle Bin; false
otherwiseboolean isInTrashExplicitly()
isInTrashExplicitly
in interface com.liferay.portal.kernel.model.TrashedModel
boolean isInTrashImplicitly()
isInTrashImplicitly
in interface com.liferay.portal.kernel.model.TrashedModel