@JSON(strict=true) public class ExpandoValueModelImpl extends BaseModelImpl<ExpandoValue> implements ExpandoValueModel
This implementation and its corresponding interface ExpandoValueModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in ExpandoValueImpl.
ExpandoValueImpl,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static long |
CLASSNAMEID_COLUMN_BITMASK |
static long |
CLASSPK_COLUMN_BITMASK |
static boolean |
COLUMN_BITMASK_ENABLED
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
static long |
COLUMNID_COLUMN_BITMASK |
static long |
DATA_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 java.lang.String |
ORDER_BY_JPQL |
static java.lang.String |
ORDER_BY_SQL |
static long |
ROWID_COLUMN_BITMASK |
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 |
|---|
ExpandoValueModelImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Creates a shallow clone of this model instance.
|
int |
compareTo(ExpandoValue expandoValue) |
boolean |
equals(java.lang.Object object) |
java.util.Map<java.lang.String,java.util.function.Function<ExpandoValue,java.lang.Object>> |
getAttributeGetterFunctions() |
java.util.Map<java.lang.String,java.util.function.BiConsumer<ExpandoValue,java.lang.Object>> |
getAttributeSetterBiConsumers() |
java.lang.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 |
getColumnBitmask() |
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.
|
java.lang.String |
getData()
Returns the data of this expando value.
|
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 value.
|
long |
getOriginalClassNameId() |
long |
getOriginalClassPK() |
long |
getOriginalColumnId() |
java.lang.String |
getOriginalData() |
long |
getOriginalRowId() |
long |
getOriginalTableId() |
long |
getPrimaryKey()
Returns the primary key of this expando value.
|
java.io.Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance.
|
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.
|
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 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(java.lang.String data)
Sets the data of this expando value.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
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 |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
Sets the primary key of this model instance.
|
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.
|
CacheModel<ExpandoValue> |
toCacheModel()
Returns a cache model object for this entity used by entity cache.
|
ExpandoValue |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it
with an
AutoEscapeBeanHandler. |
static ExpandoValue |
toModel(ExpandoValueSoap soapModel)
Converts the soap model instance into a normal model instance.
|
static java.util.List<ExpandoValue> |
toModels(ExpandoValueSoap[] 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 CLASSNAMEID_COLUMN_BITMASK
public static final long CLASSPK_COLUMN_BITMASK
public static final long COLUMNID_COLUMN_BITMASK
public static final long DATA_COLUMN_BITMASK
public static final long ROWID_COLUMN_BITMASK
public static final long TABLEID_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
public static ExpandoValue toModel(ExpandoValueSoap soapModel)
soapModel - the soap model instance to convertpublic static java.util.List<ExpandoValue> toModels(ExpandoValueSoap[] soapModels)
soapModels - the soap model instances to convertpublic long getPrimaryKey()
ExpandoValueModelgetPrimaryKey in interface ExpandoValueModelgetPrimaryKey in interface CTModel<ExpandoValue>public void setPrimaryKey(long primaryKey)
ExpandoValueModelsetPrimaryKey in interface ExpandoValueModelsetPrimaryKey in interface CTModel<ExpandoValue>primaryKey - the primary key of this expando valuepublic java.io.Serializable getPrimaryKeyObj()
BaseModelgetPrimaryKeyObj in interface BaseModel<ExpandoValue>getPrimaryKeyObj in interface ClassedModelpublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
BaseModelsetPrimaryKeyObj in interface BaseModel<ExpandoValue>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<ExpandoValue>getModelAttributes in class BaseModelImpl<ExpandoValue>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface BaseModel<ExpandoValue>setModelAttributes in class BaseModelImpl<ExpandoValue>public java.util.Map<java.lang.String,java.util.function.Function<ExpandoValue,java.lang.Object>> getAttributeGetterFunctions()
getAttributeGetterFunctions in interface BaseModel<ExpandoValue>public java.util.Map<java.lang.String,java.util.function.BiConsumer<ExpandoValue,java.lang.Object>> getAttributeSetterBiConsumers()
getAttributeSetterBiConsumers in interface BaseModel<ExpandoValue>@JSON public long getMvccVersion()
ExpandoValueModelgetMvccVersion in interface ExpandoValueModelgetMvccVersion in interface MVCCModelpublic void setMvccVersion(long mvccVersion)
ExpandoValueModelsetMvccVersion in interface ExpandoValueModelsetMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this expando value@JSON public long getCtCollectionId()
ExpandoValueModelgetCtCollectionId in interface ExpandoValueModelgetCtCollectionId in interface CTModel<ExpandoValue>public void setCtCollectionId(long ctCollectionId)
ExpandoValueModelsetCtCollectionId in interface ExpandoValueModelsetCtCollectionId in interface CTModel<ExpandoValue>ctCollectionId - the ct collection ID of this expando value@JSON public long getValueId()
ExpandoValueModelgetValueId in interface ExpandoValueModelpublic void setValueId(long valueId)
ExpandoValueModelsetValueId in interface ExpandoValueModelvalueId - the value ID of this expando value@JSON public long getCompanyId()
ExpandoValueModelgetCompanyId in interface ExpandoValueModelgetCompanyId in interface ShardedModelpublic void setCompanyId(long companyId)
ExpandoValueModelsetCompanyId in interface ExpandoValueModelsetCompanyId in interface ShardedModelcompanyId - the company ID of this expando value@JSON public long getTableId()
ExpandoValueModelgetTableId in interface ExpandoValueModelpublic void setTableId(long tableId)
ExpandoValueModelsetTableId in interface ExpandoValueModeltableId - the table ID of this expando valuepublic long getOriginalTableId()
@JSON public long getColumnId()
ExpandoValueModelgetColumnId in interface ExpandoValueModelpublic void setColumnId(long columnId)
ExpandoValueModelsetColumnId in interface ExpandoValueModelcolumnId - the column ID of this expando valuepublic long getOriginalColumnId()
@JSON public long getRowId()
ExpandoValueModelgetRowId in interface ExpandoValueModelpublic void setRowId(long rowId)
ExpandoValueModelsetRowId in interface ExpandoValueModelrowId - the row ID of this expando valuepublic long getOriginalRowId()
public java.lang.String getClassName()
ExpandoValueModelgetClassName in interface ExpandoValueModelgetClassName in interface TypedModelpublic void setClassName(java.lang.String className)
setClassName in interface ExpandoValueModel@JSON public long getClassNameId()
ExpandoValueModelgetClassNameId in interface ExpandoValueModelgetClassNameId in interface TypedModelpublic void setClassNameId(long classNameId)
ExpandoValueModelsetClassNameId in interface ExpandoValueModelsetClassNameId in interface TypedModelclassNameId - the class name ID of this expando valuepublic long getOriginalClassNameId()
@JSON public long getClassPK()
ExpandoValueModelgetClassPK in interface ExpandoValueModelgetClassPK in interface AttachedModelpublic void setClassPK(long classPK)
ExpandoValueModelsetClassPK in interface ExpandoValueModelsetClassPK in interface AttachedModelclassPK - the class pk of this expando valuepublic long getOriginalClassPK()
@JSON public java.lang.String getData()
ExpandoValueModelgetData in interface ExpandoValueModelpublic void setData(java.lang.String data)
ExpandoValueModelsetData in interface ExpandoValueModeldata - the data of this expando valuepublic java.lang.String getOriginalData()
public long getColumnBitmask()
public ExpandoValue toEscapedModel()
BaseModelAutoEscapeBeanHandler.toEscapedModel in interface BaseModel<ExpandoValue>toEscapedModel in class BaseModelImpl<ExpandoValue>AutoEscapeBeanHandlerpublic java.lang.Object clone()
BaseModelclone in interface BaseModel<ExpandoValue>clone in class BaseModelImpl<ExpandoValue>public int compareTo(ExpandoValue expandoValue)
compareTo in interface java.lang.Comparable<ExpandoValue>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<ExpandoValue>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<ExpandoValue>true if this model's finder cache is enabled;
false otherwisepublic void resetOriginalValues()
BaseModelresetOriginalValues in interface BaseModel<ExpandoValue>resetOriginalValues in class BaseModelImpl<ExpandoValue>public CacheModel<ExpandoValue> toCacheModel()
BaseModeltoCacheModel in interface BaseModel<ExpandoValue>toCacheModel in class BaseModelImpl<ExpandoValue>public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toXmlString()
BaseModeltoXmlString in interface BaseModel<ExpandoValue>