com.liferay.portlet.expando.model
Interface ExpandoColumnModel

All Superinterfaces:
BaseModel, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable
All Known Subinterfaces:
ExpandoColumn

public interface ExpandoColumnModel
extends BaseModel

View Source

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

This interface is a model that represents the ExpandoColumn table in the database.

Author:
Brian Wing Shun Chan
See Also:
com.liferay.portlet.expando.service.model.ExpandoColumn, com.liferay.portlet.expando.service.model.impl.ExpandoColumnImpl, com.liferay.portlet.expando.service.model.impl.ExpandoColumnModelImpl

Method Summary
 long getColumnId()
           
 java.lang.String getName()
           
 long getPrimaryKey()
           
 long getTableId()
           
 int getType()
           
 void setColumnId(long columnId)
           
 void setName(java.lang.String name)
           
 void setPrimaryKey(long pk)
           
 void setTableId(long tableId)
           
 void setType(int type)
           
 ExpandoColumn toEscapedModel()
           
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getPrimaryKeyObj, isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getPrimaryKey

long getPrimaryKey()

setPrimaryKey

void setPrimaryKey(long pk)

getColumnId

long getColumnId()

setColumnId

void setColumnId(long columnId)

getTableId

long getTableId()

setTableId

void setTableId(long tableId)

getName

java.lang.String getName()

setName

void setName(java.lang.String name)

getType

int getType()

setType

void setType(int type)

toEscapedModel

ExpandoColumn toEscapedModel()