@JSON(strict=true) public class ExpandoColumnModelImpl extends BaseModelImpl<ExpandoColumn> implements ExpandoColumnModel
This implementation and its corresponding interface ExpandoColumnModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in ExpandoColumnImpl.
ExpandoColumnImpl,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static boolean |
COLUMN_BITMASK_ENABLED
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
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 |
|---|
ExpandoColumnModelImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Creates a shallow clone of this model instance.
|
int |
compareTo(ExpandoColumn expandoColumn) |
boolean |
equals(java.lang.Object object) |
java.util.Map<java.lang.String,java.util.function.Function<ExpandoColumn,java.lang.Object>> |
getAttributeGetterFunctions() |
java.util.Map<java.lang.String,java.util.function.BiConsumer<ExpandoColumn,java.lang.Object>> |
getAttributeSetterBiConsumers() |
long |
getColumnBitmask() |
long |
getColumnId()
Returns the column ID of this expando column.
|
long |
getCompanyId()
Returns the company ID of this expando column.
|
long |
getCtCollectionId()
Returns the ct collection ID of this expando column.
|
java.lang.String |
getDefaultData()
Returns the default data of this expando column.
|
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 column.
|
java.lang.String |
getName()
Returns the name of this expando column.
|
java.lang.String |
getOriginalName() |
long |
getOriginalTableId() |
long |
getPrimaryKey()
Returns the primary key of this expando column.
|
java.io.Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance.
|
long |
getTableId()
Returns the table ID of this expando column.
|
int |
getType()
Returns the type of this expando column.
|
java.lang.String |
getTypeSettings()
Returns the type settings of this expando column.
|
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 |
setColumnId(long columnId)
Sets the column ID of this expando column.
|
void |
setCompanyId(long companyId)
Sets the company ID of this expando column.
|
void |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID of this expando column.
|
void |
setDefaultData(java.lang.String defaultData)
Sets the default data of this expando column.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this expando column.
|
void |
setName(java.lang.String name)
Sets the name of this expando column.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this expando column.
|
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 column.
|
void |
setType(int type)
Sets the type of this expando column.
|
void |
setTypeSettings(java.lang.String typeSettings)
Sets the type settings of this expando column.
|
CacheModel<ExpandoColumn> |
toCacheModel()
Returns a cache model object for this entity used by entity cache.
|
ExpandoColumn |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it
with an
AutoEscapeBeanHandler. |
static ExpandoColumn |
toModel(ExpandoColumnSoap soapModel)
Converts the soap model instance into a normal model instance.
|
static java.util.List<ExpandoColumn> |
toModels(ExpandoColumnSoap[] soapModels)
Converts the soap model instances into normal model instances.
|
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 NAME_COLUMN_BITMASK
public static final long TABLEID_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
public static ExpandoColumn toModel(ExpandoColumnSoap soapModel)
soapModel - the soap model instance to convertpublic static java.util.List<ExpandoColumn> toModels(ExpandoColumnSoap[] soapModels)
soapModels - the soap model instances to convertpublic long getPrimaryKey()
ExpandoColumnModelgetPrimaryKey in interface ExpandoColumnModelgetPrimaryKey in interface CTModel<ExpandoColumn>public void setPrimaryKey(long primaryKey)
ExpandoColumnModelsetPrimaryKey in interface ExpandoColumnModelsetPrimaryKey in interface CTModel<ExpandoColumn>primaryKey - the primary key of this expando columnpublic java.io.Serializable getPrimaryKeyObj()
BaseModelgetPrimaryKeyObj in interface BaseModel<ExpandoColumn>getPrimaryKeyObj in interface ClassedModelpublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
BaseModelsetPrimaryKeyObj in interface BaseModel<ExpandoColumn>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<ExpandoColumn>getModelAttributes in class BaseModelImpl<ExpandoColumn>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface BaseModel<ExpandoColumn>setModelAttributes in class BaseModelImpl<ExpandoColumn>public java.util.Map<java.lang.String,java.util.function.Function<ExpandoColumn,java.lang.Object>> getAttributeGetterFunctions()
getAttributeGetterFunctions in interface BaseModel<ExpandoColumn>public java.util.Map<java.lang.String,java.util.function.BiConsumer<ExpandoColumn,java.lang.Object>> getAttributeSetterBiConsumers()
getAttributeSetterBiConsumers in interface BaseModel<ExpandoColumn>@JSON public long getMvccVersion()
ExpandoColumnModelgetMvccVersion in interface ExpandoColumnModelgetMvccVersion in interface MVCCModelpublic void setMvccVersion(long mvccVersion)
ExpandoColumnModelsetMvccVersion in interface ExpandoColumnModelsetMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this expando column@JSON public long getCtCollectionId()
ExpandoColumnModelgetCtCollectionId in interface ExpandoColumnModelgetCtCollectionId in interface CTModel<ExpandoColumn>public void setCtCollectionId(long ctCollectionId)
ExpandoColumnModelsetCtCollectionId in interface ExpandoColumnModelsetCtCollectionId in interface CTModel<ExpandoColumn>ctCollectionId - the ct collection ID of this expando column@JSON public long getColumnId()
ExpandoColumnModelgetColumnId in interface ExpandoColumnModelpublic void setColumnId(long columnId)
ExpandoColumnModelsetColumnId in interface ExpandoColumnModelcolumnId - the column ID of this expando column@JSON public long getCompanyId()
ExpandoColumnModelgetCompanyId in interface ExpandoColumnModelgetCompanyId in interface ShardedModelpublic void setCompanyId(long companyId)
ExpandoColumnModelsetCompanyId in interface ExpandoColumnModelsetCompanyId in interface ShardedModelcompanyId - the company ID of this expando column@JSON public long getTableId()
ExpandoColumnModelgetTableId in interface ExpandoColumnModelpublic void setTableId(long tableId)
ExpandoColumnModelsetTableId in interface ExpandoColumnModeltableId - the table ID of this expando columnpublic long getOriginalTableId()
@JSON public java.lang.String getName()
ExpandoColumnModelgetName in interface ExpandoColumnModelpublic void setName(java.lang.String name)
ExpandoColumnModelsetName in interface ExpandoColumnModelname - the name of this expando columnpublic java.lang.String getOriginalName()
@JSON public int getType()
ExpandoColumnModelgetType in interface ExpandoColumnModelpublic void setType(int type)
ExpandoColumnModelsetType in interface ExpandoColumnModeltype - the type of this expando column@JSON public java.lang.String getDefaultData()
ExpandoColumnModelgetDefaultData in interface ExpandoColumnModelpublic void setDefaultData(java.lang.String defaultData)
ExpandoColumnModelsetDefaultData in interface ExpandoColumnModeldefaultData - the default data of this expando column@JSON public java.lang.String getTypeSettings()
ExpandoColumnModelgetTypeSettings in interface ExpandoColumnModelpublic void setTypeSettings(java.lang.String typeSettings)
ExpandoColumnModelsetTypeSettings in interface ExpandoColumnModeltypeSettings - the type settings of this expando columnpublic long getColumnBitmask()
public ExpandoColumn toEscapedModel()
BaseModelAutoEscapeBeanHandler.toEscapedModel in interface BaseModel<ExpandoColumn>toEscapedModel in class BaseModelImpl<ExpandoColumn>AutoEscapeBeanHandlerpublic java.lang.Object clone()
BaseModelclone in interface BaseModel<ExpandoColumn>clone in class BaseModelImpl<ExpandoColumn>public int compareTo(ExpandoColumn expandoColumn)
compareTo in interface java.lang.Comparable<ExpandoColumn>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<ExpandoColumn>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<ExpandoColumn>true if this model's finder cache is enabled;
false otherwisepublic void resetOriginalValues()
BaseModelresetOriginalValues in interface BaseModel<ExpandoColumn>resetOriginalValues in class BaseModelImpl<ExpandoColumn>public CacheModel<ExpandoColumn> toCacheModel()
BaseModeltoCacheModel in interface BaseModel<ExpandoColumn>toCacheModel in class BaseModelImpl<ExpandoColumn>public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toXmlString()
BaseModeltoXmlString in interface BaseModel<ExpandoColumn>