@ProviderType public interface ViewCountEntryModel extends com.liferay.portal.kernel.model.AttachedModel, com.liferay.portal.kernel.model.BaseModel<ViewCountEntry>, com.liferay.portal.kernel.model.ShardedModel
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.
ViewCountEntry| Modifier and Type | Method and Description |
|---|---|
ViewCountEntry |
cloneWithOriginalValues() |
java.lang.String |
getClassName()
Returns the fully qualified class name of this view count entry.
|
long |
getClassNameId()
Returns the class name ID of this view count entry.
|
long |
getClassPK()
Returns the class pk of this view count entry.
|
long |
getCompanyId()
Returns the company ID of this view count entry.
|
ViewCountEntryPK |
getPrimaryKey()
Returns the primary key of this view count entry.
|
long |
getViewCount()
Returns the view count of this view count entry.
|
void |
setClassName(java.lang.String className) |
void |
setClassNameId(long classNameId)
Sets the class name ID of this view count entry.
|
void |
setClassPK(long classPK)
Sets the class pk of this view count entry.
|
void |
setCompanyId(long companyId)
Sets the company ID of this view count entry.
|
void |
setPrimaryKey(ViewCountEntryPK primaryKey)
Sets the primary key of this view count entry.
|
void |
setViewCount(long viewCount)
Sets the view count of this view count entry.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringViewCountEntryPK getPrimaryKey()
void setPrimaryKey(ViewCountEntryPK primaryKey)
primaryKey - the primary key of this view count entrylong getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this view count entryjava.lang.String getClassName()
getClassName in interface com.liferay.portal.kernel.model.TypedModelvoid setClassName(java.lang.String className)
long getClassNameId()
getClassNameId in interface com.liferay.portal.kernel.model.TypedModelvoid setClassNameId(long classNameId)
setClassNameId in interface com.liferay.portal.kernel.model.TypedModelclassNameId - the class name ID of this view count entrylong getClassPK()
getClassPK in interface com.liferay.portal.kernel.model.AttachedModelvoid setClassPK(long classPK)
setClassPK in interface com.liferay.portal.kernel.model.AttachedModelclassPK - the class pk of this view count entrylong getViewCount()
void setViewCount(long viewCount)
viewCount - the view count of this view count entryViewCountEntry cloneWithOriginalValues()
cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<ViewCountEntry>