Liferay 6.0.3

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

This interface is a model that represents the Counter table in the database.

Customize CounterImpl and rerun the ServiceBuilder to generate the new methods.

See Also:
CounterModel, CounterImpl, CounterModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is 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
 


Liferay 6.0.3