public class SavedContentEntryWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<SavedContentEntry> implements com.liferay.portal.kernel.model.ModelWrapper<SavedContentEntry>, SavedContentEntry
This class is a wrapper for SavedContentEntry.
SavedContentEntry,
Serialized FormSAVED_CONTENT_ENTRY_ID_ACCESSOR| Constructor and Description |
|---|
SavedContentEntryWrapper(SavedContentEntry savedContentEntry) |
| Modifier and Type | Method and Description |
|---|---|
SavedContentEntry |
cloneWithOriginalValues() |
java.util.Map<java.lang.String,java.util.function.Function<SavedContentEntry,java.lang.Object>> |
getAttributeGetterFunctions() |
java.util.Map<java.lang.String,java.util.function.BiConsumer<SavedContentEntry,java.lang.Object>> |
getAttributeSetterBiConsumers() |
java.lang.String |
getClassName()
Returns the fully qualified class name of this saved content entry.
|
long |
getClassNameId()
Returns the class name ID of this saved content entry.
|
long |
getClassPK()
Returns the class pk of this saved content entry.
|
long |
getCompanyId()
Returns the company ID of this saved content entry.
|
java.util.Date |
getCreateDate()
Returns the create date of this saved content entry.
|
long |
getCtCollectionId()
Returns the ct collection ID of this saved content entry.
|
long |
getGroupId()
Returns the group ID of this saved content entry.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.util.Date |
getModifiedDate()
Returns the modified date of this saved content entry.
|
long |
getMvccVersion()
Returns the mvcc version of this saved content entry.
|
long |
getPrimaryKey()
Returns the primary key of this saved content entry.
|
long |
getSavedContentEntryId()
Returns the saved content entry ID of this saved content entry.
|
com.liferay.exportimport.kernel.lar.StagedModelType |
getStagedModelType() |
long |
getUserId()
Returns the user ID of this saved content entry.
|
java.lang.String |
getUserName()
Returns the user name of this saved content entry.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this saved content entry.
|
java.lang.String |
getUuid()
Returns the uuid of this saved content entry.
|
void |
persist() |
void |
setClassName(java.lang.String className) |
void |
setClassNameId(long classNameId)
Sets the class name ID of this saved content entry.
|
void |
setClassPK(long classPK)
Sets the class pk of this saved content entry.
|
void |
setCompanyId(long companyId)
Sets the company ID of this saved content entry.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this saved content entry.
|
void |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID of this saved content entry.
|
void |
setGroupId(long groupId)
Sets the group ID of this saved content 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 saved content entry.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this saved content entry.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this saved content entry.
|
void |
setSavedContentEntryId(long savedContentEntryId)
Sets the saved content entry ID of this saved content entry.
|
void |
setUserId(long userId)
Sets the user ID of this saved content entry.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this saved content entry.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this saved content entry.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this saved content entry.
|
java.lang.String |
toXmlString() |
protected SavedContentEntryWrapper |
wrap(SavedContentEntry savedContentEntry) |
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 SavedContentEntryWrapper(SavedContentEntry savedContentEntry)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<SavedContentEntry>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<SavedContentEntry>public SavedContentEntry cloneWithOriginalValues()
cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<SavedContentEntry>cloneWithOriginalValues in interface SavedContentEntryModelpublic java.lang.String getClassName()
getClassName in interface com.liferay.portal.kernel.model.TypedModelgetClassName in interface SavedContentEntryModelpublic long getClassNameId()
getClassNameId in interface com.liferay.portal.kernel.model.TypedModelgetClassNameId in interface SavedContentEntryModelpublic long getClassPK()
getClassPK in interface com.liferay.portal.kernel.model.AttachedModelgetClassPK in interface SavedContentEntryModelpublic long getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface com.liferay.portal.kernel.model.StagedModelgetCompanyId in interface SavedContentEntryModelpublic java.util.Date getCreateDate()
getCreateDate in interface com.liferay.portal.kernel.model.AuditedModelgetCreateDate in interface com.liferay.portal.kernel.model.StagedModelgetCreateDate in interface SavedContentEntryModelpublic long getCtCollectionId()
getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<SavedContentEntry>getCtCollectionId in interface SavedContentEntryModelpublic long getGroupId()
getGroupId in interface com.liferay.portal.kernel.model.GroupedModelgetGroupId in interface SavedContentEntryModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelgetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelgetModifiedDate in interface SavedContentEntryModelpublic long getMvccVersion()
getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelgetMvccVersion in interface SavedContentEntryModelpublic long getPrimaryKey()
getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<SavedContentEntry>getPrimaryKey in interface SavedContentEntryModelpublic long getSavedContentEntryId()
getSavedContentEntryId in interface SavedContentEntryModelpublic long getUserId()
getUserId in interface com.liferay.portal.kernel.model.AuditedModelgetUserId in interface SavedContentEntryModelpublic java.lang.String getUserName()
getUserName in interface com.liferay.portal.kernel.model.AuditedModelgetUserName in interface SavedContentEntryModelpublic java.lang.String getUserUuid()
getUserUuid in interface com.liferay.portal.kernel.model.AuditedModelgetUserUuid in interface SavedContentEntryModelpublic java.lang.String getUuid()
getUuid in interface com.liferay.portal.kernel.model.StagedModelgetUuid in interface SavedContentEntryModelpublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setClassName(java.lang.String className)
setClassName in interface SavedContentEntryModelpublic void setClassNameId(long classNameId)
setClassNameId in interface com.liferay.portal.kernel.model.TypedModelsetClassNameId in interface SavedContentEntryModelclassNameId - the class name ID of this saved content entrypublic void setClassPK(long classPK)
setClassPK in interface com.liferay.portal.kernel.model.AttachedModelsetClassPK in interface SavedContentEntryModelclassPK - the class pk of this saved content entrypublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface com.liferay.portal.kernel.model.StagedModelsetCompanyId in interface SavedContentEntryModelcompanyId - the company ID of this saved content entrypublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface com.liferay.portal.kernel.model.AuditedModelsetCreateDate in interface com.liferay.portal.kernel.model.StagedModelsetCreateDate in interface SavedContentEntryModelcreateDate - the create date of this saved content entrypublic void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<SavedContentEntry>setCtCollectionId in interface SavedContentEntryModelctCollectionId - the ct collection ID of this saved content entrypublic void setGroupId(long groupId)
setGroupId in interface com.liferay.portal.kernel.model.GroupedModelsetGroupId in interface SavedContentEntryModelgroupId - the group ID of this saved content entrypublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelsetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelsetModifiedDate in interface SavedContentEntryModelmodifiedDate - the modified date of this saved content entrypublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelsetMvccVersion in interface SavedContentEntryModelmvccVersion - the mvcc version of this saved content entrypublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<SavedContentEntry>setPrimaryKey in interface SavedContentEntryModelprimaryKey - the primary key of this saved content entrypublic void setSavedContentEntryId(long savedContentEntryId)
setSavedContentEntryId in interface SavedContentEntryModelsavedContentEntryId - the saved content entry ID of this saved content entrypublic void setUserId(long userId)
setUserId in interface com.liferay.portal.kernel.model.AuditedModelsetUserId in interface SavedContentEntryModeluserId - the user ID of this saved content entrypublic void setUserName(java.lang.String userName)
setUserName in interface com.liferay.portal.kernel.model.AuditedModelsetUserName in interface SavedContentEntryModeluserName - the user name of this saved content entrypublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface com.liferay.portal.kernel.model.AuditedModelsetUserUuid in interface SavedContentEntryModeluserUuid - the user uuid of this saved content entrypublic void setUuid(java.lang.String uuid)
setUuid in interface com.liferay.portal.kernel.model.StagedModelsetUuid in interface SavedContentEntryModeluuid - the uuid of this saved content entrypublic java.lang.String toXmlString()
toXmlString in interface SavedContentEntryModelpublic java.util.Map<java.lang.String,java.util.function.Function<SavedContentEntry,java.lang.Object>> getAttributeGetterFunctions()
getAttributeGetterFunctions in interface com.liferay.portal.kernel.model.BaseModel<SavedContentEntry>public java.util.Map<java.lang.String,java.util.function.BiConsumer<SavedContentEntry,java.lang.Object>> getAttributeSetterBiConsumers()
getAttributeSetterBiConsumers in interface com.liferay.portal.kernel.model.BaseModel<SavedContentEntry>public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
getStagedModelType in interface com.liferay.portal.kernel.model.StagedModelprotected SavedContentEntryWrapper wrap(SavedContentEntry savedContentEntry)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<SavedContentEntry>