Liferay 7.0-ce-b4

com.liferay.portal.model
Interface ClassName

All Superinterfaces:
BaseModel<ClassName>, ClassedModel, ClassNameModel, Cloneable, Comparable<ClassName>, MVCCModel, PersistedModel, Serializable, TypedModel
All Known Implementing Classes:
ClassNameWrapper

@ProviderType
public interface ClassName
extends ClassNameModel, PersistedModel

The extended model interface for the ClassName service. Represents a row in the "ClassName_" database table, with each column mapped to a property of this class.

See Also:
ClassNameModel, ClassNameImpl, ClassNameModelImpl

Field Summary
static Accessor<ClassName,Long> CLASS_NAME_ID_ACCESSOR
           
 
Method Summary
 
Methods inherited from interface com.liferay.portal.model.ClassNameModel
clone, compareTo, getClassName, getClassNameId, getExpandoBridge, getMvccVersion, getPrimaryKey, getPrimaryKeyObj, getValue, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setClassName, setClassNameId, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setMvccVersion, setNew, setPrimaryKey, setPrimaryKeyObj, setValue, 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

CLASS_NAME_ID_ACCESSOR

static final Accessor<ClassName,Long> CLASS_NAME_ID_ACCESSOR

Liferay 7.0-ce-b4