@ProviderType public interface ExpandoColumnModel extends BaseModel<ExpandoColumn>, CTModel<ExpandoColumn>, MVCCModel, ShardedModel
This interface and its corresponding implementation com.liferay.portlet.expando.model.impl.ExpandoColumnModelImpl
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.portlet.expando.model.impl.ExpandoColumnImpl
.
ExpandoColumn
Modifier and Type | Method and Description |
---|---|
long |
getColumnId()
Returns the column ID of this expando column.
|
long |
getCompanyId()
Returns the company ID of this expando column.
|
long |
getCtCollectionId()
Returns the ct collection ID of this expando column.
|
String |
getDefaultData()
Returns the default data of this expando column.
|
long |
getMvccVersion()
Returns the mvcc version of this expando column.
|
String |
getName()
Returns the name of this expando column.
|
long |
getPrimaryKey()
Returns the primary key of this expando column.
|
long |
getTableId()
Returns the table ID of this expando column.
|
int |
getType()
Returns the type of this expando column.
|
String |
getTypeSettings()
Returns the type settings of this expando column.
|
void |
setColumnId(long columnId)
Sets the column ID of this expando column.
|
void |
setCompanyId(long companyId)
Sets the company ID of this expando column.
|
void |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID of this expando column.
|
void |
setDefaultData(String defaultData)
Sets the default data of this expando column.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this expando column.
|
void |
setName(String name)
Sets the name of this expando column.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this expando column.
|
void |
setTableId(long tableId)
Sets the table ID of this expando column.
|
void |
setType(int type)
Sets the type of this expando column.
|
void |
setTypeSettings(String typeSettings)
Sets the type settings of this expando column.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlString
getModelClass, getModelClassName
long getPrimaryKey()
getPrimaryKey
in interface CTModel<ExpandoColumn>
void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface CTModel<ExpandoColumn>
primaryKey
- the primary key of this expando columnlong getMvccVersion()
getMvccVersion
in interface MVCCModel
void setMvccVersion(long mvccVersion)
setMvccVersion
in interface MVCCModel
mvccVersion
- the mvcc version of this expando columnlong getCtCollectionId()
getCtCollectionId
in interface CTModel<ExpandoColumn>
void setCtCollectionId(long ctCollectionId)
setCtCollectionId
in interface CTModel<ExpandoColumn>
ctCollectionId
- the ct collection ID of this expando columnlong getColumnId()
void setColumnId(long columnId)
columnId
- the column ID of this expando columnlong getCompanyId()
getCompanyId
in interface ShardedModel
void setCompanyId(long companyId)
setCompanyId
in interface ShardedModel
companyId
- the company ID of this expando columnlong getTableId()
void setTableId(long tableId)
tableId
- the table ID of this expando column@AutoEscape String getName()
void setName(String name)
name
- the name of this expando columnint getType()
void setType(int type)
type
- the type of this expando column@AutoEscape String getDefaultData()
void setDefaultData(String defaultData)
defaultData
- the default data of this expando column@AutoEscape String getTypeSettings()
void setTypeSettings(String typeSettings)
typeSettings
- the type settings of this expando column