com.liferay.counter.model
Interface Counter

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

public interface Counter
extends CounterModel

The model interface for the Counter service. Represents a row in the "Counter" database table, with each column mapped to a property of this class.

Never modify this interface directly. Add methods to com.liferay.counter.model.impl.CounterImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

Never reference this interface directly. All methods that expect a counter model instance should use the Counter interface instead.

Author:
Brian Wing Shun Chan
See Also:
CounterModel, com.liferay.counter.model.impl.CounterImpl, com.liferay.counter.model.impl.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, setEscapedModel, setExpandoBridgeAttributes, setName, setNew, setPrimaryKey, toEscapedModel, toString, toXmlString