@ProviderType
public class ExpandoRowModelImpl
extends com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.expando.model.ExpandoRow>
implements com.liferay.portlet.expando.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 java.lang.String |
DATA_SOURCE |
static boolean |
ENTITY_CACHE_ENABLED |
static boolean |
FINDER_CACHE_ENABLED |
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 |
|---|
ExpandoRowModelImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
int |
compareTo(com.liferay.portlet.expando.model.ExpandoRow expandoRow) |
boolean |
equals(java.lang.Object obj) |
long |
getClassPK() |
long |
getColumnBitmask() |
long |
getCompanyId() |
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
java.util.Date |
getModifiedDate() |
long |
getOriginalClassPK() |
long |
getOriginalTableId() |
long |
getPrimaryKey() |
java.io.Serializable |
getPrimaryKeyObj() |
long |
getRowId() |
long |
getTableId() |
int |
hashCode() |
boolean |
isEntityCacheEnabled() |
boolean |
isFinderCacheEnabled() |
void |
resetOriginalValues() |
void |
setClassPK(long classPK) |
void |
setCompanyId(long companyId) |
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate) |
void |
setPrimaryKey(long primaryKey) |
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setRowId(long rowId) |
void |
setTableId(long tableId) |
com.liferay.portal.model.CacheModel<com.liferay.portlet.expando.model.ExpandoRow> |
toCacheModel() |
com.liferay.portlet.expando.model.ExpandoRow |
toEscapedModel() |
java.lang.String |
toString() |
java.lang.String |
toXmlString() |
getExpandoBridge, getLocale, 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
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.portlet.expando.model.ExpandoRowModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.portlet.expando.model.ExpandoRowModelpublic java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.expando.model.ExpandoRow>getPrimaryKeyObj in interface com.liferay.portal.model.ClassedModelgetPrimaryKeyObj in interface com.liferay.portlet.expando.model.ExpandoRowModelpublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.expando.model.ExpandoRow>setPrimaryKeyObj in interface com.liferay.portal.model.ClassedModelsetPrimaryKeyObj in interface com.liferay.portlet.expando.model.ExpandoRowModelpublic java.lang.Class<?> getModelClass()
getModelClass in interface com.liferay.portal.model.ClassedModelpublic java.lang.String getModelClassName()
getModelClassName in interface com.liferay.portal.model.ClassedModelpublic java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.expando.model.ExpandoRow>getModelAttributes in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.expando.model.ExpandoRow>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.expando.model.ExpandoRow>setModelAttributes in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.expando.model.ExpandoRow>public long getRowId()
getRowId in interface com.liferay.portlet.expando.model.ExpandoRowModelpublic void setRowId(long rowId)
setRowId in interface com.liferay.portlet.expando.model.ExpandoRowModelpublic long getCompanyId()
getCompanyId in interface com.liferay.portal.model.ShardedModelgetCompanyId in interface com.liferay.portlet.expando.model.ExpandoRowModelpublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.model.ShardedModelsetCompanyId in interface com.liferay.portlet.expando.model.ExpandoRowModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface com.liferay.portlet.expando.model.ExpandoRowModelpublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface com.liferay.portlet.expando.model.ExpandoRowModelpublic long getTableId()
getTableId in interface com.liferay.portlet.expando.model.ExpandoRowModelpublic void setTableId(long tableId)
setTableId in interface com.liferay.portlet.expando.model.ExpandoRowModelpublic long getOriginalTableId()
public long getClassPK()
getClassPK in interface com.liferay.portlet.expando.model.ExpandoRowModelpublic void setClassPK(long classPK)
setClassPK in interface com.liferay.portlet.expando.model.ExpandoRowModelpublic long getOriginalClassPK()
public long getColumnBitmask()
public com.liferay.portlet.expando.model.ExpandoRow toEscapedModel()
toEscapedModel in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.expando.model.ExpandoRow>toEscapedModel in interface com.liferay.portlet.expando.model.ExpandoRowModeltoEscapedModel in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.expando.model.ExpandoRow>public java.lang.Object clone()
clone in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.expando.model.ExpandoRow>clone in interface com.liferay.portlet.expando.model.ExpandoRowModelclone in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.expando.model.ExpandoRow>public int compareTo(com.liferay.portlet.expando.model.ExpandoRow expandoRow)
compareTo in interface com.liferay.portlet.expando.model.ExpandoRowModelcompareTo in interface java.lang.Comparable<com.liferay.portlet.expando.model.ExpandoRow>public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in interface com.liferay.portlet.expando.model.ExpandoRowModelhashCode in class java.lang.Objectpublic boolean isEntityCacheEnabled()
isEntityCacheEnabled in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.expando.model.ExpandoRow>public boolean isFinderCacheEnabled()
isFinderCacheEnabled in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.expando.model.ExpandoRow>public void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.expando.model.ExpandoRow>resetOriginalValues in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.expando.model.ExpandoRow>public com.liferay.portal.model.CacheModel<com.liferay.portlet.expando.model.ExpandoRow> toCacheModel()
toCacheModel in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.expando.model.ExpandoRow>toCacheModel in interface com.liferay.portlet.expando.model.ExpandoRowModeltoCacheModel in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.expando.model.ExpandoRow>public java.lang.String toString()
toString in interface com.liferay.portlet.expando.model.ExpandoRowModeltoString in class java.lang.Objectpublic java.lang.String toXmlString()
toXmlString in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.expando.model.ExpandoRow>toXmlString in interface com.liferay.portlet.expando.model.ExpandoRowModel