@JSON(strict=true)
@ProviderType
public class ExpandoValueModelImpl
extends com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.expando.model.ExpandoValue>
implements com.liferay.portlet.expando.model.ExpandoValueModel
This implementation and its corresponding interface ExpandoValueModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in ExpandoValueImpl.
ExpandoValueImpl,
ExpandoValue,
ExpandoValueModel,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static long |
CLASSNAMEID_COLUMN_BITMASK |
static long |
CLASSPK_COLUMN_BITMASK |
static boolean |
COLUMN_BITMASK_ENABLED |
static long |
COLUMNID_COLUMN_BITMASK |
static long |
DATA_COLUMN_BITMASK |
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 |
|---|
ExpandoValueModelImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
int |
compareTo(com.liferay.portlet.expando.model.ExpandoValue expandoValue) |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getClassName() |
long |
getClassNameId() |
long |
getClassPK() |
long |
getColumnBitmask() |
long |
getColumnId() |
long |
getCompanyId() |
java.lang.String |
getData() |
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
long |
getOriginalClassNameId() |
long |
getOriginalClassPK() |
long |
getOriginalColumnId() |
java.lang.String |
getOriginalData() |
long |
getOriginalRowId() |
long |
getOriginalTableId() |
long |
getPrimaryKey() |
java.io.Serializable |
getPrimaryKeyObj() |
long |
getRowId() |
long |
getTableId() |
long |
getValueId() |
int |
hashCode() |
boolean |
isEntityCacheEnabled() |
boolean |
isFinderCacheEnabled() |
void |
resetOriginalValues() |
void |
setClassName(java.lang.String className) |
void |
setClassNameId(long classNameId) |
void |
setClassPK(long classPK) |
void |
setColumnId(long columnId) |
void |
setCompanyId(long companyId) |
void |
setData(java.lang.String data) |
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setPrimaryKey(long primaryKey) |
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setRowId(long rowId) |
void |
setTableId(long tableId) |
void |
setValueId(long valueId) |
com.liferay.portal.model.CacheModel<com.liferay.portlet.expando.model.ExpandoValue> |
toCacheModel() |
com.liferay.portlet.expando.model.ExpandoValue |
toEscapedModel() |
static com.liferay.portlet.expando.model.ExpandoValue |
toModel(com.liferay.portlet.expando.model.ExpandoValueSoap soapModel)
Converts the soap model instance into a normal model instance.
|
static java.util.List<com.liferay.portlet.expando.model.ExpandoValue> |
toModels(com.liferay.portlet.expando.model.ExpandoValueSoap[] soapModels)
Converts the soap model instances into normal model instances.
|
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 CLASSNAMEID_COLUMN_BITMASK
public static final long CLASSPK_COLUMN_BITMASK
public static final long COLUMNID_COLUMN_BITMASK
public static final long DATA_COLUMN_BITMASK
public static final long ROWID_COLUMN_BITMASK
public static final long TABLEID_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
public static com.liferay.portlet.expando.model.ExpandoValue toModel(com.liferay.portlet.expando.model.ExpandoValueSoap soapModel)
soapModel - the soap model instance to convertpublic static java.util.List<com.liferay.portlet.expando.model.ExpandoValue> toModels(com.liferay.portlet.expando.model.ExpandoValueSoap[] soapModels)
soapModels - the soap model instances to convertpublic long getPrimaryKey()
getPrimaryKey in interface com.liferay.portlet.expando.model.ExpandoValueModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.portlet.expando.model.ExpandoValueModelpublic java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.expando.model.ExpandoValue>getPrimaryKeyObj in interface com.liferay.portal.model.ClassedModelgetPrimaryKeyObj in interface com.liferay.portlet.expando.model.ExpandoValueModelpublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.expando.model.ExpandoValue>setPrimaryKeyObj in interface com.liferay.portal.model.ClassedModelsetPrimaryKeyObj in interface com.liferay.portlet.expando.model.ExpandoValueModelpublic 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.ExpandoValue>getModelAttributes in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.expando.model.ExpandoValue>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.ExpandoValue>setModelAttributes in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.expando.model.ExpandoValue>@JSON public long getValueId()
getValueId in interface com.liferay.portlet.expando.model.ExpandoValueModelpublic void setValueId(long valueId)
setValueId in interface com.liferay.portlet.expando.model.ExpandoValueModel@JSON public long getCompanyId()
getCompanyId in interface com.liferay.portlet.expando.model.ExpandoValueModelpublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.portlet.expando.model.ExpandoValueModel@JSON public long getTableId()
getTableId in interface com.liferay.portlet.expando.model.ExpandoValueModelpublic void setTableId(long tableId)
setTableId in interface com.liferay.portlet.expando.model.ExpandoValueModelpublic long getOriginalTableId()
@JSON public long getColumnId()
getColumnId in interface com.liferay.portlet.expando.model.ExpandoValueModelpublic void setColumnId(long columnId)
setColumnId in interface com.liferay.portlet.expando.model.ExpandoValueModelpublic long getOriginalColumnId()
@JSON public long getRowId()
getRowId in interface com.liferay.portlet.expando.model.ExpandoValueModelpublic void setRowId(long rowId)
setRowId in interface com.liferay.portlet.expando.model.ExpandoValueModelpublic long getOriginalRowId()
public java.lang.String getClassName()
getClassName in interface com.liferay.portal.model.TypedModelgetClassName in interface com.liferay.portlet.expando.model.ExpandoValueModelpublic void setClassName(java.lang.String className)
setClassName in interface com.liferay.portlet.expando.model.ExpandoValueModel@JSON public long getClassNameId()
getClassNameId in interface com.liferay.portal.model.TypedModelgetClassNameId in interface com.liferay.portlet.expando.model.ExpandoValueModelpublic void setClassNameId(long classNameId)
setClassNameId in interface com.liferay.portal.model.TypedModelsetClassNameId in interface com.liferay.portlet.expando.model.ExpandoValueModelpublic long getOriginalClassNameId()
@JSON public long getClassPK()
getClassPK in interface com.liferay.portal.model.AttachedModelgetClassPK in interface com.liferay.portlet.expando.model.ExpandoValueModelpublic void setClassPK(long classPK)
setClassPK in interface com.liferay.portal.model.AttachedModelsetClassPK in interface com.liferay.portlet.expando.model.ExpandoValueModelpublic long getOriginalClassPK()
@JSON public java.lang.String getData()
getData in interface com.liferay.portlet.expando.model.ExpandoValueModelpublic void setData(java.lang.String data)
setData in interface com.liferay.portlet.expando.model.ExpandoValueModelpublic java.lang.String getOriginalData()
public long getColumnBitmask()
public com.liferay.portlet.expando.model.ExpandoValue toEscapedModel()
toEscapedModel in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.expando.model.ExpandoValue>toEscapedModel in interface com.liferay.portlet.expando.model.ExpandoValueModeltoEscapedModel in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.expando.model.ExpandoValue>public java.lang.Object clone()
clone in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.expando.model.ExpandoValue>clone in interface com.liferay.portlet.expando.model.ExpandoValueModelclone in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.expando.model.ExpandoValue>public int compareTo(com.liferay.portlet.expando.model.ExpandoValue expandoValue)
compareTo in interface com.liferay.portlet.expando.model.ExpandoValueModelcompareTo in interface java.lang.Comparable<com.liferay.portlet.expando.model.ExpandoValue>public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in interface com.liferay.portlet.expando.model.ExpandoValueModelhashCode in class java.lang.Objectpublic boolean isEntityCacheEnabled()
isEntityCacheEnabled in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.expando.model.ExpandoValue>public boolean isFinderCacheEnabled()
isFinderCacheEnabled in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.expando.model.ExpandoValue>public void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.expando.model.ExpandoValue>resetOriginalValues in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.expando.model.ExpandoValue>public com.liferay.portal.model.CacheModel<com.liferay.portlet.expando.model.ExpandoValue> toCacheModel()
toCacheModel in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.expando.model.ExpandoValue>toCacheModel in interface com.liferay.portlet.expando.model.ExpandoValueModeltoCacheModel in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.expando.model.ExpandoValue>public java.lang.String toString()
toString in interface com.liferay.portlet.expando.model.ExpandoValueModeltoString in class java.lang.Objectpublic java.lang.String toXmlString()
toXmlString in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.expando.model.ExpandoValue>toXmlString in interface com.liferay.portlet.expando.model.ExpandoValueModel