Liferay 6.0.5

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.ClassNameImpl
All Implemented Interfaces:
BaseModel<ClassName>, ClassName, ClassNameModel, Serializable, Cloneable, Comparable<ClassName>

public class ClassNameImpl
extends ClassNameModelImpl
implements ClassName

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.ClassNameModelImpl
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
ClassNameImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portal.model.impl.ClassNameModelImpl
clone, compareTo, equals, getClassName, getClassNameId, getExpandoBridge, getOriginalValue, getPrimaryKey, getPrimaryKeyObj, getValue, hashCode, setClassNameId, setExpandoBridgeAttributes, setPrimaryKey, setValue, toEscapedModel, toModel, toModels, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, 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, setClassNameId, setEscapedModel, setExpandoBridgeAttributes, setNew, setPrimaryKey, setValue, toEscapedModel, toString, toXmlString
 

Constructor Detail

ClassNameImpl

public ClassNameImpl()

Liferay 6.0.5