Package com.liferay.trash.model
Class TrashVersionWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<TrashVersion>
com.liferay.trash.model.TrashVersionWrapper
- All Implemented Interfaces:
com.liferay.portal.kernel.model.AttachedModel,com.liferay.portal.kernel.model.BaseModel<TrashVersion>,com.liferay.portal.kernel.model.change.tracking.CTModel<TrashVersion>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.ModelWrapper<TrashVersion>,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,com.liferay.portal.kernel.model.ShardedModel,com.liferay.portal.kernel.model.TypedModel,TrashVersion,TrashVersionModel,Serializable,Cloneable,Comparable<TrashVersion>
public class TrashVersionWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<TrashVersion>
implements com.liferay.portal.kernel.model.ModelWrapper<TrashVersion>, TrashVersion
This class is a wrapper for TrashVersion.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.trash.model.TrashVersion
VERSION_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the fully qualified class name of this trash version.longReturns the class name ID of this trash version.longReturns the class pk of this trash version.longReturns the company ID of this trash version.longReturns the ct collection ID of this trash version.longReturns the entry ID of this trash version.longReturns the mvcc version of this trash version.longReturns the primary key of this trash version.intReturns the status of this trash version.Returns the type settings of this trash version.com.liferay.portal.kernel.util.UnicodePropertiesgetTypeSettingsProperty(String key, String defaultValue) longReturns the version ID of this trash version.voidpersist()voidsetClassName(String className) voidsetClassNameId(long classNameId) Sets the class name ID of this trash version.voidsetClassPK(long classPK) Sets the class pk of this trash version.voidsetCompanyId(long companyId) Sets the company ID of this trash version.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this trash version.voidsetEntryId(long entryId) Sets the entry ID of this trash version.voidsetModelAttributes(Map<String, Object> attributes) voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this trash version.voidsetPrimaryKey(long primaryKey) Sets the primary key of this trash version.voidsetStatus(int status) Sets the status of this trash version.voidsetTypeSettings(String typeSettings) Sets the type settings of this trash version.voidsetTypeSettingsProperties(com.liferay.portal.kernel.util.UnicodeProperties typeSettingsUnicodeProperties) voidsetVersionId(long versionId) Sets the version ID of this trash version.protected TrashVersionWrapperwrap(TrashVersion trashVersion) 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
getWrappedModel
-
Constructor Details
-
TrashVersionWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<TrashVersion>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<TrashVersion>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<TrashVersion>- Specified by:
cloneWithOriginalValuesin interfaceTrashVersionModel
-
getClassName
Returns the fully qualified class name of this trash version.- Specified by:
getClassNamein interfaceTrashVersionModel- Specified by:
getClassNamein interfacecom.liferay.portal.kernel.model.TypedModel- Returns:
- the fully qualified class name of this trash version
-
getClassNameId
public long getClassNameId()Returns the class name ID of this trash version.- Specified by:
getClassNameIdin interfaceTrashVersionModel- Specified by:
getClassNameIdin interfacecom.liferay.portal.kernel.model.TypedModel- Returns:
- the class name ID of this trash version
-
getClassPK
public long getClassPK()Returns the class pk of this trash version.- Specified by:
getClassPKin interfacecom.liferay.portal.kernel.model.AttachedModel- Specified by:
getClassPKin interfaceTrashVersionModel- Returns:
- the class pk of this trash version
-
getCompanyId
public long getCompanyId()Returns the company ID of this trash version.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
getCompanyIdin interfaceTrashVersionModel- Returns:
- the company ID of this trash version
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this trash version.- Specified by:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<TrashVersion>- Specified by:
getCtCollectionIdin interfaceTrashVersionModel- Returns:
- the ct collection ID of this trash version
-
getEntryId
public long getEntryId()Returns the entry ID of this trash version.- Specified by:
getEntryIdin interfaceTrashVersionModel- Returns:
- the entry ID of this trash version
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this trash version.- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Specified by:
getMvccVersionin interfaceTrashVersionModel- Returns:
- the mvcc version of this trash version
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this trash version.- Specified by:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<TrashVersion>- Specified by:
getPrimaryKeyin interfaceTrashVersionModel- Returns:
- the primary key of this trash version
-
getStatus
public int getStatus()Returns the status of this trash version.- Specified by:
getStatusin interfaceTrashVersionModel- Returns:
- the status of this trash version
-
getTypeSettings
Returns the type settings of this trash version.- Specified by:
getTypeSettingsin interfaceTrashVersionModel- Returns:
- the type settings of this trash version
-
getTypeSettingsProperties
public com.liferay.portal.kernel.util.UnicodeProperties getTypeSettingsProperties()- Specified by:
getTypeSettingsPropertiesin interfaceTrashVersion
-
getTypeSettingsProperty
- Specified by:
getTypeSettingsPropertyin interfaceTrashVersion
-
getTypeSettingsProperty
- Specified by:
getTypeSettingsPropertyin interfaceTrashVersion
-
getVersionId
public long getVersionId()Returns the version ID of this trash version.- Specified by:
getVersionIdin interfaceTrashVersionModel- Returns:
- the version ID of this trash version
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
setClassName
- Specified by:
setClassNamein interfaceTrashVersionModel
-
setClassNameId
public void setClassNameId(long classNameId) Sets the class name ID of this trash version.- Specified by:
setClassNameIdin interfaceTrashVersionModel- Specified by:
setClassNameIdin interfacecom.liferay.portal.kernel.model.TypedModel- Parameters:
classNameId- the class name ID of this trash version
-
setClassPK
public void setClassPK(long classPK) Sets the class pk of this trash version.- Specified by:
setClassPKin interfacecom.liferay.portal.kernel.model.AttachedModel- Specified by:
setClassPKin interfaceTrashVersionModel- Parameters:
classPK- the class pk of this trash version
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this trash version.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
setCompanyIdin interfaceTrashVersionModel- Parameters:
companyId- the company ID of this trash version
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this trash version.- Specified by:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<TrashVersion>- Specified by:
setCtCollectionIdin interfaceTrashVersionModel- Parameters:
ctCollectionId- the ct collection ID of this trash version
-
setEntryId
public void setEntryId(long entryId) Sets the entry ID of this trash version.- Specified by:
setEntryIdin interfaceTrashVersionModel- Parameters:
entryId- the entry ID of this trash version
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this trash version.- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Specified by:
setMvccVersionin interfaceTrashVersionModel- Parameters:
mvccVersion- the mvcc version of this trash version
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this trash version.- Specified by:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<TrashVersion>- Specified by:
setPrimaryKeyin interfaceTrashVersionModel- Parameters:
primaryKey- the primary key of this trash version
-
setStatus
public void setStatus(int status) Sets the status of this trash version.- Specified by:
setStatusin interfaceTrashVersionModel- Parameters:
status- the status of this trash version
-
setTypeSettings
Sets the type settings of this trash version.- Specified by:
setTypeSettingsin interfaceTrashVersionModel- Parameters:
typeSettings- the type settings of this trash version
-
setTypeSettingsProperties
public void setTypeSettingsProperties(com.liferay.portal.kernel.util.UnicodeProperties typeSettingsUnicodeProperties) - Specified by:
setTypeSettingsPropertiesin interfaceTrashVersion
-
setVersionId
public void setVersionId(long versionId) Sets the version ID of this trash version.- Specified by:
setVersionIdin interfaceTrashVersionModel- Parameters:
versionId- the version ID of this trash version
-
toXmlString
- Specified by:
toXmlStringin interfaceTrashVersionModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctionsin interfacecom.liferay.portal.kernel.model.BaseModel<TrashVersion>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumersin interfacecom.liferay.portal.kernel.model.BaseModel<TrashVersion>
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<TrashVersion>
-