com.liferay.portlet.expando.model
Interface ExpandoColumn

All Superinterfaces:
BaseModel<ExpandoColumn>, java.lang.Cloneable, java.lang.Comparable<ExpandoColumn>, ExpandoColumnModel, java.io.Serializable

public interface ExpandoColumn
extends ExpandoColumnModel

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.

Customize com.liferay.portlet.expando.model.impl.ExpandoColumnImpl and rerun the ServiceBuilder to generate the new methods.

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

Method Summary
 
Methods inherited from interface com.liferay.portlet.expando.model.ExpandoColumnModel
getColumnId, getName, getPrimaryKey, getTableId, getType, setColumnId, setName, setPrimaryKey, setTableId, setType, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getPrimaryKeyObj, isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew, toXmlString
 
Methods inherited from interface java.lang.Comparable
compareTo