Liferay 6.2-ce-ga5

com.liferay.portal.model
Interface ClassName

All Superinterfaces:
BaseModel<ClassName>, ClassedModel, ClassNameModel, Cloneable, Comparable<ClassName>, PersistedModel, Serializable, TypedModel
All Known Implementing Classes:
ClassNameBaseImpl, ClassNameImpl, 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
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

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, setExpandoBridgeAttributes, 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.2-ce-ga5