com.liferay.portlet.expando.model
Class ExpandoTableWrapper

java.lang.Object
  extended by com.liferay.portlet.expando.model.ExpandoTableWrapper
All Implemented Interfaces:
BaseModel<ExpandoTable>, ExpandoTable, ExpandoTableModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<ExpandoTable>

public class ExpandoTableWrapper
extends java.lang.Object
implements ExpandoTable

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is a wrapper for ExpandoTable.

Author:
Brian Wing Shun Chan
See Also:
ExpandoTable, Serialized Form
Generated:

Constructor Summary
ExpandoTableWrapper(ExpandoTable expandoTable)
           
 
Method Summary
 java.lang.Object clone()
           
 int compareTo(ExpandoTable expandoTable)
           
 java.lang.String getClassName()
           
 long getClassNameId()
           
 long getCompanyId()
           
 ExpandoBridge getExpandoBridge()
           
 java.lang.String getName()
           
 long getPrimaryKey()
           
 java.io.Serializable getPrimaryKeyObj()
           
 long getTableId()
           
 ExpandoTable getWrappedExpandoTable()
           
 int hashCode()
           
 boolean isCachedModel()
           
 boolean isDefaultTable()
           
 boolean isEscapedModel()
           
 boolean isNew()
           
 void setCachedModel(boolean cachedModel)
           
 void setClassNameId(long classNameId)
           
 void setCompanyId(long companyId)
           
 void setEscapedModel(boolean escapedModel)
           
 void setExpandoBridgeAttributes(ServiceContext serviceContext)
           
 void setName(java.lang.String name)
           
 boolean setNew(boolean n)
           
 void setPrimaryKey(long pk)
           
 void setTableId(long tableId)
           
 ExpandoTable 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

ExpandoTableWrapper

public ExpandoTableWrapper(ExpandoTable expandoTable)
Method Detail

getPrimaryKey

public long getPrimaryKey()
Specified by:
getPrimaryKey in interface ExpandoTableModel

setPrimaryKey

public void setPrimaryKey(long pk)
Specified by:
setPrimaryKey in interface ExpandoTableModel

getTableId

public long getTableId()
Specified by:
getTableId in interface ExpandoTableModel

setTableId

public void setTableId(long tableId)
Specified by:
setTableId in interface ExpandoTableModel

getCompanyId

public long getCompanyId()
Specified by:
getCompanyId in interface ExpandoTableModel

setCompanyId

public void setCompanyId(long companyId)
Specified by:
setCompanyId in interface ExpandoTableModel

getClassName

public java.lang.String getClassName()
Specified by:
getClassName in interface ExpandoTableModel

getClassNameId

public long getClassNameId()
Specified by:
getClassNameId in interface ExpandoTableModel

setClassNameId

public void setClassNameId(long classNameId)
Specified by:
setClassNameId in interface ExpandoTableModel

getName

public java.lang.String getName()
Specified by:
getName in interface ExpandoTableModel

setName

public void setName(java.lang.String name)
Specified by:
setName in interface ExpandoTableModel

toEscapedModel

public ExpandoTable toEscapedModel()
Specified by:
toEscapedModel in interface ExpandoTableModel

isNew

public boolean isNew()
Specified by:
isNew in interface BaseModel<ExpandoTable>
Specified by:
isNew in interface ExpandoTableModel

setNew

public boolean setNew(boolean n)
Specified by:
setNew in interface BaseModel<ExpandoTable>
Specified by:
setNew in interface ExpandoTableModel

isCachedModel

public boolean isCachedModel()
Specified by:
isCachedModel in interface BaseModel<ExpandoTable>
Specified by:
isCachedModel in interface ExpandoTableModel

setCachedModel

public void setCachedModel(boolean cachedModel)
Specified by:
setCachedModel in interface BaseModel<ExpandoTable>
Specified by:
setCachedModel in interface ExpandoTableModel

isEscapedModel

public boolean isEscapedModel()
Specified by:
isEscapedModel in interface BaseModel<ExpandoTable>
Specified by:
isEscapedModel in interface ExpandoTableModel

setEscapedModel

public void setEscapedModel(boolean escapedModel)
Specified by:
setEscapedModel in interface BaseModel<ExpandoTable>
Specified by:
setEscapedModel in interface ExpandoTableModel

getPrimaryKeyObj

public java.io.Serializable getPrimaryKeyObj()
Specified by:
getPrimaryKeyObj in interface BaseModel<ExpandoTable>
Specified by:
getPrimaryKeyObj in interface ExpandoTableModel

getExpandoBridge

public ExpandoBridge getExpandoBridge()
Specified by:
getExpandoBridge in interface BaseModel<ExpandoTable>
Specified by:
getExpandoBridge in interface ExpandoTableModel

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(ServiceContext serviceContext)
Specified by:
setExpandoBridgeAttributes in interface BaseModel<ExpandoTable>
Specified by:
setExpandoBridgeAttributes in interface ExpandoTableModel

clone

public java.lang.Object clone()
Specified by:
clone in interface BaseModel<ExpandoTable>
Specified by:
clone in interface ExpandoTableModel
Overrides:
clone in class java.lang.Object

compareTo

public int compareTo(ExpandoTable expandoTable)
Specified by:
compareTo in interface ExpandoTableModel
Specified by:
compareTo in interface java.lang.Comparable<ExpandoTable>

hashCode

public int hashCode()
Specified by:
hashCode in interface ExpandoTableModel
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Specified by:
toString in interface ExpandoTableModel
Overrides:
toString in class java.lang.Object

toXmlString

public java.lang.String toXmlString()
Specified by:
toXmlString in interface BaseModel<ExpandoTable>
Specified by:
toXmlString in interface ExpandoTableModel

isDefaultTable

public boolean isDefaultTable()
Specified by:
isDefaultTable in interface ExpandoTable

getWrappedExpandoTable

public ExpandoTable getWrappedExpandoTable()