Liferay 6.1.2-ce-ga3

com.liferay.portal.model
Interface DummyModel

All Superinterfaces:
BaseModel<Dummy>, ClassedModel, Cloneable, Comparable<Dummy>, Serializable
All Known Subinterfaces:
Dummy
All Known Implementing Classes:
DummyImpl

public interface DummyModel
extends BaseModel<Dummy>


Method Summary
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEscapedModel, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface java.lang.Comparable
compareTo
 


Liferay 6.1.2-ce-ga3