com.liferay.portlet.expando.model
Class ExpandoRowWrapper

java.lang.Object
  extended by 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:

Constructor Summary
ExpandoRowWrapper(ExpandoRow expandoRow)
           
 
Method Summary
 java.lang.Object clone()
           
 int compareTo(ExpandoRow expandoRow)
           
 long getClassPK()
           
 long getCompanyId()
           
 ExpandoBridge getExpandoBridge()
           
 long getPrimaryKey()
           
 java.io.Serializable getPrimaryKeyObj()
           
 long getRowId()
           
 long getTableId()
           
 ExpandoRow getWrappedExpandoRow()
           
 int hashCode()
           
 boolean isCachedModel()
           
 boolean isEscapedModel()
           
 boolean isNew()
           
 void setCachedModel(boolean cachedModel)
           
 void setClassPK(long classPK)
           
 void setCompanyId(long companyId)
           
 void setEscapedModel(boolean escapedModel)
           
 void setExpandoBridgeAttributes(ServiceContext serviceContext)
           
 boolean setNew(boolean n)
           
 void setPrimaryKey(long pk)
           
 void setRowId(long rowId)
           
 void setTableId(long tableId)
           
 ExpandoRow toEscapedModel()
           
 java.lang.String toString()
           
 java.lang.String toXmlString()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExpandoRowWrapper

public ExpandoRowWrapper(ExpandoRow expandoRow)
Method Detail

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

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

toEscapedModel

public ExpandoRow toEscapedModel()
Specified by:
toEscapedModel in interface BaseModel<ExpandoRow>
Specified by:
toEscapedModel in interface ExpandoRowModel

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()