Package com.liferay.depot.model
Interface DepotEntryPinModel
- All Superinterfaces:
com.liferay.portal.kernel.model.BaseModel<DepotEntryPin>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<DepotEntryPin>,com.liferay.portal.kernel.model.change.tracking.CTModel<DepotEntryPin>,com.liferay.portal.kernel.model.MVCCModel,Serializable,com.liferay.portal.kernel.model.ShardedModel
- All Known Subinterfaces:
DepotEntryPin
- All Known Implementing Classes:
DepotEntryPinWrapper
@ProviderType
public interface DepotEntryPinModel
extends com.liferay.portal.kernel.model.BaseModel<DepotEntryPin>, com.liferay.portal.kernel.model.change.tracking.CTModel<DepotEntryPin>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
The base model interface for the DepotEntryPin service. Represents a row in the "DepotEntryPin" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation com.liferay.depot.model.impl.DepotEntryPinModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.depot.model.impl.DepotEntryPinImpl.
- See Also:
- Generated:
-
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.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.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.default StringMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this depot entry pin.- Specified by:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DepotEntryPin>- Returns:
- the primary key of this depot entry pin
-
setPrimaryKey
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>- Parameters:
primaryKey- the primary key of this depot entry pin
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this depot entry pin.- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this depot entry pin
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this depot entry pin.- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this depot entry pin
-
getCtCollectionId
long getCtCollectionId()Returns the ct collection ID of this depot entry pin.- Specified by:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DepotEntryPin>- Returns:
- the ct collection ID of this depot entry pin
-
setCtCollectionId
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>- Parameters:
ctCollectionId- the ct collection ID of this depot entry pin
-
getUuid
Returns the uuid of this depot entry pin.- Returns:
- the uuid of this depot entry pin
-
setUuid
Sets the uuid of this depot entry pin.- Parameters:
uuid- the uuid of this depot entry pin
-
getDepotEntryPinId
long getDepotEntryPinId()Returns the depot entry pin ID of this depot entry pin.- Returns:
- the depot entry pin ID of this depot entry pin
-
setDepotEntryPinId
void setDepotEntryPinId(long depotEntryPinId) Sets the depot entry pin ID of this depot entry pin.- Parameters:
depotEntryPinId- the depot entry pin ID of this depot entry pin
-
getGroupId
long getGroupId()Returns the group ID of this depot entry pin.- Returns:
- the group ID of this depot entry pin
-
setGroupId
void setGroupId(long groupId) Sets the group ID of this depot entry pin.- Parameters:
groupId- the group ID of this depot entry pin
-
getCompanyId
long getCompanyId()Returns the company ID of this depot entry pin.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this depot entry pin
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this depot entry pin.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this depot entry pin
-
getUserId
long getUserId()Returns the user ID of this depot entry pin.- Returns:
- the user ID of this depot entry pin
-
setUserId
void setUserId(long userId) Sets the user ID of this depot entry pin.- Parameters:
userId- the user ID of this depot entry pin
-
getUserUuid
String getUserUuid()Returns the user uuid of this depot entry pin.- Returns:
- the user uuid of this depot entry pin
-
setUserUuid
Sets the user uuid of this depot entry pin.- Parameters:
userUuid- the user uuid of this depot entry pin
-
getDepotEntryId
long getDepotEntryId()Returns the depot entry ID of this depot entry pin.- Returns:
- the depot entry ID of this depot entry pin
-
setDepotEntryId
void setDepotEntryId(long depotEntryId) Sets the depot entry ID of this depot entry pin.- Parameters:
depotEntryId- the depot entry ID of this depot entry pin
-
cloneWithOriginalValues
DepotEntryPin cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<DepotEntryPin>
-
toXmlString
-