@JSON(strict=true)
@ProviderType
public class ExpandoTableModelImpl
extends com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.expando.kernel.model.ExpandoTable>
implements com.liferay.expando.kernel.model.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
,
ExpandoTable
,
ExpandoTableModel
,
Serialized FormModifier and Type | Field and Description |
---|---|
static long |
CLASSNAMEID_COLUMN_BITMASK |
static boolean |
COLUMN_BITMASK_ENABLED |
static long |
COMPANYID_COLUMN_BITMASK |
static String |
DATA_SOURCE |
static boolean |
ENTITY_CACHE_ENABLED |
static boolean |
FINDER_CACHE_ENABLED |
static long |
LOCK_EXPIRATION_TIME |
static long |
NAME_COLUMN_BITMASK |
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 |
static String |
TX_MANAGER |
Constructor and Description |
---|
ExpandoTableModelImpl() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
int |
compareTo(com.liferay.expando.kernel.model.ExpandoTable expandoTable) |
boolean |
equals(Object obj) |
String |
getClassName() |
long |
getClassNameId() |
long |
getColumnBitmask() |
long |
getCompanyId() |
Map<String,Object> |
getModelAttributes() |
Class<?> |
getModelClass() |
String |
getModelClassName() |
String |
getName() |
long |
getOriginalClassNameId() |
long |
getOriginalCompanyId() |
String |
getOriginalName() |
long |
getPrimaryKey() |
Serializable |
getPrimaryKeyObj() |
long |
getTableId() |
int |
hashCode() |
boolean |
isEntityCacheEnabled() |
boolean |
isFinderCacheEnabled() |
void |
resetOriginalValues() |
void |
setClassName(String className) |
void |
setClassNameId(long classNameId) |
void |
setCompanyId(long companyId) |
void |
setModelAttributes(Map<String,Object> attributes) |
void |
setName(String name) |
void |
setPrimaryKey(long primaryKey) |
void |
setPrimaryKeyObj(Serializable primaryKeyObj) |
void |
setTableId(long tableId) |
com.liferay.portal.kernel.model.CacheModel<com.liferay.expando.kernel.model.ExpandoTable> |
toCacheModel() |
com.liferay.expando.kernel.model.ExpandoTable |
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
public static final boolean ENTITY_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
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()
getPrimaryKey
in interface com.liferay.expando.kernel.model.ExpandoTableModel
public void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface com.liferay.expando.kernel.model.ExpandoTableModel
public Serializable getPrimaryKeyObj()
getPrimaryKeyObj
in interface com.liferay.expando.kernel.model.ExpandoTableModel
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoTable>
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
public void setPrimaryKeyObj(Serializable primaryKeyObj)
setPrimaryKeyObj
in interface com.liferay.expando.kernel.model.ExpandoTableModel
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoTable>
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.ExpandoTable>
getModelAttributes
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.expando.kernel.model.ExpandoTable>
public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoTable>
setModelAttributes
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.expando.kernel.model.ExpandoTable>
@JSON public long getTableId()
getTableId
in interface com.liferay.expando.kernel.model.ExpandoTableModel
public void setTableId(long tableId)
setTableId
in interface com.liferay.expando.kernel.model.ExpandoTableModel
@JSON public long getCompanyId()
getCompanyId
in interface com.liferay.expando.kernel.model.ExpandoTableModel
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
public void setCompanyId(long companyId)
setCompanyId
in interface com.liferay.expando.kernel.model.ExpandoTableModel
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
public long getOriginalCompanyId()
public String getClassName()
getClassName
in interface com.liferay.expando.kernel.model.ExpandoTableModel
getClassName
in interface com.liferay.portal.kernel.model.TypedModel
public void setClassName(String className)
setClassName
in interface com.liferay.expando.kernel.model.ExpandoTableModel
@JSON public long getClassNameId()
getClassNameId
in interface com.liferay.expando.kernel.model.ExpandoTableModel
getClassNameId
in interface com.liferay.portal.kernel.model.TypedModel
public void setClassNameId(long classNameId)
setClassNameId
in interface com.liferay.expando.kernel.model.ExpandoTableModel
setClassNameId
in interface com.liferay.portal.kernel.model.TypedModel
public long getOriginalClassNameId()
@JSON public String getName()
getName
in interface com.liferay.expando.kernel.model.ExpandoTableModel
public void setName(String name)
setName
in interface com.liferay.expando.kernel.model.ExpandoTableModel
public String getOriginalName()
public long getColumnBitmask()
public com.liferay.expando.kernel.model.ExpandoTable toEscapedModel()
toEscapedModel
in interface com.liferay.expando.kernel.model.ExpandoTableModel
toEscapedModel
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoTable>
toEscapedModel
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.expando.kernel.model.ExpandoTable>
public Object clone()
clone
in interface com.liferay.expando.kernel.model.ExpandoTableModel
clone
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoTable>
clone
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.expando.kernel.model.ExpandoTable>
public int compareTo(com.liferay.expando.kernel.model.ExpandoTable expandoTable)
compareTo
in interface com.liferay.expando.kernel.model.ExpandoTableModel
compareTo
in interface Comparable<com.liferay.expando.kernel.model.ExpandoTable>
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in interface com.liferay.expando.kernel.model.ExpandoTableModel
hashCode
in class Object
public boolean isEntityCacheEnabled()
isEntityCacheEnabled
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoTable>
public boolean isFinderCacheEnabled()
isFinderCacheEnabled
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoTable>
public void resetOriginalValues()
resetOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoTable>
resetOriginalValues
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.expando.kernel.model.ExpandoTable>
public com.liferay.portal.kernel.model.CacheModel<com.liferay.expando.kernel.model.ExpandoTable> toCacheModel()
toCacheModel
in interface com.liferay.expando.kernel.model.ExpandoTableModel
toCacheModel
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoTable>
toCacheModel
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.expando.kernel.model.ExpandoTable>
public String toString()
toString
in interface com.liferay.expando.kernel.model.ExpandoTableModel
toString
in class Object
public String toXmlString()
toXmlString
in interface com.liferay.expando.kernel.model.ExpandoTableModel
toXmlString
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoTable>