@JSON(strict=true)
@ProviderType
public class ExpandoValueModelImpl
extends com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.expando.kernel.model.ExpandoValue>
implements com.liferay.expando.kernel.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 FormModifier 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 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 |
---|
ExpandoValueModelImpl() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
int |
compareTo(com.liferay.expando.kernel.model.ExpandoValue expandoValue) |
boolean |
equals(Object obj) |
String |
getClassName() |
long |
getClassNameId() |
long |
getClassPK() |
long |
getColumnBitmask() |
long |
getColumnId() |
long |
getCompanyId() |
String |
getData() |
Map<String,Object> |
getModelAttributes() |
Class<?> |
getModelClass() |
String |
getModelClassName() |
long |
getOriginalClassNameId() |
long |
getOriginalClassPK() |
long |
getOriginalColumnId() |
String |
getOriginalData() |
long |
getOriginalRowId() |
long |
getOriginalTableId() |
long |
getPrimaryKey() |
Serializable |
getPrimaryKeyObj() |
long |
getRowId() |
long |
getTableId() |
long |
getValueId() |
int |
hashCode() |
boolean |
isEntityCacheEnabled() |
boolean |
isFinderCacheEnabled() |
void |
resetOriginalValues() |
void |
setClassName(String className) |
void |
setClassNameId(long classNameId) |
void |
setClassPK(long classPK) |
void |
setColumnId(long columnId) |
void |
setCompanyId(long companyId) |
void |
setData(String data) |
void |
setModelAttributes(Map<String,Object> attributes) |
void |
setPrimaryKey(long primaryKey) |
void |
setPrimaryKeyObj(Serializable primaryKeyObj) |
void |
setRowId(long rowId) |
void |
setTableId(long tableId) |
void |
setValueId(long valueId) |
com.liferay.portal.kernel.model.CacheModel<com.liferay.expando.kernel.model.ExpandoValue> |
toCacheModel() |
com.liferay.expando.kernel.model.ExpandoValue |
toEscapedModel() |
static com.liferay.expando.kernel.model.ExpandoValue |
toModel(com.liferay.expando.kernel.model.ExpandoValueSoap soapModel)
Converts the soap model instance into a normal model instance.
|
static List<com.liferay.expando.kernel.model.ExpandoValue> |
toModels(com.liferay.expando.kernel.model.ExpandoValueSoap[] soapModels)
Converts the soap model instances into normal model instances.
|
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 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.expando.kernel.model.ExpandoValue toModel(com.liferay.expando.kernel.model.ExpandoValueSoap soapModel)
soapModel
- the soap model instance to convertpublic static List<com.liferay.expando.kernel.model.ExpandoValue> toModels(com.liferay.expando.kernel.model.ExpandoValueSoap[] soapModels)
soapModels
- the soap model instances to convertpublic long getPrimaryKey()
getPrimaryKey
in interface com.liferay.expando.kernel.model.ExpandoValueModel
public void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface com.liferay.expando.kernel.model.ExpandoValueModel
public Serializable getPrimaryKeyObj()
getPrimaryKeyObj
in interface com.liferay.expando.kernel.model.ExpandoValueModel
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoValue>
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
public void setPrimaryKeyObj(Serializable primaryKeyObj)
setPrimaryKeyObj
in interface com.liferay.expando.kernel.model.ExpandoValueModel
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoValue>
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.ExpandoValue>
getModelAttributes
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.expando.kernel.model.ExpandoValue>
public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoValue>
setModelAttributes
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.expando.kernel.model.ExpandoValue>
@JSON public long getValueId()
getValueId
in interface com.liferay.expando.kernel.model.ExpandoValueModel
public void setValueId(long valueId)
setValueId
in interface com.liferay.expando.kernel.model.ExpandoValueModel
@JSON public long getCompanyId()
getCompanyId
in interface com.liferay.expando.kernel.model.ExpandoValueModel
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
public void setCompanyId(long companyId)
setCompanyId
in interface com.liferay.expando.kernel.model.ExpandoValueModel
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
@JSON public long getTableId()
getTableId
in interface com.liferay.expando.kernel.model.ExpandoValueModel
public void setTableId(long tableId)
setTableId
in interface com.liferay.expando.kernel.model.ExpandoValueModel
public long getOriginalTableId()
@JSON public long getColumnId()
getColumnId
in interface com.liferay.expando.kernel.model.ExpandoValueModel
public void setColumnId(long columnId)
setColumnId
in interface com.liferay.expando.kernel.model.ExpandoValueModel
public long getOriginalColumnId()
@JSON public long getRowId()
getRowId
in interface com.liferay.expando.kernel.model.ExpandoValueModel
public void setRowId(long rowId)
setRowId
in interface com.liferay.expando.kernel.model.ExpandoValueModel
public long getOriginalRowId()
public String getClassName()
getClassName
in interface com.liferay.expando.kernel.model.ExpandoValueModel
getClassName
in interface com.liferay.portal.kernel.model.TypedModel
public void setClassName(String className)
setClassName
in interface com.liferay.expando.kernel.model.ExpandoValueModel
@JSON public long getClassNameId()
getClassNameId
in interface com.liferay.expando.kernel.model.ExpandoValueModel
getClassNameId
in interface com.liferay.portal.kernel.model.TypedModel
public void setClassNameId(long classNameId)
setClassNameId
in interface com.liferay.expando.kernel.model.ExpandoValueModel
setClassNameId
in interface com.liferay.portal.kernel.model.TypedModel
public long getOriginalClassNameId()
@JSON public long getClassPK()
getClassPK
in interface com.liferay.expando.kernel.model.ExpandoValueModel
getClassPK
in interface com.liferay.portal.kernel.model.AttachedModel
public void setClassPK(long classPK)
setClassPK
in interface com.liferay.expando.kernel.model.ExpandoValueModel
setClassPK
in interface com.liferay.portal.kernel.model.AttachedModel
public long getOriginalClassPK()
@JSON public String getData()
getData
in interface com.liferay.expando.kernel.model.ExpandoValueModel
public void setData(String data)
setData
in interface com.liferay.expando.kernel.model.ExpandoValueModel
public String getOriginalData()
public long getColumnBitmask()
public com.liferay.expando.kernel.model.ExpandoValue toEscapedModel()
toEscapedModel
in interface com.liferay.expando.kernel.model.ExpandoValueModel
toEscapedModel
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoValue>
toEscapedModel
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.expando.kernel.model.ExpandoValue>
public Object clone()
clone
in interface com.liferay.expando.kernel.model.ExpandoValueModel
clone
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoValue>
clone
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.expando.kernel.model.ExpandoValue>
public int compareTo(com.liferay.expando.kernel.model.ExpandoValue expandoValue)
compareTo
in interface com.liferay.expando.kernel.model.ExpandoValueModel
compareTo
in interface Comparable<com.liferay.expando.kernel.model.ExpandoValue>
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in interface com.liferay.expando.kernel.model.ExpandoValueModel
hashCode
in class Object
public boolean isEntityCacheEnabled()
isEntityCacheEnabled
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoValue>
public boolean isFinderCacheEnabled()
isFinderCacheEnabled
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoValue>
public void resetOriginalValues()
resetOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoValue>
resetOriginalValues
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.expando.kernel.model.ExpandoValue>
public com.liferay.portal.kernel.model.CacheModel<com.liferay.expando.kernel.model.ExpandoValue> toCacheModel()
toCacheModel
in interface com.liferay.expando.kernel.model.ExpandoValueModel
toCacheModel
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoValue>
toCacheModel
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.expando.kernel.model.ExpandoValue>
public String toString()
toString
in interface com.liferay.expando.kernel.model.ExpandoValueModel
toString
in class Object
public String toXmlString()
toXmlString
in interface com.liferay.expando.kernel.model.ExpandoValueModel
toXmlString
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoValue>