public class DummyImpl
extends com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Dummy>
implements com.liferay.portal.kernel.model.Dummy
| Constructor and Description |
|---|
DummyImpl() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
int |
compareTo(com.liferay.portal.kernel.model.Dummy dummy) |
Class<?> |
getModelClass() |
String |
getModelClassName() |
Serializable |
getPrimaryKeyObj() |
boolean |
isEntityCacheEnabled() |
boolean |
isFinderCacheEnabled() |
void |
resetOriginalValues() |
void |
setPrimaryKeyObj(Serializable primaryKeyObj) |
String |
toXmlString() |
getExpandoBridge, getLocale, getModelAttributes, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, toCacheModel, toEscapedModel, toUnescapedModelequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetExpandoBridge, getModelAttributes, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, toCacheModel, toEscapedModel, toUnescapedModelpublic Object clone()
clone in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Dummy>clone in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Dummy>public int compareTo(com.liferay.portal.kernel.model.Dummy dummy)
compareTo in interface Comparable<com.liferay.portal.kernel.model.Dummy>public Class<?> getModelClass()
getModelClass in interface com.liferay.portal.kernel.model.ClassedModelpublic String getModelClassName()
getModelClassName in interface com.liferay.portal.kernel.model.ClassedModelpublic Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Dummy>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelpublic boolean isEntityCacheEnabled()
isEntityCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Dummy>public boolean isFinderCacheEnabled()
isFinderCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Dummy>public void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Dummy>resetOriginalValues in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Dummy>public void setPrimaryKeyObj(Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Dummy>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelpublic String toXmlString()
toXmlString in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Dummy>