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.model.impl.ExpandoColumnImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
ExpandoColumnModel, ExpandoColumnImpl, ExpandoColumnModelImpl

Method Summary
 java.io.Serializable getDefaultValue()
           
 java.lang.String getTypeSettings()
           
 com.liferay.portal.kernel.util.UnicodeProperties getTypeSettingsProperties()
           
 void setTypeSettings(java.lang.String typeSettings)
           
 void setTypeSettingsProperties(com.liferay.portal.kernel.util.UnicodeProperties typeSettingsProperties)
           
 
Methods inherited from interface com.liferay.portlet.expando.model.ExpandoColumnModel
getColumnId, getCompanyId, getDefaultData, getName, getPrimaryKey, getTableId, getType, setColumnId, setCompanyId, setDefaultData, setName, setPrimaryKey, setTableId, setType, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

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)