Liferay 6.1.2-ce-ga3

com.liferay.portal.model
Interface ClassName

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

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

Method Summary
 
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
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 


Liferay 6.1.2-ce-ga3