com.liferay.portlet.expando.model
Interface ExpandoColumn
- All Superinterfaces:
- BaseModel, java.lang.Cloneable, java.lang.Comparable, 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.service.model.impl.ExpandoColumnImpl
and rerun the ServiceBuilder to generate the new methods.
- Author:
- Brian Wing Shun Chan
- See Also:
com.liferay.portlet.expando.service.model.ExpandoColumnModel
,
com.liferay.portlet.expando.service.model.impl.ExpandoColumnImpl
,
com.liferay.portlet.expando.service.model.impl.ExpandoColumnModelImpl
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 java.lang.Comparable |
compareTo |