Liferay 6.0.5

com.liferay.counter.model.impl
Class CounterImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<Counter>
      extended by com.liferay.counter.model.impl.CounterModelImpl
          extended by com.liferay.counter.model.impl.CounterImpl
All Implemented Interfaces:
Counter, CounterModel, BaseModel<Counter>, Serializable, Cloneable, Comparable<Counter>

public class CounterImpl
extends CounterModelImpl
implements Counter

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.counter.model.impl.CounterModelImpl
DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
CounterImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.counter.model.impl.CounterModelImpl
clone, compareTo, equals, getCurrentId, getName, getPrimaryKey, getPrimaryKeyObj, hashCode, setCurrentId, setName, setPrimaryKey, toEscapedModel, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getExpandoBridge, isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setExpandoBridgeAttributes, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
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
 

Constructor Detail

CounterImpl

public CounterImpl()

Liferay 6.0.5