Package com.liferay.depot.model
Class DepotEntryPinWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DepotEntryPin>
com.liferay.depot.model.DepotEntryPinWrapper
- All Implemented Interfaces:
DepotEntryPin,DepotEntryPinModel,com.liferay.portal.kernel.model.BaseModel<DepotEntryPin>,com.liferay.portal.kernel.model.change.tracking.CTModel<DepotEntryPin>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.ModelWrapper<DepotEntryPin>,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,com.liferay.portal.kernel.model.ShardedModel,Serializable,Cloneable,Comparable<DepotEntryPin>
public class DepotEntryPinWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DepotEntryPin>
implements DepotEntryPin, com.liferay.portal.kernel.model.ModelWrapper<DepotEntryPin>
This class is a wrapper for DepotEntryPin.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.depot.model.DepotEntryPin
DEPOT_ENTRY_PIN_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the company ID of this depot entry pin.longReturns the ct collection ID of this depot entry pin.longReturns the depot entry ID of this depot entry pin.longReturns the depot entry pin ID of this depot entry pin.longReturns the group ID of this depot entry pin.longReturns the mvcc version of this depot entry pin.longReturns the primary key of this depot entry pin.longReturns the user ID of this depot entry pin.Returns the user uuid of this depot entry pin.getUuid()Returns the uuid of this depot entry pin.voidpersist()voidsetCompanyId(long companyId) Sets the company ID of this depot entry pin.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this depot entry pin.voidsetDepotEntryId(long depotEntryId) Sets the depot entry ID of this depot entry pin.voidsetDepotEntryPinId(long depotEntryPinId) Sets the depot entry pin ID of this depot entry pin.voidsetGroupId(long groupId) Sets the group ID of this depot entry pin.voidsetModelAttributes(Map<String, Object> attributes) voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this depot entry pin.voidsetPrimaryKey(long primaryKey) Sets the primary key of this depot entry pin.voidsetUserId(long userId) Sets the user ID of this depot entry pin.voidsetUserUuid(String userUuid) Sets the user uuid of this depot entry pin.voidSets the uuid of this depot entry pin.protected DepotEntryPinWrapperwrap(DepotEntryPin depotEntryPin) 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
-
DepotEntryPinWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<DepotEntryPin>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<DepotEntryPin>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<DepotEntryPin>- Specified by:
cloneWithOriginalValuesin interfaceDepotEntryPinModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this depot entry pin.- Specified by:
getCompanyIdin interfaceDepotEntryPinModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this depot entry pin
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this depot entry pin.- Specified by:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DepotEntryPin>- Specified by:
getCtCollectionIdin interfaceDepotEntryPinModel- Returns:
- the ct collection ID of this depot entry pin
-
getDepotEntryId
public long getDepotEntryId()Returns the depot entry ID of this depot entry pin.- Specified by:
getDepotEntryIdin interfaceDepotEntryPinModel- Returns:
- the depot entry ID of this depot entry pin
-
getDepotEntryPinId
public long getDepotEntryPinId()Returns the depot entry pin ID of this depot entry pin.- Specified by:
getDepotEntryPinIdin interfaceDepotEntryPinModel- Returns:
- the depot entry pin ID of this depot entry pin
-
getGroupId
public long getGroupId()Returns the group ID of this depot entry pin.- Specified by:
getGroupIdin interfaceDepotEntryPinModel- Returns:
- the group ID of this depot entry pin
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this depot entry pin.- Specified by:
getMvccVersionin interfaceDepotEntryPinModel- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this depot entry pin
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this depot entry pin.- Specified by:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DepotEntryPin>- Specified by:
getPrimaryKeyin interfaceDepotEntryPinModel- Returns:
- the primary key of this depot entry pin
-
getUserId
public long getUserId()Returns the user ID of this depot entry pin.- Specified by:
getUserIdin interfaceDepotEntryPinModel- Returns:
- the user ID of this depot entry pin
-
getUserUuid
Returns the user uuid of this depot entry pin.- Specified by:
getUserUuidin interfaceDepotEntryPinModel- Returns:
- the user uuid of this depot entry pin
-
getUuid
Returns the uuid of this depot entry pin.- Specified by:
getUuidin interfaceDepotEntryPinModel- Returns:
- the uuid of this depot entry pin
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this depot entry pin.- Specified by:
setCompanyIdin interfaceDepotEntryPinModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this depot entry pin
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this depot entry pin.- Specified by:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DepotEntryPin>- Specified by:
setCtCollectionIdin interfaceDepotEntryPinModel- Parameters:
ctCollectionId- the ct collection ID of this depot entry pin
-
setDepotEntryId
public void setDepotEntryId(long depotEntryId) Sets the depot entry ID of this depot entry pin.- Specified by:
setDepotEntryIdin interfaceDepotEntryPinModel- Parameters:
depotEntryId- the depot entry ID of this depot entry pin
-
setDepotEntryPinId
public void setDepotEntryPinId(long depotEntryPinId) Sets the depot entry pin ID of this depot entry pin.- Specified by:
setDepotEntryPinIdin interfaceDepotEntryPinModel- Parameters:
depotEntryPinId- the depot entry pin ID of this depot entry pin
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this depot entry pin.- Specified by:
setGroupIdin interfaceDepotEntryPinModel- Parameters:
groupId- the group ID of this depot entry pin
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this depot entry pin.- Specified by:
setMvccVersionin interfaceDepotEntryPinModel- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this depot entry pin
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this depot entry pin.- Specified by:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DepotEntryPin>- Specified by:
setPrimaryKeyin interfaceDepotEntryPinModel- Parameters:
primaryKey- the primary key of this depot entry pin
-
setUserId
public void setUserId(long userId) Sets the user ID of this depot entry pin.- Specified by:
setUserIdin interfaceDepotEntryPinModel- Parameters:
userId- the user ID of this depot entry pin
-
setUserUuid
Sets the user uuid of this depot entry pin.- Specified by:
setUserUuidin interfaceDepotEntryPinModel- Parameters:
userUuid- the user uuid of this depot entry pin
-
setUuid
Sets the uuid of this depot entry pin.- Specified by:
setUuidin interfaceDepotEntryPinModel- Parameters:
uuid- the uuid of this depot entry pin
-
toXmlString
- Specified by:
toXmlStringin interfaceDepotEntryPinModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctionsin interfacecom.liferay.portal.kernel.model.BaseModel<DepotEntryPin>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumersin interfacecom.liferay.portal.kernel.model.BaseModel<DepotEntryPin>
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DepotEntryPin>
-