@ProviderType public interface ExpandoTableModel extends BaseModel<ExpandoTable>, CTModel<ExpandoTable>, MVCCModel, ShardedModel, TypedModel
This interface and its corresponding implementation com.liferay.portlet.expando.model.impl.ExpandoTableModelImpl
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.ExpandoTableImpl
.
ExpandoTable
Modifier and Type | Method and Description |
---|---|
ExpandoTable |
cloneWithOriginalValues() |
String |
getClassName()
Returns the fully qualified class name of this expando table.
|
long |
getClassNameId()
Returns the class name ID of this expando table.
|
long |
getCompanyId()
Returns the company ID of this expando table.
|
long |
getCtCollectionId()
Returns the ct collection ID of this expando table.
|
long |
getMvccVersion()
Returns the mvcc version of this expando table.
|
String |
getName()
Returns the name of this expando table.
|
long |
getPrimaryKey()
Returns the primary key of this expando table.
|
long |
getTableId()
Returns the table ID of this expando table.
|
void |
setClassName(String className) |
void |
setClassNameId(long classNameId)
Sets the class name ID of this expando table.
|
void |
setCompanyId(long companyId)
Sets the company ID of this expando table.
|
void |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID of this expando table.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this expando table.
|
void |
setName(String name)
Sets the name of this expando table.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this expando table.
|
void |
setTableId(long tableId)
Sets the table ID of this expando table.
|
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<ExpandoTable>
void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface CTModel<ExpandoTable>
primaryKey
- the primary key of this expando tablelong getMvccVersion()
getMvccVersion
in interface MVCCModel
void setMvccVersion(long mvccVersion)
setMvccVersion
in interface MVCCModel
mvccVersion
- the mvcc version of this expando tablelong getCtCollectionId()
getCtCollectionId
in interface CTModel<ExpandoTable>
void setCtCollectionId(long ctCollectionId)
setCtCollectionId
in interface CTModel<ExpandoTable>
ctCollectionId
- the ct collection ID of this expando tablelong getTableId()
void setTableId(long tableId)
tableId
- the table ID of this expando tablelong getCompanyId()
getCompanyId
in interface ShardedModel
void setCompanyId(long companyId)
setCompanyId
in interface ShardedModel
companyId
- the company ID of this expando tableString getClassName()
getClassName
in interface TypedModel
void setClassName(String className)
long getClassNameId()
getClassNameId
in interface TypedModel
void setClassNameId(long classNameId)
setClassNameId
in interface TypedModel
classNameId
- the class name ID of this expando table@AutoEscape String getName()
void setName(String name)
name
- the name of this expando tableExpandoTable cloneWithOriginalValues()
cloneWithOriginalValues
in interface BaseModel<ExpandoTable>