@ProviderType public interface ExpandoValueModel extends AttachedModel, BaseModel<ExpandoValue>, CTModel<ExpandoValue>, MVCCModel, ShardedModel
This interface and its corresponding implementation com.liferay.portlet.expando.model.impl.ExpandoValueModelImpl
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.ExpandoValueImpl
.
ExpandoValue
Modifier and Type | Method and Description |
---|---|
String |
getClassName()
Returns the fully qualified class name of this expando value.
|
long |
getClassNameId()
Returns the class name ID of this expando value.
|
long |
getClassPK()
Returns the class pk of this expando value.
|
long |
getColumnId()
Returns the column ID of this expando value.
|
long |
getCompanyId()
Returns the company ID of this expando value.
|
long |
getCtCollectionId()
Returns the ct collection ID of this expando value.
|
String |
getData()
Returns the data of this expando value.
|
long |
getMvccVersion()
Returns the mvcc version of this expando value.
|
long |
getPrimaryKey()
Returns the primary key of this expando value.
|
long |
getRowId()
Returns the row ID of this expando value.
|
long |
getTableId()
Returns the table ID of this expando value.
|
long |
getValueId()
Returns the value ID of this expando value.
|
void |
setClassName(String className) |
void |
setClassNameId(long classNameId)
Sets the class name ID of this expando value.
|
void |
setClassPK(long classPK)
Sets the class pk of this expando value.
|
void |
setColumnId(long columnId)
Sets the column ID of this expando value.
|
void |
setCompanyId(long companyId)
Sets the company ID of this expando value.
|
void |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID of this expando value.
|
void |
setData(String data)
Sets the data of this expando value.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this expando value.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this expando value.
|
void |
setRowId(long rowId)
Sets the row ID of this expando value.
|
void |
setTableId(long tableId)
Sets the table ID of this expando value.
|
void |
setValueId(long valueId)
Sets the value ID of this expando value.
|
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<ExpandoValue>
void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface CTModel<ExpandoValue>
primaryKey
- the primary key of this expando valuelong getMvccVersion()
getMvccVersion
in interface MVCCModel
void setMvccVersion(long mvccVersion)
setMvccVersion
in interface MVCCModel
mvccVersion
- the mvcc version of this expando valuelong getCtCollectionId()
getCtCollectionId
in interface CTModel<ExpandoValue>
void setCtCollectionId(long ctCollectionId)
setCtCollectionId
in interface CTModel<ExpandoValue>
ctCollectionId
- the ct collection ID of this expando valuelong getValueId()
void setValueId(long valueId)
valueId
- the value ID of this expando valuelong getCompanyId()
getCompanyId
in interface ShardedModel
void setCompanyId(long companyId)
setCompanyId
in interface ShardedModel
companyId
- the company ID of this expando valuelong getTableId()
void setTableId(long tableId)
tableId
- the table ID of this expando valuelong getColumnId()
void setColumnId(long columnId)
columnId
- the column ID of this expando valuelong getRowId()
void setRowId(long rowId)
rowId
- the row ID of this expando valueString 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 valuelong getClassPK()
getClassPK
in interface AttachedModel
void setClassPK(long classPK)
setClassPK
in interface AttachedModel
classPK
- the class pk of this expando value@AutoEscape String getData()
void setData(String data)
data
- the data of this expando value