public class ViewCountEntryWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<ViewCountEntry> implements com.liferay.portal.kernel.model.ModelWrapper<ViewCountEntry>, ViewCountEntry
This class is a wrapper for ViewCountEntry.
ViewCountEntry,
Serialized FormCLASS_NAME_ID_ACCESSOR, CLASS_PK_ACCESSOR, COMPANY_ID_ACCESSOR| Constructor and Description |
|---|
ViewCountEntryWrapper(ViewCountEntry 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.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
ViewCountEntryPK |
getPrimaryKey()
Returns the primary key of this view count entry.
|
long |
getViewCount()
Returns the view count of this view count entry.
|
void |
persist() |
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 |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
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.
|
java.lang.String |
toXmlString() |
protected ViewCountEntryWrapper |
wrap(ViewCountEntry viewCountEntry) |
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModelfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelpublic ViewCountEntryWrapper(ViewCountEntry viewCountEntry)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<ViewCountEntry>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<ViewCountEntry>public ViewCountEntry cloneWithOriginalValues()
cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<ViewCountEntry>cloneWithOriginalValues in interface ViewCountEntryModelpublic java.lang.String getClassName()
getClassName in interface com.liferay.portal.kernel.model.TypedModelgetClassName in interface ViewCountEntryModelpublic long getClassNameId()
getClassNameId in interface com.liferay.portal.kernel.model.TypedModelgetClassNameId in interface ViewCountEntryModelpublic long getClassPK()
getClassPK in interface com.liferay.portal.kernel.model.AttachedModelgetClassPK in interface ViewCountEntryModelpublic long getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface ViewCountEntryModelpublic ViewCountEntryPK getPrimaryKey()
getPrimaryKey in interface ViewCountEntryModelpublic long getViewCount()
getViewCount in interface ViewCountEntryModelpublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setClassName(java.lang.String className)
setClassName in interface ViewCountEntryModelpublic void setClassNameId(long classNameId)
setClassNameId in interface com.liferay.portal.kernel.model.TypedModelsetClassNameId in interface ViewCountEntryModelclassNameId - the class name ID of this view count entrypublic void setClassPK(long classPK)
setClassPK in interface com.liferay.portal.kernel.model.AttachedModelsetClassPK in interface ViewCountEntryModelclassPK - the class pk of this view count entrypublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface ViewCountEntryModelcompanyId - the company ID of this view count entrypublic void setPrimaryKey(ViewCountEntryPK primaryKey)
setPrimaryKey in interface ViewCountEntryModelprimaryKey - the primary key of this view count entrypublic void setViewCount(long viewCount)
setViewCount in interface ViewCountEntryModelviewCount - the view count of this view count entrypublic java.lang.String toXmlString()
toXmlString in interface ViewCountEntryModelprotected ViewCountEntryWrapper wrap(ViewCountEntry viewCountEntry)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<ViewCountEntry>