Package com.liferay.expando.kernel.model
Interface ExpandoColumn
- All Superinterfaces:
BaseModel<ExpandoColumn>
,ClassedModel
,Cloneable
,Comparable<ExpandoColumn>
,CTModel<ExpandoColumn>
,ExpandoColumnModel
,MVCCModel
,PersistedModel
,Serializable
,ShardedModel
- All Known Subinterfaces:
StagedExpandoColumn
- All Known Implementing Classes:
ExpandoColumnWrapper
The extended model interface for the ExpandoColumn service. Represents a row in the "ExpandoColumn" database table, with each column mapped to a property of this class.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetDisplayName
(Locale locale) void
setTypeSettingsProperties
(UnicodeProperties typeSettingsUnicodeProperties) Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.expando.kernel.model.ExpandoColumnModel
cloneWithOriginalValues, getColumnId, getCompanyId, getCtCollectionId, getDefaultData, getModifiedDate, getMvccVersion, getName, getPrimaryKey, getTableId, getType, getTypeSettings, setColumnId, setCompanyId, setCtCollectionId, setDefaultData, setModifiedDate, setMvccVersion, setName, setPrimaryKey, setTableId, setType, setTypeSettings, toXmlString
Methods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persist
-
Field Details
-
COLUMN_ID_ACCESSOR
-
-
Method Details
-
getDefaultValue
Serializable getDefaultValue() -
getDisplayName
-
getTypeSettingsProperties
UnicodeProperties getTypeSettingsProperties() -
setTypeSettingsProperties
-