|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.impl.BaseModelImpl<ExpandoValue>
com.liferay.portlet.expando.model.impl.ExpandoValueModelImpl
public class ExpandoValueModelImpl
The base model implementation for the ExpandoValue service. Represents a row in the "ExpandoValue" database table, with each column mapped to a property of this class.
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.
Never modify or reference this class directly. All methods that expect a expando value model instance should use the ExpandoValue interface instead.
ExpandoValueImpl,
ExpandoValue,
ExpandoValueModel,
Serialized Form| Field Summary | |
|---|---|
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 String |
SESSION_FACTORY
|
static Object[][] |
TABLE_COLUMNS
|
static String |
TABLE_NAME
|
static String |
TABLE_SQL_CREATE
|
static String |
TABLE_SQL_DROP
|
static String |
TX_MANAGER
|
| Constructor Summary | |
|---|---|
ExpandoValueModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(ExpandoValue expandoValue)
|
boolean |
equals(Object obj)
|
String |
getClassName()
Gets the class name of the model instance this expando value is polymorphically associated with. |
long |
getClassNameId()
Gets the class name id of this expando value. |
long |
getClassPK()
Gets the class p k of this expando value. |
long |
getColumnId()
Gets the column id of this expando value. |
long |
getCompanyId()
Gets the company id of this expando value. |
String |
getData()
Gets the data of this expando value. |
long |
getOriginalClassPK()
|
long |
getOriginalColumnId()
|
long |
getOriginalRowId()
|
long |
getOriginalTableId()
|
long |
getPrimaryKey()
Gets the primary key of this expando value. |
Serializable |
getPrimaryKeyObj()
Gets the primary key of this model instance. |
long |
getRowId()
Gets the row id of this expando value. |
long |
getTableId()
Gets the table id of this expando value. |
long |
getValueId()
Gets the value id of this expando value. |
int |
hashCode()
|
void |
setClassNameId(long classNameId)
Sets the class name id of this expando value. |
void |
setClassPK(long classPK)
Sets the class p k of this expando value. |
void |
setColumnId(long columnId)
Sets the column id of this expando value. |
void |
setCompanyId(long companyId)
Sets the company id of this expando value. |
void |
setData(String data)
Sets the data of this expando value. |
void |
setPrimaryKey(long pk)
Sets the primary key of this expando value |
void |
setRowId(long rowId)
Sets the row id of this expando value. |
void |
setTableId(long tableId)
Sets the table id of this expando value. |
void |
setValueId(long valueId)
Sets the value id of this expando value. |
ExpandoValue |
toEscapedModel()
Gets a copy of this expando value as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
static ExpandoValue |
toModel(ExpandoValueSoap soapModel)
Converts the soap model instance into a normal model instance. |
static List<ExpandoValue> |
toModels(ExpandoValueSoap[] soapModels)
Converts the soap model instances into normal model instances. |
String |
toString()
|
String |
toXmlString()
Gets the XML representation of this model instance. |
| Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl |
|---|
getExpandoBridge, isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setExpandoBridgeAttributes, setNew |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.liferay.portlet.expando.model.ExpandoValueModel |
|---|
getExpandoBridge, isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setExpandoBridgeAttributes, setNew |
| Field Detail |
|---|
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 long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public ExpandoValueModelImpl()
| Method Detail |
|---|
public static ExpandoValue toModel(ExpandoValueSoap soapModel)
soapModel - the soap model instance to convert
public static List<ExpandoValue> toModels(ExpandoValueSoap[] soapModels)
soapModels - the soap model instances to convert
public long getPrimaryKey()
ExpandoValueModel
getPrimaryKey in interface ExpandoValueModelpublic void setPrimaryKey(long pk)
ExpandoValueModel
setPrimaryKey in interface ExpandoValueModelpk - the primary key of this expando valuepublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<ExpandoValue>getPrimaryKeyObj in interface ExpandoValueModelpublic long getValueId()
ExpandoValueModel
getValueId in interface ExpandoValueModelpublic void setValueId(long valueId)
ExpandoValueModel
setValueId in interface ExpandoValueModelvalueId - the value id of this expando valuepublic long getCompanyId()
ExpandoValueModel
getCompanyId in interface ExpandoValueModelpublic void setCompanyId(long companyId)
ExpandoValueModel
setCompanyId in interface ExpandoValueModelcompanyId - the company id of this expando valuepublic long getTableId()
ExpandoValueModel
getTableId in interface ExpandoValueModelpublic void setTableId(long tableId)
ExpandoValueModel
setTableId in interface ExpandoValueModeltableId - the table id of this expando valuepublic long getOriginalTableId()
public long getColumnId()
ExpandoValueModel
getColumnId in interface ExpandoValueModelpublic void setColumnId(long columnId)
ExpandoValueModel
setColumnId in interface ExpandoValueModelcolumnId - the column id of this expando valuepublic long getOriginalColumnId()
public long getRowId()
ExpandoValueModel
getRowId in interface ExpandoValueModelpublic void setRowId(long rowId)
ExpandoValueModel
setRowId in interface ExpandoValueModelrowId - the row id of this expando valuepublic long getOriginalRowId()
public String getClassName()
ExpandoValueModel
getClassName in interface ExpandoValueModelpublic long getClassNameId()
ExpandoValueModel
getClassNameId in interface ExpandoValueModelpublic void setClassNameId(long classNameId)
ExpandoValueModel
setClassNameId in interface ExpandoValueModelclassNameId - the class name id of this expando valuepublic long getClassPK()
ExpandoValueModel
getClassPK in interface ExpandoValueModelpublic void setClassPK(long classPK)
ExpandoValueModel
setClassPK in interface ExpandoValueModelclassPK - the class p k of this expando valuepublic long getOriginalClassPK()
public String getData()
ExpandoValueModel
getData in interface ExpandoValueModelpublic void setData(String data)
ExpandoValueModel
setData in interface ExpandoValueModeldata - the data of this expando valuepublic ExpandoValue toEscapedModel()
ExpandoValueModelAutoEscapeBeanHandler.
toEscapedModel in interface ExpandoValueModelAutoEscapeBeanHandlerpublic Object clone()
BaseModel
clone in interface BaseModel<ExpandoValue>clone in interface ExpandoValueModelclone in class BaseModelImpl<ExpandoValue>public int compareTo(ExpandoValue expandoValue)
compareTo in interface ExpandoValueModelcompareTo in interface Comparable<ExpandoValue>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface ExpandoValueModelhashCode in class Objectpublic String toString()
toString in interface ExpandoValueModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<ExpandoValue>toXmlString in interface ExpandoValueModel
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||