com.liferay.portlet.expando.model
Class ExpandoColumnWrapper

java.lang.Object
  extended by com.liferay.portlet.expando.model.ExpandoColumnWrapper
All Implemented Interfaces:
BaseModel<ExpandoColumn>, ExpandoColumn, ExpandoColumnModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<ExpandoColumn>

public class ExpandoColumnWrapper
extends java.lang.Object
implements ExpandoColumn

View Source

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

This class is a wrapper for ExpandoColumn.

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

Constructor Summary
ExpandoColumnWrapper(ExpandoColumn expandoColumn)
           
 
Method Summary
 java.lang.Object clone()
           
 int compareTo(ExpandoColumn expandoColumn)
           
 long getColumnId()
           
 java.lang.String getName()
           
 long getPrimaryKey()
           
 java.io.Serializable getPrimaryKeyObj()
           
 long getTableId()
           
 int getType()
           
 ExpandoColumn getWrappedExpandoColumn()
           
 int hashCode()
           
 boolean isCachedModel()
           
 boolean isEscapedModel()
           
 boolean isNew()
           
 void setCachedModel(boolean cachedModel)
           
 void setColumnId(long columnId)
           
 void setEscapedModel(boolean escapedModel)
           
 void setName(java.lang.String name)
           
 boolean setNew(boolean n)
           
 void setPrimaryKey(long pk)
           
 void setTableId(long tableId)
           
 void setType(int type)
           
 ExpandoColumn 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

ExpandoColumnWrapper

public ExpandoColumnWrapper(ExpandoColumn expandoColumn)
Method Detail

getPrimaryKey

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

setPrimaryKey

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

getColumnId

public long getColumnId()
Specified by:
getColumnId in interface ExpandoColumnModel

setColumnId

public void setColumnId(long columnId)
Specified by:
setColumnId in interface ExpandoColumnModel

getTableId

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

setTableId

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

getName

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

setName

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

getType

public int getType()
Specified by:
getType in interface ExpandoColumnModel

setType

public void setType(int type)
Specified by:
setType in interface ExpandoColumnModel

toEscapedModel

public ExpandoColumn toEscapedModel()
Specified by:
toEscapedModel in interface ExpandoColumnModel

isNew

public boolean isNew()
Specified by:
isNew in interface BaseModel<ExpandoColumn>
Specified by:
isNew in interface ExpandoColumnModel

setNew

public boolean setNew(boolean n)
Specified by:
setNew in interface BaseModel<ExpandoColumn>
Specified by:
setNew in interface ExpandoColumnModel

isCachedModel

public boolean isCachedModel()
Specified by:
isCachedModel in interface BaseModel<ExpandoColumn>
Specified by:
isCachedModel in interface ExpandoColumnModel

setCachedModel

public void setCachedModel(boolean cachedModel)
Specified by:
setCachedModel in interface BaseModel<ExpandoColumn>
Specified by:
setCachedModel in interface ExpandoColumnModel

isEscapedModel

public boolean isEscapedModel()
Specified by:
isEscapedModel in interface BaseModel<ExpandoColumn>
Specified by:
isEscapedModel in interface ExpandoColumnModel

setEscapedModel

public void setEscapedModel(boolean escapedModel)
Specified by:
setEscapedModel in interface BaseModel<ExpandoColumn>
Specified by:
setEscapedModel in interface ExpandoColumnModel

getPrimaryKeyObj

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

clone

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

compareTo

public int compareTo(ExpandoColumn expandoColumn)
Specified by:
compareTo in interface ExpandoColumnModel
Specified by:
compareTo in interface java.lang.Comparable<ExpandoColumn>

hashCode

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

toString

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

toXmlString

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

getWrappedExpandoColumn

public ExpandoColumn getWrappedExpandoColumn()