Package com.liferay.counter.kernel.model
Interface Counter
- All Superinterfaces:
BaseModel<Counter>
,ClassedModel
,Cloneable
,Comparable<Counter>
,CounterModel
,Serializable
- All Known Implementing Classes:
CounterWrapper
The extended model interface for the Counter service. Represents a row in the "Counter" database table, with each column mapped to a property of this class.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
Fields -
Method Summary
Methods 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, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.counter.kernel.model.CounterModel
cloneWithOriginalValues, getCurrentId, getName, getPrimaryKey, setCurrentId, setName, setPrimaryKey, toXmlString
-
Field Details
-
NAME_ACCESSOR
-