Liferay 6.0.3

com.liferay.portal.model
Interface ClassName

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

public interface ClassName
extends ClassNameModel

This interface is a model that represents the ClassName_ table in the database.

Customize ClassNameImpl and rerun the ServiceBuilder to generate the new methods.

See Also:
ClassNameModel, ClassNameImpl, ClassNameModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time 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, setClassNameId, setEscapedModel, setExpandoBridgeAttributes, setNew, setPrimaryKey, setValue, toEscapedModel, toString, toXmlString
 


Liferay 6.0.3