com.liferay.portal.model.impl
Class DummyImpl
java.lang.Object
com.liferay.portal.model.impl.BaseModelImpl<Dummy>
com.liferay.portal.model.impl.DummyImpl
- All Implemented Interfaces:
- BaseModel<Dummy>, Dummy, DummyModel, Serializable, Cloneable, Comparable<Dummy>
public class DummyImpl
- extends BaseModelImpl<Dummy>
- implements Dummy
- See Also:
- Serialized Form
DummyImpl
public DummyImpl()
clone
public Object clone()
- Description copied from interface:
BaseModel
- Creates a shallow clone of this model instance.
- Specified by:
clone
in interface BaseModel<Dummy>
- Specified by:
clone
in class BaseModelImpl<Dummy>
- Returns:
- the shallow clone of this model instance
getPrimaryKeyObj
public Serializable getPrimaryKeyObj()
- Description copied from interface:
BaseModel
- Gets the primary key of this model instance.
- Specified by:
getPrimaryKeyObj
in interface BaseModel<Dummy>
- Returns:
- the primary key of this model instance
toXmlString
public String toXmlString()
- Description copied from interface:
BaseModel
- Gets the XML representation of this model instance.
- Specified by:
toXmlString
in interface BaseModel<Dummy>
- Returns:
- the XML representation of this model instance
compareTo
public int compareTo(Dummy dummy)
- Specified by:
compareTo
in interface Comparable<Dummy>