public class ReadingTimeEntryWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<ReadingTimeEntry> implements com.liferay.portal.kernel.model.ModelWrapper<ReadingTimeEntry>, ReadingTimeEntry
This class is a wrapper for ReadingTimeEntry
.
ReadingTimeEntry
,
Serialized FormREADING_TIME_ENTRY_ID_ACCESSOR
Constructor and Description |
---|
ReadingTimeEntryWrapper(ReadingTimeEntry readingTimeEntry) |
Modifier and Type | Method and Description |
---|---|
ReadingTimeEntry |
cloneWithOriginalValues() |
java.util.Map<java.lang.String,java.util.function.Function<ReadingTimeEntry,java.lang.Object>> |
getAttributeGetterFunctions() |
java.util.Map<java.lang.String,java.util.function.BiConsumer<ReadingTimeEntry,java.lang.Object>> |
getAttributeSetterBiConsumers() |
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.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
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.
|
com.liferay.exportimport.kernel.lar.StagedModelType |
getStagedModelType() |
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 |
persist() |
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 |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
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.
|
protected ReadingTimeEntryWrapper |
wrap(ReadingTimeEntry readingTimeEntry) |
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
finalize, getClass, notify, notifyAll, wait, wait, wait
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlString
public ReadingTimeEntryWrapper(ReadingTimeEntry readingTimeEntry)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<ReadingTimeEntry>
public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<ReadingTimeEntry>
public ReadingTimeEntry cloneWithOriginalValues()
cloneWithOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<ReadingTimeEntry>
cloneWithOriginalValues
in interface ReadingTimeEntryModel
public java.lang.String getClassName()
getClassName
in interface com.liferay.portal.kernel.model.TypedModel
getClassName
in interface ReadingTimeEntryModel
public long getClassNameId()
getClassNameId
in interface com.liferay.portal.kernel.model.TypedModel
getClassNameId
in interface ReadingTimeEntryModel
public long getClassPK()
getClassPK
in interface com.liferay.portal.kernel.model.AttachedModel
getClassPK
in interface ReadingTimeEntryModel
public long getCompanyId()
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
getCompanyId
in interface com.liferay.portal.kernel.model.StagedModel
getCompanyId
in interface ReadingTimeEntryModel
public java.util.Date getCreateDate()
getCreateDate
in interface com.liferay.portal.kernel.model.StagedModel
getCreateDate
in interface ReadingTimeEntryModel
public long getCtCollectionId()
getCtCollectionId
in interface com.liferay.portal.kernel.model.change.tracking.CTModel<ReadingTimeEntry>
getCtCollectionId
in interface ReadingTimeEntryModel
public long getGroupId()
getGroupId
in interface ReadingTimeEntryModel
public java.util.Date getModifiedDate()
getModifiedDate
in interface com.liferay.portal.kernel.model.StagedModel
getModifiedDate
in interface ReadingTimeEntryModel
public long getMvccVersion()
getMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
getMvccVersion
in interface ReadingTimeEntryModel
public long getPrimaryKey()
getPrimaryKey
in interface com.liferay.portal.kernel.model.change.tracking.CTModel<ReadingTimeEntry>
getPrimaryKey
in interface ReadingTimeEntryModel
public long getReadingTime()
getReadingTime
in interface ReadingTimeEntryModel
public long getReadingTimeEntryId()
getReadingTimeEntryId
in interface ReadingTimeEntryModel
public int getStatus()
getStatus
in interface com.liferay.portal.kernel.model.TrashedModel
getStatus
in interface ReadingTimeEntryModel
public com.liferay.trash.kernel.model.TrashEntry getTrashEntry() throws com.liferay.portal.kernel.exception.PortalException
getTrashEntry
in interface com.liferay.portal.kernel.model.TrashedModel
getTrashEntry
in interface ReadingTimeEntryModel
com.liferay.portal.kernel.exception.PortalException
public long getTrashEntryClassPK()
getTrashEntryClassPK
in interface com.liferay.portal.kernel.model.TrashedModel
getTrashEntryClassPK
in interface ReadingTimeEntryModel
@Deprecated public com.liferay.portal.kernel.trash.TrashHandler getTrashHandler()
getTrashHandler
in interface com.liferay.portal.kernel.model.TrashedModel
getTrashHandler
in interface ReadingTimeEntryModel
public java.lang.String getUuid()
getUuid
in interface com.liferay.portal.kernel.model.StagedModel
getUuid
in interface ReadingTimeEntryModel
public boolean isInTrash()
true
if this reading time entry is in the Recycle Bin.isInTrash
in interface com.liferay.portal.kernel.model.TrashedModel
isInTrash
in interface ReadingTimeEntryModel
true
if this reading time entry is in the Recycle Bin; false
otherwisepublic boolean isInTrashContainer()
true
if the parent of this reading time entry is in the Recycle Bin.isInTrashContainer
in interface com.liferay.portal.kernel.model.TrashedModel
isInTrashContainer
in interface ReadingTimeEntryModel
true
if the parent of this reading time entry is in the Recycle Bin; false
otherwisepublic boolean isInTrashExplicitly()
isInTrashExplicitly
in interface com.liferay.portal.kernel.model.TrashedModel
isInTrashExplicitly
in interface ReadingTimeEntryModel
public boolean isInTrashImplicitly()
isInTrashImplicitly
in interface com.liferay.portal.kernel.model.TrashedModel
isInTrashImplicitly
in interface ReadingTimeEntryModel
public void persist()
persist
in interface com.liferay.portal.kernel.model.PersistedModel
public void setClassName(java.lang.String className)
setClassName
in interface ReadingTimeEntryModel
public void setClassNameId(long classNameId)
setClassNameId
in interface com.liferay.portal.kernel.model.TypedModel
setClassNameId
in interface ReadingTimeEntryModel
classNameId
- the class name ID of this reading time entrypublic void setClassPK(long classPK)
setClassPK
in interface com.liferay.portal.kernel.model.AttachedModel
setClassPK
in interface ReadingTimeEntryModel
classPK
- the class pk of this reading time entrypublic void setCompanyId(long companyId)
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
setCompanyId
in interface com.liferay.portal.kernel.model.StagedModel
setCompanyId
in interface ReadingTimeEntryModel
companyId
- the company ID of this reading time entrypublic void setCreateDate(java.util.Date createDate)
setCreateDate
in interface com.liferay.portal.kernel.model.StagedModel
setCreateDate
in interface ReadingTimeEntryModel
createDate
- the create date of this reading time entrypublic void setCtCollectionId(long ctCollectionId)
setCtCollectionId
in interface com.liferay.portal.kernel.model.change.tracking.CTModel<ReadingTimeEntry>
setCtCollectionId
in interface ReadingTimeEntryModel
ctCollectionId
- the ct collection ID of this reading time entrypublic void setGroupId(long groupId)
setGroupId
in interface ReadingTimeEntryModel
groupId
- the group ID of this reading time entrypublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate
in interface com.liferay.portal.kernel.model.StagedModel
setModifiedDate
in interface ReadingTimeEntryModel
modifiedDate
- the modified date of this reading time entrypublic void setMvccVersion(long mvccVersion)
setMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
setMvccVersion
in interface ReadingTimeEntryModel
mvccVersion
- the mvcc version of this reading time entrypublic void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface com.liferay.portal.kernel.model.change.tracking.CTModel<ReadingTimeEntry>
setPrimaryKey
in interface ReadingTimeEntryModel
primaryKey
- the primary key of this reading time entrypublic void setReadingTime(long readingTime)
setReadingTime
in interface ReadingTimeEntryModel
readingTime
- the reading time of this reading time entrypublic void setReadingTimeEntryId(long readingTimeEntryId)
setReadingTimeEntryId
in interface ReadingTimeEntryModel
readingTimeEntryId
- the reading time entry ID of this reading time entrypublic void setUuid(java.lang.String uuid)
setUuid
in interface com.liferay.portal.kernel.model.StagedModel
setUuid
in interface ReadingTimeEntryModel
uuid
- the uuid of this reading time entrypublic java.util.Map<java.lang.String,java.util.function.Function<ReadingTimeEntry,java.lang.Object>> getAttributeGetterFunctions()
getAttributeGetterFunctions
in interface com.liferay.portal.kernel.model.BaseModel<ReadingTimeEntry>
public java.util.Map<java.lang.String,java.util.function.BiConsumer<ReadingTimeEntry,java.lang.Object>> getAttributeSetterBiConsumers()
getAttributeSetterBiConsumers
in interface com.liferay.portal.kernel.model.BaseModel<ReadingTimeEntry>
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
getStagedModelType
in interface com.liferay.portal.kernel.model.StagedModel
protected ReadingTimeEntryWrapper wrap(ReadingTimeEntry readingTimeEntry)
wrap
in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<ReadingTimeEntry>