public class ReadingTimeEntryWrapper extends BaseModelWrapper<ReadingTimeEntry> implements ModelWrapper<ReadingTimeEntry>, ReadingTimeEntry
This class is a wrapper for ReadingTimeEntry.
ReadingTimeEntry,
Serialized FormmodelREADING_TIME_ENTRY_ID_ACCESSOR| Constructor and Description |
|---|
ReadingTimeEntryWrapper(ReadingTimeEntry 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.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
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.
|
StagedModelType |
getStagedModelType() |
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 |
persist()
Updates this model instance in the database or adds it if it does not yet
exist.
|
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 |
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 |
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, toXmlStringfinalize, getClass, notify, notifyAll, wait, wait, waitgetWrappedModelclone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringclonegetModelClass, getModelClassNamepublic ReadingTimeEntryWrapper(ReadingTimeEntry readingTimeEntry)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface BaseModel<ReadingTimeEntry>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface BaseModel<ReadingTimeEntry>public java.lang.String getClassName()
getClassName in interface TypedModelgetClassName in interface ReadingTimeEntryModelpublic long getClassNameId()
getClassNameId in interface TypedModelgetClassNameId in interface ReadingTimeEntryModelpublic long getClassPK()
getClassPK in interface AttachedModelgetClassPK in interface ReadingTimeEntryModelpublic long getCompanyId()
getCompanyId in interface ShardedModelgetCompanyId in interface StagedModelgetCompanyId in interface ReadingTimeEntryModelpublic java.util.Date getCreateDate()
getCreateDate in interface StagedModelgetCreateDate in interface ReadingTimeEntryModelpublic long getGroupId()
getGroupId in interface ReadingTimeEntryModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface StagedModelgetModifiedDate in interface ReadingTimeEntryModelpublic long getPrimaryKey()
getPrimaryKey in interface ReadingTimeEntryModelpublic long getReadingTime()
getReadingTime in interface ReadingTimeEntryModelpublic long getReadingTimeEntryId()
getReadingTimeEntryId in interface ReadingTimeEntryModelpublic int getStatus()
getStatus in interface TrashedModelgetStatus in interface ReadingTimeEntryModelpublic TrashEntry getTrashEntry() throws PortalException
getTrashEntry in interface TrashedModelgetTrashEntry in interface ReadingTimeEntryModelPortalExceptionpublic long getTrashEntryClassPK()
getTrashEntryClassPK in interface TrashedModelgetTrashEntryClassPK in interface ReadingTimeEntryModel@Deprecated public TrashHandler getTrashHandler()
getTrashHandler in interface TrashedModelgetTrashHandler in interface ReadingTimeEntryModelpublic java.lang.String getUuid()
getUuid in interface StagedModelgetUuid in interface ReadingTimeEntryModelpublic boolean isInTrash()
true if this reading time entry is in the Recycle Bin.isInTrash in interface TrashedModelisInTrash in interface ReadingTimeEntryModeltrue 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 TrashedModelisInTrashContainer in interface ReadingTimeEntryModeltrue if the parent of this reading time entry is in the Recycle Bin; false otherwisepublic boolean isInTrashExplicitly()
isInTrashExplicitly in interface TrashedModelisInTrashExplicitly in interface ReadingTimeEntryModelpublic boolean isInTrashImplicitly()
isInTrashImplicitly in interface TrashedModelisInTrashImplicitly in interface ReadingTimeEntryModelpublic void persist()
PersistedModelpersist in interface PersistedModelpublic void setClassName(java.lang.String className)
setClassName in interface ReadingTimeEntryModelpublic void setClassNameId(long classNameId)
setClassNameId in interface TypedModelsetClassNameId in interface ReadingTimeEntryModelclassNameId - the class name ID of this reading time entrypublic void setClassPK(long classPK)
setClassPK in interface AttachedModelsetClassPK in interface ReadingTimeEntryModelclassPK - the class pk of this reading time entrypublic void setCompanyId(long companyId)
setCompanyId in interface ShardedModelsetCompanyId in interface StagedModelsetCompanyId in interface ReadingTimeEntryModelcompanyId - the company ID of this reading time entrypublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface StagedModelsetCreateDate in interface ReadingTimeEntryModelcreateDate - the create date 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 StagedModelsetModifiedDate in interface ReadingTimeEntryModelmodifiedDate - the modified date of this reading time entrypublic void setPrimaryKey(long primaryKey)
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 StagedModelsetUuid in interface ReadingTimeEntryModeluuid - the uuid of this reading time entrypublic StagedModelType getStagedModelType()
getStagedModelType in interface StagedModelprotected ReadingTimeEntryWrapper wrap(ReadingTimeEntry readingTimeEntry)
wrap in class BaseModelWrapper<ReadingTimeEntry>