com.liferay.counter.model
Interface Counter
- All Superinterfaces:
- BaseModel<Counter>, Cloneable, Comparable<Counter>, CounterModel, Serializable
- All Known Implementing Classes:
- CounterImpl, 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 CounterImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.
- See Also:
CounterModel,
CounterImpl,
CounterModelImpl- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
| 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 |