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.
- See Also:
ClassNameModel,
ClassNameImpl,
ClassNameModelImpl- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
| 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 |