@ProviderType
public class ExpandoRowModelImpl
extends com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.expando.kernel.model.ExpandoRow>
implements com.liferay.expando.kernel.model.ExpandoRowModel
This implementation and its corresponding interface ExpandoRowModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in ExpandoRowImpl.
ExpandoRowImpl,
ExpandoRow,
ExpandoRowModel,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static long |
CLASSPK_COLUMN_BITMASK |
static boolean |
COLUMN_BITMASK_ENABLED |
static String |
DATA_SOURCE |
static boolean |
ENTITY_CACHE_ENABLED |
static boolean |
FINDER_CACHE_ENABLED |
static long |
LOCK_EXPIRATION_TIME |
static String |
ORDER_BY_JPQL |
static String |
ORDER_BY_SQL |
static long |
ROWID_COLUMN_BITMASK |
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 |
|---|
ExpandoRowModelImpl() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
int |
compareTo(com.liferay.expando.kernel.model.ExpandoRow expandoRow) |
boolean |
equals(Object obj) |
long |
getClassPK() |
long |
getColumnBitmask() |
long |
getCompanyId() |
Map<String,Object> |
getModelAttributes() |
Class<?> |
getModelClass() |
String |
getModelClassName() |
Date |
getModifiedDate() |
long |
getOriginalClassPK() |
long |
getOriginalTableId() |
long |
getPrimaryKey() |
Serializable |
getPrimaryKeyObj() |
long |
getRowId() |
long |
getTableId() |
int |
hashCode() |
boolean |
isEntityCacheEnabled() |
boolean |
isFinderCacheEnabled() |
void |
resetOriginalValues() |
void |
setClassPK(long classPK) |
void |
setCompanyId(long companyId) |
void |
setModelAttributes(Map<String,Object> attributes) |
void |
setModifiedDate(Date modifiedDate) |
void |
setPrimaryKey(long primaryKey) |
void |
setPrimaryKeyObj(Serializable primaryKeyObj) |
void |
setRowId(long rowId) |
void |
setTableId(long tableId) |
com.liferay.portal.kernel.model.CacheModel<com.liferay.expando.kernel.model.ExpandoRow> |
toCacheModel() |
com.liferay.expando.kernel.model.ExpandoRow |
toEscapedModel() |
String |
toString() |
String |
toXmlString() |
public static final String TABLE_NAME
public static final Object[][] TABLE_COLUMNS
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 CLASSPK_COLUMN_BITMASK
public static final long TABLEID_COLUMN_BITMASK
public static final long ROWID_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
public long getPrimaryKey()
getPrimaryKey in interface com.liferay.expando.kernel.model.ExpandoRowModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.expando.kernel.model.ExpandoRowModelpublic Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.expando.kernel.model.ExpandoRowModelgetPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoRow>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.expando.kernel.model.ExpandoRowModelsetPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoRow>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelpublic Class<?> getModelClass()
getModelClass in interface com.liferay.portal.kernel.model.ClassedModelpublic String getModelClassName()
getModelClassName in interface com.liferay.portal.kernel.model.ClassedModelpublic Map<String,Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoRow>getModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.expando.kernel.model.ExpandoRow>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoRow>setModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.expando.kernel.model.ExpandoRow>public long getRowId()
getRowId in interface com.liferay.expando.kernel.model.ExpandoRowModelpublic void setRowId(long rowId)
setRowId in interface com.liferay.expando.kernel.model.ExpandoRowModelpublic long getCompanyId()
getCompanyId in interface com.liferay.expando.kernel.model.ExpandoRowModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelpublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.expando.kernel.model.ExpandoRowModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelpublic Date getModifiedDate()
getModifiedDate in interface com.liferay.expando.kernel.model.ExpandoRowModelpublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface com.liferay.expando.kernel.model.ExpandoRowModelpublic long getTableId()
getTableId in interface com.liferay.expando.kernel.model.ExpandoRowModelpublic void setTableId(long tableId)
setTableId in interface com.liferay.expando.kernel.model.ExpandoRowModelpublic long getOriginalTableId()
public long getClassPK()
getClassPK in interface com.liferay.expando.kernel.model.ExpandoRowModelpublic void setClassPK(long classPK)
setClassPK in interface com.liferay.expando.kernel.model.ExpandoRowModelpublic long getOriginalClassPK()
public long getColumnBitmask()
public com.liferay.expando.kernel.model.ExpandoRow toEscapedModel()
toEscapedModel in interface com.liferay.expando.kernel.model.ExpandoRowModeltoEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoRow>toEscapedModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.expando.kernel.model.ExpandoRow>public Object clone()
clone in interface com.liferay.expando.kernel.model.ExpandoRowModelclone in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoRow>clone in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.expando.kernel.model.ExpandoRow>public int compareTo(com.liferay.expando.kernel.model.ExpandoRow expandoRow)
compareTo in interface com.liferay.expando.kernel.model.ExpandoRowModelcompareTo in interface Comparable<com.liferay.expando.kernel.model.ExpandoRow>public int hashCode()
public boolean isEntityCacheEnabled()
isEntityCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoRow>public boolean isFinderCacheEnabled()
isFinderCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoRow>public void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoRow>resetOriginalValues in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.expando.kernel.model.ExpandoRow>public com.liferay.portal.kernel.model.CacheModel<com.liferay.expando.kernel.model.ExpandoRow> toCacheModel()
toCacheModel in interface com.liferay.expando.kernel.model.ExpandoRowModeltoCacheModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoRow>toCacheModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.expando.kernel.model.ExpandoRow>public String toString()
public String toXmlString()
toXmlString in interface com.liferay.expando.kernel.model.ExpandoRowModeltoXmlString in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoRow>