com.liferay.portlet.expando.model
Interface ExpandoColumn
- All Superinterfaces:
- BaseModel<ExpandoColumn>, java.lang.Cloneable, java.lang.Comparable<ExpandoColumn>, ExpandoColumnModel, java.io.Serializable
- All Known Implementing Classes:
- ExpandoColumnWrapper
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
- Generated:
Methods inherited from interface com.liferay.portlet.expando.model.ExpandoColumnModel |
clone, compareTo, getColumnId, getCompanyId, getDefaultData, getExpandoBridge, getName, getPrimaryKey, getPrimaryKeyObj, getTableId, getType, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setColumnId, setCompanyId, setDefaultData, setEscapedModel, setExpandoBridgeAttributes, setName, setNew, setPrimaryKey, setTableId, setType, toEscapedModel, toString, toXmlString |
getDefaultValue
java.io.Serializable getDefaultValue()
getTypeSettings
java.lang.String getTypeSettings()
- Specified by:
getTypeSettings
in interface ExpandoColumnModel
getTypeSettingsProperties
com.liferay.portal.kernel.util.UnicodeProperties getTypeSettingsProperties()
setTypeSettings
void setTypeSettings(java.lang.String typeSettings)
- Specified by:
setTypeSettings
in interface ExpandoColumnModel
setTypeSettingsProperties
void setTypeSettingsProperties(com.liferay.portal.kernel.util.UnicodeProperties typeSettingsProperties)