|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ExpandoColumn
The model interface for the ExpandoColumn service. Represents a row in the "ExpandoColumn" database table, with each column mapped to a property of this class.
Never modify this interface directly. Add methods to com.liferay.portlet.expando.model.impl.ExpandoColumnImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.
Never reference this interface directly. All methods that expect a expando column model instance should use the ExpandoColumn interface instead.
ExpandoColumnModel,
com.liferay.portlet.expando.model.impl.ExpandoColumnImpl,
com.liferay.portlet.expando.model.impl.ExpandoColumnModelImpl| Method Summary | |
|---|---|
java.io.Serializable |
getDefaultValue()
|
java.lang.String |
getDisplayName(java.util.Locale locale)
|
java.lang.String |
getTypeSettings()
Gets the type settings of this expando column. |
UnicodeProperties |
getTypeSettingsProperties()
|
void |
setTypeSettings(java.lang.String typeSettings)
Sets the type settings of this expando column. |
void |
setTypeSettingsProperties(UnicodeProperties typeSettingsProperties)
|
| 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 |
| Method Detail |
|---|
java.io.Serializable getDefaultValue()
java.lang.String getDisplayName(java.util.Locale locale)
java.lang.String getTypeSettings()
ExpandoColumnModel
getTypeSettings in interface ExpandoColumnModelUnicodeProperties getTypeSettingsProperties()
void setTypeSettings(java.lang.String typeSettings)
ExpandoColumnModel
setTypeSettings in interface ExpandoColumnModeltypeSettings - the type settings of this expando columnvoid setTypeSettingsProperties(UnicodeProperties typeSettingsProperties)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||