com.liferay.portlet.expando.model
Class ExpandoRowWrapper
java.lang.Object
com.liferay.portlet.expando.model.ExpandoRowWrapper
- All Implemented Interfaces:
- BaseModel<ExpandoRow>, ExpandoRow, ExpandoRowModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<ExpandoRow>
public class ExpandoRowWrapper
- extends java.lang.Object
- implements ExpandoRow
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for ExpandoRow
.
- Author:
- Brian Wing Shun Chan
- See Also:
ExpandoRow
,
Serialized Form- Generated:
Methods inherited from class java.lang.Object |
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
ExpandoRowWrapper
public ExpandoRowWrapper(ExpandoRow expandoRow)
getPrimaryKey
public long getPrimaryKey()
- Specified by:
getPrimaryKey
in interface ExpandoRowModel
setPrimaryKey
public void setPrimaryKey(long pk)
- Specified by:
setPrimaryKey
in interface ExpandoRowModel
getRowId
public long getRowId()
- Specified by:
getRowId
in interface ExpandoRowModel
setRowId
public void setRowId(long rowId)
- Specified by:
setRowId
in interface ExpandoRowModel
getCompanyId
public long getCompanyId()
- Specified by:
getCompanyId
in interface ExpandoRowModel
setCompanyId
public void setCompanyId(long companyId)
- Specified by:
setCompanyId
in interface ExpandoRowModel
getTableId
public long getTableId()
- Specified by:
getTableId
in interface ExpandoRowModel
setTableId
public void setTableId(long tableId)
- Specified by:
setTableId
in interface ExpandoRowModel
getClassPK
public long getClassPK()
- Specified by:
getClassPK
in interface ExpandoRowModel
setClassPK
public void setClassPK(long classPK)
- Specified by:
setClassPK
in interface ExpandoRowModel
toEscapedModel
public ExpandoRow toEscapedModel()
- Specified by:
toEscapedModel
in interface ExpandoRowModel
isNew
public boolean isNew()
- Specified by:
isNew
in interface BaseModel<ExpandoRow>
- Specified by:
isNew
in interface ExpandoRowModel
setNew
public boolean setNew(boolean n)
- Specified by:
setNew
in interface BaseModel<ExpandoRow>
- Specified by:
setNew
in interface ExpandoRowModel
isCachedModel
public boolean isCachedModel()
- Specified by:
isCachedModel
in interface BaseModel<ExpandoRow>
- Specified by:
isCachedModel
in interface ExpandoRowModel
setCachedModel
public void setCachedModel(boolean cachedModel)
- Specified by:
setCachedModel
in interface BaseModel<ExpandoRow>
- Specified by:
setCachedModel
in interface ExpandoRowModel
isEscapedModel
public boolean isEscapedModel()
- Specified by:
isEscapedModel
in interface BaseModel<ExpandoRow>
- Specified by:
isEscapedModel
in interface ExpandoRowModel
setEscapedModel
public void setEscapedModel(boolean escapedModel)
- Specified by:
setEscapedModel
in interface BaseModel<ExpandoRow>
- Specified by:
setEscapedModel
in interface ExpandoRowModel
getPrimaryKeyObj
public java.io.Serializable getPrimaryKeyObj()
- Specified by:
getPrimaryKeyObj
in interface BaseModel<ExpandoRow>
- Specified by:
getPrimaryKeyObj
in interface ExpandoRowModel
getExpandoBridge
public ExpandoBridge getExpandoBridge()
- Specified by:
getExpandoBridge
in interface BaseModel<ExpandoRow>
- Specified by:
getExpandoBridge
in interface ExpandoRowModel
setExpandoBridgeAttributes
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
- Specified by:
setExpandoBridgeAttributes
in interface BaseModel<ExpandoRow>
- Specified by:
setExpandoBridgeAttributes
in interface ExpandoRowModel
clone
public java.lang.Object clone()
- Specified by:
clone
in interface BaseModel<ExpandoRow>
- Specified by:
clone
in interface ExpandoRowModel
- Overrides:
clone
in class java.lang.Object
compareTo
public int compareTo(ExpandoRow expandoRow)
- Specified by:
compareTo
in interface ExpandoRowModel
- Specified by:
compareTo
in interface java.lang.Comparable<ExpandoRow>
hashCode
public int hashCode()
- Specified by:
hashCode
in interface ExpandoRowModel
- Overrides:
hashCode
in class java.lang.Object
toString
public java.lang.String toString()
- Specified by:
toString
in interface ExpandoRowModel
- Overrides:
toString
in class java.lang.Object
toXmlString
public java.lang.String toXmlString()
- Specified by:
toXmlString
in interface BaseModel<ExpandoRow>
- Specified by:
toXmlString
in interface ExpandoRowModel
getWrappedExpandoRow
public ExpandoRow getWrappedExpandoRow()