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.
|
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. |
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.
|
java.lang.String |
toXmlString() |
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, toUnescapedModelfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelpublic 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 ReadingTimeEntryModelpublic java.lang.String getClassName()
getClassName in interface com.liferay.portal.kernel.model.TypedModelgetClassName in interface ReadingTimeEntryModelpublic long getClassNameId()
getClassNameId in interface com.liferay.portal.kernel.model.TypedModelgetClassNameId in interface ReadingTimeEntryModelpublic long getClassPK()
getClassPK in interface com.liferay.portal.kernel.model.AttachedModelgetClassPK in interface ReadingTimeEntryModelpublic long getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface com.liferay.portal.kernel.model.StagedModelgetCompanyId in interface ReadingTimeEntryModelpublic java.util.Date getCreateDate()
getCreateDate in interface com.liferay.portal.kernel.model.StagedModelgetCreateDate in interface ReadingTimeEntryModelpublic long getCtCollectionId()
getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<ReadingTimeEntry>getCtCollectionId in interface ReadingTimeEntryModelpublic long getGroupId()
getGroupId in interface ReadingTimeEntryModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.kernel.model.StagedModelgetModifiedDate in interface ReadingTimeEntryModelpublic long getMvccVersion()
getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelgetMvccVersion in interface ReadingTimeEntryModelpublic long getPrimaryKey()
getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<ReadingTimeEntry>getPrimaryKey in interface ReadingTimeEntryModelpublic long getReadingTime()
getReadingTime in interface ReadingTimeEntryModelpublic long getReadingTimeEntryId()
getReadingTimeEntryId in interface ReadingTimeEntryModelpublic int getStatus()
getStatus in interface com.liferay.portal.kernel.model.TrashedModelgetStatus in interface ReadingTimeEntryModelpublic long getTrashEntryClassPK()
getTrashEntryClassPK in interface com.liferay.portal.kernel.model.TrashedModelgetTrashEntryClassPK in interface ReadingTimeEntryModelpublic java.lang.String getUuid()
getUuid in interface com.liferay.portal.kernel.model.StagedModelgetUuid in interface ReadingTimeEntryModelpublic boolean isInTrash()
true if this reading time entry is in the Recycle Bin.isInTrash in interface com.liferay.portal.kernel.model.TrashedModelisInTrash in interface ReadingTimeEntryModeltrue if this reading time entry is in the Recycle Bin; false otherwisepublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setClassName(java.lang.String className)
setClassName in interface ReadingTimeEntryModelpublic void setClassNameId(long classNameId)
setClassNameId in interface com.liferay.portal.kernel.model.TypedModelsetClassNameId in interface ReadingTimeEntryModelclassNameId - the class name ID of this reading time entrypublic void setClassPK(long classPK)
setClassPK in interface com.liferay.portal.kernel.model.AttachedModelsetClassPK in interface ReadingTimeEntryModelclassPK - the class pk of this reading time entrypublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface com.liferay.portal.kernel.model.StagedModelsetCompanyId in interface ReadingTimeEntryModelcompanyId - the company ID of this reading time entrypublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface com.liferay.portal.kernel.model.StagedModelsetCreateDate in interface ReadingTimeEntryModelcreateDate - 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 ReadingTimeEntryModelctCollectionId - the ct collection ID of this reading time entrypublic void setGroupId(long groupId)
setGroupId in interface ReadingTimeEntryModelgroupId - the group ID of this reading time entrypublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface com.liferay.portal.kernel.model.StagedModelsetModifiedDate in interface ReadingTimeEntryModelmodifiedDate - the modified date of this reading time entrypublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelsetMvccVersion in interface ReadingTimeEntryModelmvccVersion - 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 ReadingTimeEntryModelprimaryKey - the primary key of this reading time entrypublic void setReadingTime(long readingTime)
setReadingTime in interface ReadingTimeEntryModelreadingTime - the reading time of this reading time entrypublic void setReadingTimeEntryId(long readingTimeEntryId)
setReadingTimeEntryId in interface ReadingTimeEntryModelreadingTimeEntryId - the reading time entry ID of this reading time entrypublic void setUuid(java.lang.String uuid)
setUuid in interface com.liferay.portal.kernel.model.StagedModelsetUuid in interface ReadingTimeEntryModeluuid - the uuid of this reading time entrypublic java.lang.String toXmlString()
toXmlString in interface ReadingTimeEntryModelpublic 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.StagedModelprotected ReadingTimeEntryWrapper wrap(ReadingTimeEntry readingTimeEntry)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<ReadingTimeEntry>