|
Liferay 6.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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 FormField 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 ExpandoValueModel
public void setPrimaryKey(long pk)
ExpandoValueModel
setPrimaryKey
in interface ExpandoValueModel
pk
- the primary key of this expando valuepublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj
in interface BaseModel<ExpandoValue>
getPrimaryKeyObj
in interface ExpandoValueModel
public long getValueId()
ExpandoValueModel
getValueId
in interface ExpandoValueModel
public void setValueId(long valueId)
ExpandoValueModel
setValueId
in interface ExpandoValueModel
valueId
- the value id of this expando valuepublic long getCompanyId()
ExpandoValueModel
getCompanyId
in interface ExpandoValueModel
public void setCompanyId(long companyId)
ExpandoValueModel
setCompanyId
in interface ExpandoValueModel
companyId
- the company id of this expando valuepublic long getTableId()
ExpandoValueModel
getTableId
in interface ExpandoValueModel
public void setTableId(long tableId)
ExpandoValueModel
setTableId
in interface ExpandoValueModel
tableId
- the table id of this expando valuepublic long getOriginalTableId()
public long getColumnId()
ExpandoValueModel
getColumnId
in interface ExpandoValueModel
public void setColumnId(long columnId)
ExpandoValueModel
setColumnId
in interface ExpandoValueModel
columnId
- the column id of this expando valuepublic long getOriginalColumnId()
public long getRowId()
ExpandoValueModel
getRowId
in interface ExpandoValueModel
public void setRowId(long rowId)
ExpandoValueModel
setRowId
in interface ExpandoValueModel
rowId
- the row id of this expando valuepublic long getOriginalRowId()
public String getClassName()
ExpandoValueModel
getClassName
in interface ExpandoValueModel
public long getClassNameId()
ExpandoValueModel
getClassNameId
in interface ExpandoValueModel
public void setClassNameId(long classNameId)
ExpandoValueModel
setClassNameId
in interface ExpandoValueModel
classNameId
- the class name id of this expando valuepublic long getClassPK()
ExpandoValueModel
getClassPK
in interface ExpandoValueModel
public void setClassPK(long classPK)
ExpandoValueModel
setClassPK
in interface ExpandoValueModel
classPK
- the class p k of this expando valuepublic long getOriginalClassPK()
public String getData()
ExpandoValueModel
getData
in interface ExpandoValueModel
public void setData(String data)
ExpandoValueModel
setData
in interface ExpandoValueModel
data
- the data of this expando valuepublic ExpandoValue toEscapedModel()
ExpandoValueModel
AutoEscapeBeanHandler
.
toEscapedModel
in interface ExpandoValueModel
AutoEscapeBeanHandler
public Object clone()
BaseModel
clone
in interface BaseModel<ExpandoValue>
clone
in interface ExpandoValueModel
clone
in class BaseModelImpl<ExpandoValue>
public int compareTo(ExpandoValue expandoValue)
compareTo
in interface ExpandoValueModel
compareTo
in interface Comparable<ExpandoValue>
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in interface ExpandoValueModel
hashCode
in class Object
public String toString()
toString
in interface ExpandoValueModel
toString
in class Object
public String toXmlString()
BaseModel
toXmlString
in interface BaseModel<ExpandoValue>
toXmlString
in interface ExpandoValueModel
|
Liferay 6.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |