@JSON(strict=true) public class ExpandoTableModelImpl extends BaseModelImpl<ExpandoTable> implements ExpandoTableModel
This implementation and its corresponding interface ExpandoTableModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in ExpandoTableImpl.
ExpandoTableImpl,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static long |
CLASSNAMEID_COLUMN_BITMASK |
static boolean |
COLUMN_BITMASK_ENABLED
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
static long |
COMPANYID_COLUMN_BITMASK |
static java.lang.String |
DATA_SOURCE |
static boolean |
ENTITY_CACHE_ENABLED
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
static boolean |
FINDER_CACHE_ENABLED
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
static long |
LOCK_EXPIRATION_TIME |
static long |
NAME_COLUMN_BITMASK |
static java.lang.String |
ORDER_BY_JPQL |
static java.lang.String |
ORDER_BY_SQL |
static java.lang.String |
SESSION_FACTORY |
static java.lang.Object[][] |
TABLE_COLUMNS |
static java.util.Map<java.lang.String,java.lang.Integer> |
TABLE_COLUMNS_MAP |
static java.lang.String |
TABLE_NAME |
static java.lang.String |
TABLE_SQL_CREATE |
static java.lang.String |
TABLE_SQL_DROP |
static long |
TABLEID_COLUMN_BITMASK |
static java.lang.String |
TX_MANAGER |
| Constructor and Description |
|---|
ExpandoTableModelImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Creates a shallow clone of this model instance.
|
int |
compareTo(ExpandoTable expandoTable) |
boolean |
equals(java.lang.Object object) |
java.util.Map<java.lang.String,java.util.function.Function<ExpandoTable,java.lang.Object>> |
getAttributeGetterFunctions() |
java.util.Map<java.lang.String,java.util.function.BiConsumer<ExpandoTable,java.lang.Object>> |
getAttributeSetterBiConsumers() |
java.lang.String |
getClassName()
Returns the fully qualified class name of this expando table.
|
long |
getClassNameId()
Returns the class name ID of this expando table.
|
long |
getColumnBitmask() |
long |
getCompanyId()
Returns the company ID of this expando table.
|
long |
getCtCollectionId()
Returns the ct collection ID of this expando table.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
long |
getMvccVersion()
Returns the mvcc version of this expando table.
|
java.lang.String |
getName()
Returns the name of this expando table.
|
long |
getOriginalClassNameId() |
long |
getOriginalCompanyId() |
java.lang.String |
getOriginalName() |
long |
getPrimaryKey()
Returns the primary key of this expando table.
|
java.io.Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance.
|
long |
getTableId()
Returns the table ID of this expando table.
|
int |
hashCode() |
boolean |
isEntityCacheEnabled()
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
boolean |
isFinderCacheEnabled()
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
void |
resetOriginalValues()
Reset all original fields to current values.
|
void |
setClassName(java.lang.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 |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this expando table.
|
void |
setName(java.lang.String name)
Sets the name of this expando table.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this expando table.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
Sets the primary key of this model instance.
|
void |
setTableId(long tableId)
Sets the table ID of this expando table.
|
CacheModel<ExpandoTable> |
toCacheModel()
Returns a cache model object for this entity used by entity cache.
|
ExpandoTable |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it
with an
AutoEscapeBeanHandler. |
java.lang.String |
toString() |
java.lang.String |
toXmlString()
Returns the XML representation of this model instance.
|
getExpandoBridge, getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModelfinalize, getClass, notify, notifyAll, wait, wait, waitgetExpandoBridge, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModelpublic static final java.lang.String TABLE_NAME
public static final java.lang.Object[][] TABLE_COLUMNS
public static final java.util.Map<java.lang.String,java.lang.Integer> TABLE_COLUMNS_MAP
public static final java.lang.String TABLE_SQL_CREATE
public static final java.lang.String TABLE_SQL_DROP
public static final java.lang.String ORDER_BY_JPQL
public static final java.lang.String ORDER_BY_SQL
public static final java.lang.String DATA_SOURCE
public static final java.lang.String SESSION_FACTORY
public static final java.lang.String TX_MANAGER
@Deprecated public static final boolean ENTITY_CACHE_ENABLED
@Deprecated public static final boolean FINDER_CACHE_ENABLED
@Deprecated public static final boolean COLUMN_BITMASK_ENABLED
public static final long CLASSNAMEID_COLUMN_BITMASK
public static final long COMPANYID_COLUMN_BITMASK
public static final long NAME_COLUMN_BITMASK
public static final long TABLEID_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
public long getPrimaryKey()
ExpandoTableModelgetPrimaryKey in interface ExpandoTableModelgetPrimaryKey in interface CTModel<ExpandoTable>public void setPrimaryKey(long primaryKey)
ExpandoTableModelsetPrimaryKey in interface ExpandoTableModelsetPrimaryKey in interface CTModel<ExpandoTable>primaryKey - the primary key of this expando tablepublic java.io.Serializable getPrimaryKeyObj()
BaseModelgetPrimaryKeyObj in interface BaseModel<ExpandoTable>getPrimaryKeyObj in interface ClassedModelpublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
BaseModelsetPrimaryKeyObj in interface BaseModel<ExpandoTable>setPrimaryKeyObj in interface ClassedModelprimaryKeyObj - the primary key of this model instancepublic java.lang.Class<?> getModelClass()
getModelClass in interface ClassedModelpublic java.lang.String getModelClassName()
getModelClassName in interface ClassedModelpublic java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface BaseModel<ExpandoTable>getModelAttributes in class BaseModelImpl<ExpandoTable>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface BaseModel<ExpandoTable>setModelAttributes in class BaseModelImpl<ExpandoTable>public java.util.Map<java.lang.String,java.util.function.Function<ExpandoTable,java.lang.Object>> getAttributeGetterFunctions()
getAttributeGetterFunctions in interface BaseModel<ExpandoTable>public java.util.Map<java.lang.String,java.util.function.BiConsumer<ExpandoTable,java.lang.Object>> getAttributeSetterBiConsumers()
getAttributeSetterBiConsumers in interface BaseModel<ExpandoTable>@JSON public long getMvccVersion()
ExpandoTableModelgetMvccVersion in interface ExpandoTableModelgetMvccVersion in interface MVCCModelpublic void setMvccVersion(long mvccVersion)
ExpandoTableModelsetMvccVersion in interface ExpandoTableModelsetMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this expando table@JSON public long getCtCollectionId()
ExpandoTableModelgetCtCollectionId in interface ExpandoTableModelgetCtCollectionId in interface CTModel<ExpandoTable>public void setCtCollectionId(long ctCollectionId)
ExpandoTableModelsetCtCollectionId in interface ExpandoTableModelsetCtCollectionId in interface CTModel<ExpandoTable>ctCollectionId - the ct collection ID of this expando table@JSON public long getTableId()
ExpandoTableModelgetTableId in interface ExpandoTableModelpublic void setTableId(long tableId)
ExpandoTableModelsetTableId in interface ExpandoTableModeltableId - the table ID of this expando table@JSON public long getCompanyId()
ExpandoTableModelgetCompanyId in interface ExpandoTableModelgetCompanyId in interface ShardedModelpublic void setCompanyId(long companyId)
ExpandoTableModelsetCompanyId in interface ExpandoTableModelsetCompanyId in interface ShardedModelcompanyId - the company ID of this expando tablepublic long getOriginalCompanyId()
public java.lang.String getClassName()
ExpandoTableModelgetClassName in interface ExpandoTableModelgetClassName in interface TypedModelpublic void setClassName(java.lang.String className)
setClassName in interface ExpandoTableModel@JSON public long getClassNameId()
ExpandoTableModelgetClassNameId in interface ExpandoTableModelgetClassNameId in interface TypedModelpublic void setClassNameId(long classNameId)
ExpandoTableModelsetClassNameId in interface ExpandoTableModelsetClassNameId in interface TypedModelclassNameId - the class name ID of this expando tablepublic long getOriginalClassNameId()
@JSON public java.lang.String getName()
ExpandoTableModelgetName in interface ExpandoTableModelpublic void setName(java.lang.String name)
ExpandoTableModelsetName in interface ExpandoTableModelname - the name of this expando tablepublic java.lang.String getOriginalName()
public long getColumnBitmask()
public ExpandoTable toEscapedModel()
BaseModelAutoEscapeBeanHandler.toEscapedModel in interface BaseModel<ExpandoTable>toEscapedModel in class BaseModelImpl<ExpandoTable>AutoEscapeBeanHandlerpublic java.lang.Object clone()
BaseModelclone in interface BaseModel<ExpandoTable>clone in class BaseModelImpl<ExpandoTable>public int compareTo(ExpandoTable expandoTable)
compareTo in interface java.lang.Comparable<ExpandoTable>public boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object@Deprecated public boolean isEntityCacheEnabled()
BaseModeltrue if this model's entity cache is enabled.isEntityCacheEnabled in interface BaseModel<ExpandoTable>true if this model's entity cache is enabled;
false otherwise@Deprecated public boolean isFinderCacheEnabled()
BaseModeltrue if this model's finder cache is enabled.isFinderCacheEnabled in interface BaseModel<ExpandoTable>true if this model's finder cache is enabled;
false otherwisepublic void resetOriginalValues()
BaseModelresetOriginalValues in interface BaseModel<ExpandoTable>resetOriginalValues in class BaseModelImpl<ExpandoTable>public CacheModel<ExpandoTable> toCacheModel()
BaseModeltoCacheModel in interface BaseModel<ExpandoTable>toCacheModel in class BaseModelImpl<ExpandoTable>public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toXmlString()
BaseModeltoXmlString in interface BaseModel<ExpandoTable>