Liferay 6.0.5

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.

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

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.5