com.liferay.portal.model.impl
Class DummyImpl

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

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

Author:
Brian Wing Shun Chan
See Also:
Serialized Form

Constructor Summary
DummyImpl()
           
 
Method Summary
 java.lang.Object clone()
           
 int compareTo(com.liferay.portal.model.Dummy dummy)
           
 java.lang.Class<?> getModelClass()
           
 java.lang.String getModelClassName()
           
 java.io.Serializable getPrimaryKeyObj()
           
 void resetOriginalValues()
           
 void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
           
 java.lang.String toXmlString()
           
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getExpandoBridge, getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setNew, toCacheModel, toEscapedModel
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getExpandoBridge, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setNew, toCacheModel, toEscapedModel
 

Constructor Detail

DummyImpl

public DummyImpl()
Method Detail

clone

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

compareTo

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

getModelClass

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

getModelClassName

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

getPrimaryKeyObj

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

setPrimaryKeyObj

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

resetOriginalValues

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

toXmlString

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