Liferay 6.1.2-ce-ga3

com.liferay.portal.model.impl
Class ClassNameImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<ClassName>
      extended by com.liferay.portal.model.impl.ClassNameModelImpl
          extended by com.liferay.portal.model.impl.ClassNameBaseImpl
              extended by com.liferay.portal.model.impl.ClassNameImpl
All Implemented Interfaces:
BaseModel<ClassName>, ClassedModel, ClassName, ClassNameModel, PersistedModel, Serializable, Cloneable, Comparable<ClassName>

public class ClassNameImpl
extends ClassNameBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.ClassNameModelImpl
COLUMN_BITMASK_ENABLED, 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, VALUE_COLUMN_BITMASK
 
Constructor Summary
ClassNameImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portal.model.impl.ClassNameBaseImpl
persist
 
Methods inherited from class com.liferay.portal.model.impl.ClassNameModelImpl
clone, compareTo, equals, getClassName, getClassNameId, getColumnBitmask, getExpandoBridge, getModelAttributes, getModelClass, getModelClassName, getOriginalValue, getPrimaryKey, getPrimaryKeyObj, getValue, hashCode, resetOriginalValues, setClassName, setClassNameId, setExpandoBridgeAttributes, setModelAttributes, setPrimaryKey, setPrimaryKeyObj, setValue, toCacheModel, toEscapedModel, toModel, toModels, toString, toUnescapedModel, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.model.ClassNameModel
clone, compareTo, getClassName, getClassNameId, getExpandoBridge, getPrimaryKey, getPrimaryKeyObj, getValue, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setClassName, setClassNameId, setExpandoBridgeAttributes, setNew, setPrimaryKey, setPrimaryKeyObj, setValue, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 

Constructor Detail

ClassNameImpl

public ClassNameImpl()

Liferay 6.1.2-ce-ga3