@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 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 String |
ORDER_BY_JPQL |
static String |
ORDER_BY_SQL |
static String |
SESSION_FACTORY |
static Object[][] |
TABLE_COLUMNS |
static Map<String,Integer> |
TABLE_COLUMNS_MAP |
static String |
TABLE_NAME |
static String |
TABLE_SQL_CREATE |
static String |
TABLE_SQL_DROP |
static long |
TABLEID_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static String |
TX_MANAGER |
Constructor and Description |
---|
ExpandoColumnModelImpl() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
com.liferay.expando.kernel.model.ExpandoColumn |
cloneWithOriginalValues() |
int |
compareTo(com.liferay.expando.kernel.model.ExpandoColumn expandoColumn) |
boolean |
equals(Object object) |
Map<String,Function<com.liferay.expando.kernel.model.ExpandoColumn,Object>> |
getAttributeGetterFunctions() |
Map<String,BiConsumer<com.liferay.expando.kernel.model.ExpandoColumn,Object>> |
getAttributeSetterBiConsumers() |
long |
getColumnBitmask() |
static long |
getColumnBitmask(String columnName) |
long |
getColumnId() |
<T> T |
getColumnOriginalValue(String columnName) |
<T> T |
getColumnValue(String columnName) |
long |
getCompanyId() |
long |
getCtCollectionId() |
String |
getDefaultData() |
Map<String,Object> |
getModelAttributes() |
Class<?> |
getModelClass() |
String |
getModelClassName() |
Date |
getModifiedDate() |
long |
getMvccVersion() |
String |
getName() |
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() |
Serializable |
getPrimaryKeyObj() |
long |
getTableId() |
int |
getType() |
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(String defaultData) |
void |
setModelAttributes(Map<String,Object> attributes) |
void |
setModifiedDate(Date modifiedDate) |
void |
setMvccVersion(long mvccVersion) |
void |
setName(String name) |
void |
setPrimaryKey(long primaryKey) |
void |
setPrimaryKeyObj(Serializable primaryKeyObj) |
void |
setTableId(long tableId) |
void |
setType(int type) |
void |
setTypeSettings(String typeSettings) |
com.liferay.portal.kernel.model.CacheModel<com.liferay.expando.kernel.model.ExpandoColumn> |
toCacheModel() |
com.liferay.expando.kernel.model.ExpandoColumn |
toEscapedModel() |
String |
toString() |
String |
toXmlString() |
public static final String TABLE_NAME
public static final Object[][] TABLE_COLUMNS
public static final Map<String,Integer> TABLE_COLUMNS_MAP
public static final String TABLE_SQL_CREATE
public static final String TABLE_SQL_DROP
public static final String ORDER_BY_JPQL
public static final String ORDER_BY_SQL
public static final String DATA_SOURCE
public static final String SESSION_FACTORY
public static final 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 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(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 Class<?> getModelClass()
getModelClass
in interface com.liferay.portal.kernel.model.ClassedModel
public String getModelClassName()
getModelClassName
in interface com.liferay.portal.kernel.model.ClassedModel
public Map<String,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(Map<String,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 Map<String,Function<com.liferay.expando.kernel.model.ExpandoColumn,Object>> getAttributeGetterFunctions()
getAttributeGetterFunctions
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoColumn>
public Map<String,BiConsumer<com.liferay.expando.kernel.model.ExpandoColumn,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 Date getModifiedDate()
getModifiedDate
in interface com.liferay.expando.kernel.model.ExpandoColumnModel
public boolean hasSetModifiedDate()
public void setModifiedDate(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 String getName()
getName
in interface com.liferay.expando.kernel.model.ExpandoColumnModel
public void setName(String name)
setName
in interface com.liferay.expando.kernel.model.ExpandoColumnModel
@Deprecated public 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 String getDefaultData()
getDefaultData
in interface com.liferay.expando.kernel.model.ExpandoColumnModel
public void setDefaultData(String defaultData)
setDefaultData
in interface com.liferay.expando.kernel.model.ExpandoColumnModel
@JSON public String getTypeSettings()
getTypeSettings
in interface com.liferay.expando.kernel.model.ExpandoColumnModel
public void setTypeSettings(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 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 Comparable<com.liferay.expando.kernel.model.ExpandoColumn>
public boolean equals(Object object)
equals
in class Object
public int hashCode()
hashCode
in class 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 String toString()
toString
in class Object
public String toXmlString()
toXmlString
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoColumn>
public <T> T getColumnValue(String columnName)
public <T> T getColumnOriginalValue(String columnName)
public static long getColumnBitmask(String columnName)