com.liferay.counter.model
Interface Counter

All Superinterfaces:
BaseModel<Counter>, ClassedModel, java.lang.Cloneable, java.lang.Comparable<Counter>, CounterModel, PersistedModel, java.io.Serializable
All Known Implementing Classes:
CounterWrapper

public interface Counter
extends CounterModel, PersistedModel

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:
CounterModel, CounterImpl, CounterModelImpl
Generated:

Method Summary
 
Methods inherited from interface com.liferay.counter.model.CounterModel
clone, compareTo, getCurrentId, getExpandoBridge, getName, getPrimaryKey, getPrimaryKeyObj, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCurrentId, setExpandoBridgeAttributes, setName, setNew, setPrimaryKey, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist