public class ExpandoTableWrapper extends BaseModelWrapper<ExpandoTable> implements ExpandoTable, ModelWrapper<ExpandoTable>
This class is a wrapper for ExpandoTable.
ExpandoTable,
Serialized FormmodelTABLE_ID_ACCESSOR| Constructor and Description |
|---|
ExpandoTableWrapper(ExpandoTable expandoTable) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Map<String,Object> |
getModelAttributes() |
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.
|
boolean |
isDefaultTable() |
void |
persist()
NOTE FOR DEVELOPERS:
Never modify or reference this class directly.
|
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 |
setModelAttributes(Map<String,Object> attributes) |
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.
|
protected ExpandoTableWrapper |
wrap(ExpandoTable expandoTable) |
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlStringclone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamegetWrappedModelpublic ExpandoTableWrapper(ExpandoTable expandoTable)
public Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<ExpandoTable>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<ExpandoTable>public String getClassName()
getClassName in interface ExpandoTableModelgetClassName in interface TypedModelpublic long getClassNameId()
getClassNameId in interface ExpandoTableModelgetClassNameId in interface TypedModelpublic long getCompanyId()
getCompanyId in interface ExpandoTableModelgetCompanyId in interface ShardedModelpublic String getName()
getName in interface ExpandoTableModelpublic long getPrimaryKey()
getPrimaryKey in interface ExpandoTableModelpublic long getTableId()
getTableId in interface ExpandoTableModelpublic boolean isDefaultTable()
isDefaultTable in interface ExpandoTablepublic void persist()
ExpandoTable interface instead.persist in interface PersistedModelpublic void setClassName(String className)
setClassName in interface ExpandoTableModelpublic void setClassNameId(long classNameId)
setClassNameId in interface ExpandoTableModelsetClassNameId in interface TypedModelclassNameId - the class name ID of this expando tablepublic void setCompanyId(long companyId)
setCompanyId in interface ExpandoTableModelsetCompanyId in interface ShardedModelcompanyId - the company ID of this expando tablepublic void setName(String name)
setName in interface ExpandoTableModelname - the name of this expando tablepublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface ExpandoTableModelprimaryKey - the primary key of this expando tablepublic void setTableId(long tableId)
setTableId in interface ExpandoTableModeltableId - the table ID of this expando tableprotected ExpandoTableWrapper wrap(ExpandoTable expandoTable)
wrap in class BaseModelWrapper<ExpandoTable>