@ProviderType public interface ExpandoValueModel extends AttachedModel, BaseModel<ExpandoValue>, 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.
|
String |
getData()
Returns the data 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 |
setData(String data)
Sets the data 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, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamelong getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this expando valuelong getValueId()
void setValueId(long valueId)
valueId - the value ID of this expando valuelong getCompanyId()
getCompanyId in interface ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface ShardedModelcompanyId - 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 TypedModelvoid setClassName(String className)
long getClassNameId()
getClassNameId in interface TypedModelvoid setClassNameId(long classNameId)
setClassNameId in interface TypedModelclassNameId - the class name ID of this expando valuelong getClassPK()
getClassPK in interface AttachedModelvoid setClassPK(long classPK)
setClassPK in interface AttachedModelclassPK - the class pk of this expando value@AutoEscape String getData()
void setData(String data)
data - the data of this expando value