Liferay 6.0.5

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

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

Never modify this interface directly. Add methods to ClassNameImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

Never reference this interface directly. All methods that expect a class name model instance should use the ClassName interface instead.

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.5