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, toUnescapedModel
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
public 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 SavedContentEntryModel
public java.lang.String getClassName()
getClassName
in interface com.liferay.portal.kernel.model.TypedModel
getClassName
in interface SavedContentEntryModel
public long getClassNameId()
getClassNameId
in interface com.liferay.portal.kernel.model.TypedModel
getClassNameId
in interface SavedContentEntryModel
public long getClassPK()
getClassPK
in interface com.liferay.portal.kernel.model.AttachedModel
getClassPK
in interface SavedContentEntryModel
public long getCompanyId()
getCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
getCompanyId
in interface com.liferay.portal.kernel.model.StagedModel
getCompanyId
in interface SavedContentEntryModel
public java.util.Date getCreateDate()
getCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
getCreateDate
in interface com.liferay.portal.kernel.model.StagedModel
getCreateDate
in interface SavedContentEntryModel
public long getCtCollectionId()
getCtCollectionId
in interface com.liferay.portal.kernel.model.change.tracking.CTModel<SavedContentEntry>
getCtCollectionId
in interface SavedContentEntryModel
public long getGroupId()
getGroupId
in interface com.liferay.portal.kernel.model.GroupedModel
getGroupId
in interface SavedContentEntryModel
public java.util.Date getModifiedDate()
getModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
getModifiedDate
in interface com.liferay.portal.kernel.model.StagedModel
getModifiedDate
in interface SavedContentEntryModel
public long getMvccVersion()
getMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
getMvccVersion
in interface SavedContentEntryModel
public long getPrimaryKey()
getPrimaryKey
in interface com.liferay.portal.kernel.model.change.tracking.CTModel<SavedContentEntry>
getPrimaryKey
in interface SavedContentEntryModel
public long getSavedContentEntryId()
getSavedContentEntryId
in interface SavedContentEntryModel
public long getUserId()
getUserId
in interface com.liferay.portal.kernel.model.AuditedModel
getUserId
in interface SavedContentEntryModel
public java.lang.String getUserName()
getUserName
in interface com.liferay.portal.kernel.model.AuditedModel
getUserName
in interface SavedContentEntryModel
public java.lang.String getUserUuid()
getUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
getUserUuid
in interface SavedContentEntryModel
public java.lang.String getUuid()
getUuid
in interface com.liferay.portal.kernel.model.StagedModel
getUuid
in interface SavedContentEntryModel
public void persist()
persist
in interface com.liferay.portal.kernel.model.PersistedModel
public void setClassName(java.lang.String className)
setClassName
in interface SavedContentEntryModel
public void setClassNameId(long classNameId)
setClassNameId
in interface com.liferay.portal.kernel.model.TypedModel
setClassNameId
in interface SavedContentEntryModel
classNameId
- the class name ID of this saved content entrypublic void setClassPK(long classPK)
setClassPK
in interface com.liferay.portal.kernel.model.AttachedModel
setClassPK
in interface SavedContentEntryModel
classPK
- the class pk of this saved content entrypublic void setCompanyId(long companyId)
setCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
setCompanyId
in interface com.liferay.portal.kernel.model.StagedModel
setCompanyId
in interface SavedContentEntryModel
companyId
- the company ID of this saved content entrypublic void setCreateDate(java.util.Date createDate)
setCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
setCreateDate
in interface com.liferay.portal.kernel.model.StagedModel
setCreateDate
in interface SavedContentEntryModel
createDate
- 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 SavedContentEntryModel
ctCollectionId
- the ct collection ID of this saved content entrypublic void setGroupId(long groupId)
setGroupId
in interface com.liferay.portal.kernel.model.GroupedModel
setGroupId
in interface SavedContentEntryModel
groupId
- the group ID of this saved content entrypublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
setModifiedDate
in interface com.liferay.portal.kernel.model.StagedModel
setModifiedDate
in interface SavedContentEntryModel
modifiedDate
- the modified date of this saved content entrypublic void setMvccVersion(long mvccVersion)
setMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
setMvccVersion
in interface SavedContentEntryModel
mvccVersion
- 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 SavedContentEntryModel
primaryKey
- the primary key of this saved content entrypublic void setSavedContentEntryId(long savedContentEntryId)
setSavedContentEntryId
in interface SavedContentEntryModel
savedContentEntryId
- the saved content entry ID of this saved content entrypublic void setUserId(long userId)
setUserId
in interface com.liferay.portal.kernel.model.AuditedModel
setUserId
in interface SavedContentEntryModel
userId
- the user ID of this saved content entrypublic void setUserName(java.lang.String userName)
setUserName
in interface com.liferay.portal.kernel.model.AuditedModel
setUserName
in interface SavedContentEntryModel
userName
- the user name of this saved content entrypublic void setUserUuid(java.lang.String userUuid)
setUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
setUserUuid
in interface SavedContentEntryModel
userUuid
- the user uuid of this saved content entrypublic void setUuid(java.lang.String uuid)
setUuid
in interface com.liferay.portal.kernel.model.StagedModel
setUuid
in interface SavedContentEntryModel
uuid
- the uuid of this saved content entrypublic java.lang.String toXmlString()
toXmlString
in interface SavedContentEntryModel
public 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.StagedModel
protected SavedContentEntryWrapper wrap(SavedContentEntry savedContentEntry)
wrap
in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<SavedContentEntry>