Liferay 7.0-ga1 portal-impl

com.liferay.portal.model.impl
Class DummyImpl

java.lang.Object
  extended by com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Dummy>
      extended by com.liferay.portal.model.impl.DummyImpl
All Implemented Interfaces:
com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Dummy>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.Dummy, com.liferay.portal.kernel.model.DummyModel, Serializable, Cloneable, Comparable<com.liferay.portal.kernel.model.Dummy>

public class DummyImpl
extends com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Dummy>
implements com.liferay.portal.kernel.model.Dummy

See Also:
Serialized Form

Constructor Summary
DummyImpl()
           
 
Method Summary
 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()
           
 
Methods inherited from class com.liferay.portal.kernel.model.impl.BaseModelImpl
getExpandoBridge, getLocale, getModelAttributes, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, toCacheModel, toEscapedModel, toUnescapedModel
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
getExpandoBridge, getModelAttributes, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, toCacheModel, toEscapedModel, toUnescapedModel
 

Constructor Detail

DummyImpl

public DummyImpl()
Method Detail

clone

public Object clone()
Specified by:
clone in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Dummy>
Specified by:
clone in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Dummy>

compareTo

public int compareTo(com.liferay.portal.kernel.model.Dummy dummy)
Specified by:
compareTo in interface Comparable<com.liferay.portal.kernel.model.Dummy>

getModelClass

public Class<?> getModelClass()
Specified by:
getModelClass in interface com.liferay.portal.kernel.model.ClassedModel

getModelClassName

public String getModelClassName()
Specified by:
getModelClassName in interface com.liferay.portal.kernel.model.ClassedModel

getPrimaryKeyObj

public Serializable getPrimaryKeyObj()
Specified by:
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Dummy>
Specified by:
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModel

isEntityCacheEnabled

public boolean isEntityCacheEnabled()
Specified by:
isEntityCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Dummy>

isFinderCacheEnabled

public boolean isFinderCacheEnabled()
Specified by:
isFinderCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Dummy>

resetOriginalValues

public void resetOriginalValues()
Specified by:
resetOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Dummy>
Overrides:
resetOriginalValues in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Dummy>

setPrimaryKeyObj

public void setPrimaryKeyObj(Serializable primaryKeyObj)
Specified by:
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Dummy>
Specified by:
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModel

toXmlString

public String toXmlString()
Specified by:
toXmlString in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Dummy>

Liferay 7.0-ga1 portal-impl