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.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

View Source

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.io.Serializable getPrimaryKeyObj()
           
 java.lang.String toXmlString()
           
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getExpandoBridge, isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setExpandoBridgeAttributes, setNew, 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, setEscapedModel, setExpandoBridgeAttributes, setNew, 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>

getPrimaryKeyObj

public java.io.Serializable getPrimaryKeyObj()
Specified by:
getPrimaryKeyObj in interface com.liferay.portal.model.BaseModel<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>

compareTo

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