Package com.liferay.saved.content.model
Class SavedContentEntryWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<SavedContentEntry>
com.liferay.saved.content.model.SavedContentEntryWrapper
- All Implemented Interfaces:
com.liferay.portal.kernel.model.AttachedModel,com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<SavedContentEntry>,com.liferay.portal.kernel.model.change.tracking.CTModel<SavedContentEntry>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.GroupedModel,com.liferay.portal.kernel.model.ModelWrapper<SavedContentEntry>,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,com.liferay.portal.kernel.model.ShardedModel,com.liferay.portal.kernel.model.StagedAuditedModel,com.liferay.portal.kernel.model.StagedModel,com.liferay.portal.kernel.model.TypedModel,SavedContentEntry,SavedContentEntryModel,Serializable,Cloneable,Comparable<SavedContentEntry>
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.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.saved.content.model.SavedContentEntry
SAVED_CONTENT_ENTRY_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the fully qualified class name of this saved content entry.longReturns the class name ID of this saved content entry.longReturns the class pk of this saved content entry.longReturns the company ID of this saved content entry.Returns the create date of this saved content entry.longReturns the ct collection ID of this saved content entry.longReturns the group ID of this saved content entry.Returns the modified date of this saved content entry.longReturns the mvcc version of this saved content entry.longReturns the primary key of this saved content entry.longReturns the saved content entry ID of this saved content entry.com.liferay.exportimport.kernel.lar.StagedModelTypelongReturns the user ID of this saved content entry.Returns the user name of this saved content entry.Returns the user uuid of this saved content entry.getUuid()Returns the uuid of this saved content entry.voidpersist()voidsetClassName(String className) voidsetClassNameId(long classNameId) Sets the class name ID of this saved content entry.voidsetClassPK(long classPK) Sets the class pk of this saved content entry.voidsetCompanyId(long companyId) Sets the company ID of this saved content entry.voidsetCreateDate(Date createDate) Sets the create date of this saved content entry.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this saved content entry.voidsetGroupId(long groupId) Sets the group ID of this saved content entry.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this saved content entry.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this saved content entry.voidsetPrimaryKey(long primaryKey) Sets the primary key of this saved content entry.voidsetSavedContentEntryId(long savedContentEntryId) Sets the saved content entry ID of this saved content entry.voidsetUserId(long userId) Sets the user ID of this saved content entry.voidsetUserName(String userName) Sets the user name of this saved content entry.voidsetUserUuid(String userUuid) Sets the user uuid of this saved content entry.voidSets the uuid of this saved content entry.protected SavedContentEntryWrapperwrap(SavedContentEntry savedContentEntry) Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModelMethods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone
-
Constructor Details
-
SavedContentEntryWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<SavedContentEntry>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<SavedContentEntry>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<SavedContentEntry>- Specified by:
cloneWithOriginalValuesin interfaceSavedContentEntryModel
-
getClassName
Returns the fully qualified class name of this saved content entry.- Specified by:
getClassNamein interfaceSavedContentEntryModel- Specified by:
getClassNamein interfacecom.liferay.portal.kernel.model.TypedModel- Returns:
- the fully qualified class name of this saved content entry
-
getClassNameId
public long getClassNameId()Returns the class name ID of this saved content entry.- Specified by:
getClassNameIdin interfaceSavedContentEntryModel- Specified by:
getClassNameIdin interfacecom.liferay.portal.kernel.model.TypedModel- Returns:
- the class name ID of this saved content entry
-
getClassPK
public long getClassPK()Returns the class pk of this saved content entry.- Specified by:
getClassPKin interfacecom.liferay.portal.kernel.model.AttachedModel- Specified by:
getClassPKin interfaceSavedContentEntryModel- Returns:
- the class pk of this saved content entry
-
getCompanyId
public long getCompanyId()Returns the company ID of this saved content entry.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfaceSavedContentEntryModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the company ID of this saved content entry
-
getCreateDate
Returns the create date of this saved content entry.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfaceSavedContentEntryModel- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the create date of this saved content entry
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this saved content entry.- Specified by:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<SavedContentEntry>- Specified by:
getCtCollectionIdin interfaceSavedContentEntryModel- Returns:
- the ct collection ID of this saved content entry
-
getGroupId
public long getGroupId()Returns the group ID of this saved content entry.- Specified by:
getGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Specified by:
getGroupIdin interfaceSavedContentEntryModel- Returns:
- the group ID of this saved content entry
-
getModifiedDate
Returns the modified date of this saved content entry.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein interfaceSavedContentEntryModel- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the modified date of this saved content entry
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this saved content entry.- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Specified by:
getMvccVersionin interfaceSavedContentEntryModel- Returns:
- the mvcc version of this saved content entry
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this saved content entry.- Specified by:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<SavedContentEntry>- Specified by:
getPrimaryKeyin interfaceSavedContentEntryModel- Returns:
- the primary key of this saved content entry
-
getSavedContentEntryId
public long getSavedContentEntryId()Returns the saved content entry ID of this saved content entry.- Specified by:
getSavedContentEntryIdin interfaceSavedContentEntryModel- Returns:
- the saved content entry ID of this saved content entry
-
getUserId
public long getUserId()Returns the user ID of this saved content entry.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserIdin interfaceSavedContentEntryModel- Returns:
- the user ID of this saved content entry
-
getUserName
Returns the user name of this saved content entry.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserNamein interfaceSavedContentEntryModel- Returns:
- the user name of this saved content entry
-
getUserUuid
Returns the user uuid of this saved content entry.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserUuidin interfaceSavedContentEntryModel- Returns:
- the user uuid of this saved content entry
-
getUuid
Returns the uuid of this saved content entry.- Specified by:
getUuidin interfaceSavedContentEntryModel- Specified by:
getUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the uuid of this saved content entry
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
setClassName
- Specified by:
setClassNamein interfaceSavedContentEntryModel
-
setClassNameId
public void setClassNameId(long classNameId) Sets the class name ID of this saved content entry.- Specified by:
setClassNameIdin interfaceSavedContentEntryModel- Specified by:
setClassNameIdin interfacecom.liferay.portal.kernel.model.TypedModel- Parameters:
classNameId- the class name ID of this saved content entry
-
setClassPK
public void setClassPK(long classPK) Sets the class pk of this saved content entry.- Specified by:
setClassPKin interfacecom.liferay.portal.kernel.model.AttachedModel- Specified by:
setClassPKin interfaceSavedContentEntryModel- Parameters:
classPK- the class pk of this saved content entry
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this saved content entry.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfaceSavedContentEntryModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
companyId- the company ID of this saved content entry
-
setCreateDate
Sets the create date of this saved content entry.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein interfaceSavedContentEntryModel- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
createDate- the create date of this saved content entry
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this saved content entry.- Specified by:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<SavedContentEntry>- Specified by:
setCtCollectionIdin interfaceSavedContentEntryModel- Parameters:
ctCollectionId- the ct collection ID of this saved content entry
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this saved content entry.- Specified by:
setGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Specified by:
setGroupIdin interfaceSavedContentEntryModel- Parameters:
groupId- the group ID of this saved content entry
-
setModifiedDate
Sets the modified date of this saved content entry.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein interfaceSavedContentEntryModel- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
modifiedDate- the modified date of this saved content entry
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this saved content entry.- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Specified by:
setMvccVersionin interfaceSavedContentEntryModel- Parameters:
mvccVersion- the mvcc version of this saved content entry
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this saved content entry.- Specified by:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<SavedContentEntry>- Specified by:
setPrimaryKeyin interfaceSavedContentEntryModel- Parameters:
primaryKey- the primary key of this saved content entry
-
setSavedContentEntryId
public void setSavedContentEntryId(long savedContentEntryId) Sets the saved content entry ID of this saved content entry.- Specified by:
setSavedContentEntryIdin interfaceSavedContentEntryModel- Parameters:
savedContentEntryId- the saved content entry ID of this saved content entry
-
setUserId
public void setUserId(long userId) Sets the user ID of this saved content entry.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserIdin interfaceSavedContentEntryModel- Parameters:
userId- the user ID of this saved content entry
-
setUserName
Sets the user name of this saved content entry.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserNamein interfaceSavedContentEntryModel- Parameters:
userName- the user name of this saved content entry
-
setUserUuid
Sets the user uuid of this saved content entry.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserUuidin interfaceSavedContentEntryModel- Parameters:
userUuid- the user uuid of this saved content entry
-
setUuid
Sets the uuid of this saved content entry.- Specified by:
setUuidin interfaceSavedContentEntryModel- Specified by:
setUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
uuid- the uuid of this saved content entry
-
toXmlString
- Specified by:
toXmlStringin interfaceSavedContentEntryModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctionsin interfacecom.liferay.portal.kernel.model.BaseModel<SavedContentEntry>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumersin interfacecom.liferay.portal.kernel.model.BaseModel<SavedContentEntry>
-
getStagedModelType
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()- Specified by:
getStagedModelTypein interfacecom.liferay.portal.kernel.model.StagedModel
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<SavedContentEntry>
-