Package com.liferay.view.count.model
Interface ViewCountEntryModel
- All Superinterfaces:
com.liferay.portal.kernel.model.AttachedModel,com.liferay.portal.kernel.model.BaseModel<ViewCountEntry>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<ViewCountEntry>,Serializable,com.liferay.portal.kernel.model.ShardedModel,com.liferay.portal.kernel.model.TypedModel
- All Known Subinterfaces:
ViewCountEntry
- All Known Implementing Classes:
ViewCountEntryWrapper
@ProviderType
public interface ViewCountEntryModel
extends com.liferay.portal.kernel.model.AttachedModel, com.liferay.portal.kernel.model.BaseModel<ViewCountEntry>, com.liferay.portal.kernel.model.ShardedModel
The base model interface for the ViewCountEntry service. Represents a row in the "ViewCountEntry" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation com.liferay.view.count.model.impl.ViewCountEntryModelImpl 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.view.count.model.impl.ViewCountEntryImpl.
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the fully qualified class name of this view count entry.longReturns the class name ID of this view count entry.longReturns the class pk of this view count entry.longReturns the company ID of this view count entry.Returns the primary key of this view count entry.longReturns the view count of this view count entry.voidsetClassName(String className) voidsetClassNameId(long classNameId) Sets the class name ID of this view count entry.voidsetClassPK(long classPK) Sets the class pk of this view count entry.voidsetCompanyId(long companyId) Sets the company ID of this view count entry.voidsetPrimaryKey(ViewCountEntryPK primaryKey) Sets the primary key of this view count entry.voidsetViewCount(long viewCount) Sets the view count of this view count entry.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
ViewCountEntryPK getPrimaryKey()Returns the primary key of this view count entry.- Returns:
- the primary key of this view count entry
-
setPrimaryKey
Sets the primary key of this view count entry.- Parameters:
primaryKey- the primary key of this view count entry
-
getCompanyId
long getCompanyId()Returns the company ID of this view count entry.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this view count entry
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this view count entry.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this view count entry
-
getClassName
String getClassName()Returns the fully qualified class name of this view count entry.- Specified by:
getClassNamein interfacecom.liferay.portal.kernel.model.TypedModel- Returns:
- the fully qualified class name of this view count entry
-
setClassName
-
getClassNameId
long getClassNameId()Returns the class name ID of this view count entry.- Specified by:
getClassNameIdin interfacecom.liferay.portal.kernel.model.TypedModel- Returns:
- the class name ID of this view count entry
-
setClassNameId
void setClassNameId(long classNameId) Sets the class name ID of this view count entry.- Specified by:
setClassNameIdin interfacecom.liferay.portal.kernel.model.TypedModel- Parameters:
classNameId- the class name ID of this view count entry
-
getClassPK
long getClassPK()Returns the class pk of this view count entry.- Specified by:
getClassPKin interfacecom.liferay.portal.kernel.model.AttachedModel- Returns:
- the class pk of this view count entry
-
setClassPK
void setClassPK(long classPK) Sets the class pk of this view count entry.- Specified by:
setClassPKin interfacecom.liferay.portal.kernel.model.AttachedModel- Parameters:
classPK- the class pk of this view count entry
-
getViewCount
long getViewCount()Returns the view count of this view count entry.- Returns:
- the view count of this view count entry
-
setViewCount
void setViewCount(long viewCount) Sets the view count of this view count entry.- Parameters:
viewCount- the view count of this view count entry
-
cloneWithOriginalValues
ViewCountEntry cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<ViewCountEntry>
-
toXmlString
-