Liferay 7.0-ce-b4

com.liferay.counter.model
Interface Counter

All Superinterfaces:
BaseModel<Counter>, ClassedModel, Cloneable, Comparable<Counter>, CounterModel, PersistedModel, Serializable
All Known Implementing Classes:
CounterBaseImpl, CounterImpl, CounterWrapper

@ProviderType
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.

See Also:
CounterModel, CounterImpl, CounterModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
static Accessor<Counter,String> NAME_ACCESSOR
           
 
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, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setName, setNew, setPrimaryKey, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Field Detail

NAME_ACCESSOR

static final Accessor<Counter,String> NAME_ACCESSOR

Liferay 7.0-ce-b4