@JSON(strict=true)
public class ExpandoColumnModelImpl
extends com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.expando.kernel.model.ExpandoColumn>
implements com.liferay.expando.kernel.model.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 FormModifier 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
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
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
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static java.lang.String |
TX_MANAGER |
Constructor and Description |
---|
ExpandoColumnModelImpl() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
com.liferay.expando.kernel.model.ExpandoColumn |
cloneWithOriginalValues() |
int |
compareTo(com.liferay.expando.kernel.model.ExpandoColumn expandoColumn) |
boolean |
equals(java.lang.Object object) |
java.util.Map<java.lang.String,java.util.function.Function<com.liferay.expando.kernel.model.ExpandoColumn,java.lang.Object>> |
getAttributeGetterFunctions() |
java.util.Map<java.lang.String,java.util.function.BiConsumer<com.liferay.expando.kernel.model.ExpandoColumn,java.lang.Object>> |
getAttributeSetterBiConsumers() |
long |
getColumnBitmask() |
static long |
getColumnBitmask(java.lang.String columnName) |
long |
getColumnId() |
<T> T |
getColumnOriginalValue(java.lang.String columnName) |
<T> T |
getColumnValue(java.lang.String columnName) |
long |
getCompanyId() |
long |
getCtCollectionId() |
java.lang.String |
getDefaultData() |
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
java.util.Date |
getModifiedDate() |
long |
getMvccVersion() |
java.lang.String |
getName() |
java.lang.String |
getOriginalName()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
long |
getOriginalTableId()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
long |
getPrimaryKey() |
java.io.Serializable |
getPrimaryKeyObj() |
long |
getTableId() |
int |
getType() |
java.lang.String |
getTypeSettings() |
int |
hashCode() |
boolean |
hasSetModifiedDate() |
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() |
void |
setColumnId(long columnId) |
void |
setCompanyId(long companyId) |
void |
setCtCollectionId(long ctCollectionId) |
void |
setDefaultData(java.lang.String defaultData) |
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate) |
void |
setMvccVersion(long mvccVersion) |
void |
setName(java.lang.String name) |
void |
setPrimaryKey(long primaryKey) |
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setTableId(long tableId) |
void |
setType(int type) |
void |
setTypeSettings(java.lang.String typeSettings) |
com.liferay.portal.kernel.model.CacheModel<com.liferay.expando.kernel.model.ExpandoColumn> |
toCacheModel() |
com.liferay.expando.kernel.model.ExpandoColumn |
toEscapedModel() |
java.lang.String |
toString() |
getExpandoBridge, getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
public 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
@Deprecated public static final long NAME_COLUMN_BITMASK
getColumnBitmask(String)
@Deprecated public static final long TABLEID_COLUMN_BITMASK
getColumnBitmask(String)
public static final long LOCK_EXPIRATION_TIME
public long getPrimaryKey()
getPrimaryKey
in interface com.liferay.expando.kernel.model.ExpandoColumnModel
getPrimaryKey
in interface com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.expando.kernel.model.ExpandoColumn>
public void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface com.liferay.expando.kernel.model.ExpandoColumnModel
setPrimaryKey
in interface com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.expando.kernel.model.ExpandoColumn>
public java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoColumn>
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
public void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoColumn>
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
public java.lang.Class<?> getModelClass()
getModelClass
in interface com.liferay.portal.kernel.model.ClassedModel
public java.lang.String getModelClassName()
getModelClassName
in interface com.liferay.portal.kernel.model.ClassedModel
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoColumn>
getModelAttributes
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.expando.kernel.model.ExpandoColumn>
public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoColumn>
setModelAttributes
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.expando.kernel.model.ExpandoColumn>
public java.util.Map<java.lang.String,java.util.function.Function<com.liferay.expando.kernel.model.ExpandoColumn,java.lang.Object>> getAttributeGetterFunctions()
getAttributeGetterFunctions
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoColumn>
public java.util.Map<java.lang.String,java.util.function.BiConsumer<com.liferay.expando.kernel.model.ExpandoColumn,java.lang.Object>> getAttributeSetterBiConsumers()
getAttributeSetterBiConsumers
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoColumn>
@JSON public long getMvccVersion()
getMvccVersion
in interface com.liferay.expando.kernel.model.ExpandoColumnModel
getMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
public void setMvccVersion(long mvccVersion)
setMvccVersion
in interface com.liferay.expando.kernel.model.ExpandoColumnModel
setMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
@JSON public long getCtCollectionId()
getCtCollectionId
in interface com.liferay.expando.kernel.model.ExpandoColumnModel
getCtCollectionId
in interface com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.expando.kernel.model.ExpandoColumn>
public void setCtCollectionId(long ctCollectionId)
setCtCollectionId
in interface com.liferay.expando.kernel.model.ExpandoColumnModel
setCtCollectionId
in interface com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.expando.kernel.model.ExpandoColumn>
@JSON public long getColumnId()
getColumnId
in interface com.liferay.expando.kernel.model.ExpandoColumnModel
public void setColumnId(long columnId)
setColumnId
in interface com.liferay.expando.kernel.model.ExpandoColumnModel
@JSON public long getCompanyId()
getCompanyId
in interface com.liferay.expando.kernel.model.ExpandoColumnModel
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
public void setCompanyId(long companyId)
setCompanyId
in interface com.liferay.expando.kernel.model.ExpandoColumnModel
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
@JSON public java.util.Date getModifiedDate()
getModifiedDate
in interface com.liferay.expando.kernel.model.ExpandoColumnModel
public boolean hasSetModifiedDate()
public void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate
in interface com.liferay.expando.kernel.model.ExpandoColumnModel
@JSON public long getTableId()
getTableId
in interface com.liferay.expando.kernel.model.ExpandoColumnModel
public void setTableId(long tableId)
setTableId
in interface com.liferay.expando.kernel.model.ExpandoColumnModel
@Deprecated public long getOriginalTableId()
getColumnOriginalValue(String)
@JSON public java.lang.String getName()
getName
in interface com.liferay.expando.kernel.model.ExpandoColumnModel
public void setName(java.lang.String name)
setName
in interface com.liferay.expando.kernel.model.ExpandoColumnModel
@Deprecated public java.lang.String getOriginalName()
getColumnOriginalValue(String)
@JSON public int getType()
getType
in interface com.liferay.expando.kernel.model.ExpandoColumnModel
public void setType(int type)
setType
in interface com.liferay.expando.kernel.model.ExpandoColumnModel
@JSON public java.lang.String getDefaultData()
getDefaultData
in interface com.liferay.expando.kernel.model.ExpandoColumnModel
public void setDefaultData(java.lang.String defaultData)
setDefaultData
in interface com.liferay.expando.kernel.model.ExpandoColumnModel
@JSON public java.lang.String getTypeSettings()
getTypeSettings
in interface com.liferay.expando.kernel.model.ExpandoColumnModel
public void setTypeSettings(java.lang.String typeSettings)
setTypeSettings
in interface com.liferay.expando.kernel.model.ExpandoColumnModel
public long getColumnBitmask()
public com.liferay.expando.kernel.model.ExpandoColumn toEscapedModel()
toEscapedModel
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoColumn>
toEscapedModel
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.expando.kernel.model.ExpandoColumn>
public java.lang.Object clone()
clone
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoColumn>
clone
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.expando.kernel.model.ExpandoColumn>
public com.liferay.expando.kernel.model.ExpandoColumn cloneWithOriginalValues()
cloneWithOriginalValues
in interface com.liferay.expando.kernel.model.ExpandoColumnModel
cloneWithOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoColumn>
public int compareTo(com.liferay.expando.kernel.model.ExpandoColumn expandoColumn)
compareTo
in interface java.lang.Comparable<com.liferay.expando.kernel.model.ExpandoColumn>
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
@Deprecated public boolean isEntityCacheEnabled()
isEntityCacheEnabled
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoColumn>
@Deprecated public boolean isFinderCacheEnabled()
isFinderCacheEnabled
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoColumn>
public void resetOriginalValues()
resetOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoColumn>
resetOriginalValues
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.expando.kernel.model.ExpandoColumn>
public com.liferay.portal.kernel.model.CacheModel<com.liferay.expando.kernel.model.ExpandoColumn> toCacheModel()
toCacheModel
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoColumn>
toCacheModel
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.expando.kernel.model.ExpandoColumn>
public java.lang.String toString()
toString
in class java.lang.Object
public <T> T getColumnValue(java.lang.String columnName)
public <T> T getColumnOriginalValue(java.lang.String columnName)
public static long getColumnBitmask(java.lang.String columnName)