com.liferay.portlet.expando.model
Interface ExpandoValueModel
- All Superinterfaces:
- BaseModel<ExpandoValue>, java.lang.Cloneable, java.lang.Comparable<ExpandoValue>, java.io.Serializable
- All Known Subinterfaces:
- ExpandoValue
- All Known Implementing Classes:
- ExpandoValueWrapper
public interface ExpandoValueModel
- extends BaseModel<ExpandoValue>
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This interface is a model that represents the ExpandoValue table in the
database.
- Author:
- Brian Wing Shun Chan
- See Also:
ExpandoValue,
com.liferay.portlet.expando.model.impl.ExpandoValueImpl,
com.liferay.portlet.expando.model.impl.ExpandoValueModelImpl- Generated:
getPrimaryKey
long getPrimaryKey()
setPrimaryKey
void setPrimaryKey(long pk)
getValueId
long getValueId()
setValueId
void setValueId(long valueId)
getCompanyId
long getCompanyId()
setCompanyId
void setCompanyId(long companyId)
getTableId
long getTableId()
setTableId
void setTableId(long tableId)
getColumnId
long getColumnId()
setColumnId
void setColumnId(long columnId)
getRowId
long getRowId()
setRowId
void setRowId(long rowId)
getClassName
java.lang.String getClassName()
getClassNameId
long getClassNameId()
setClassNameId
void setClassNameId(long classNameId)
getClassPK
long getClassPK()
setClassPK
void setClassPK(long classPK)
getData
java.lang.String getData()
setData
void setData(java.lang.String data)
toEscapedModel
ExpandoValue toEscapedModel()
isNew
boolean isNew()
- Specified by:
isNew in interface BaseModel<ExpandoValue>
setNew
boolean setNew(boolean n)
- Specified by:
setNew in interface BaseModel<ExpandoValue>
isCachedModel
boolean isCachedModel()
- Specified by:
isCachedModel in interface BaseModel<ExpandoValue>
setCachedModel
void setCachedModel(boolean cachedModel)
- Specified by:
setCachedModel in interface BaseModel<ExpandoValue>
isEscapedModel
boolean isEscapedModel()
- Specified by:
isEscapedModel in interface BaseModel<ExpandoValue>
setEscapedModel
void setEscapedModel(boolean escapedModel)
- Specified by:
setEscapedModel in interface BaseModel<ExpandoValue>
getPrimaryKeyObj
java.io.Serializable getPrimaryKeyObj()
- Specified by:
getPrimaryKeyObj in interface BaseModel<ExpandoValue>
getExpandoBridge
ExpandoBridge getExpandoBridge()
- Specified by:
getExpandoBridge in interface BaseModel<ExpandoValue>
setExpandoBridgeAttributes
void setExpandoBridgeAttributes(ServiceContext serviceContext)
- Specified by:
setExpandoBridgeAttributes in interface BaseModel<ExpandoValue>
clone
java.lang.Object clone()
- Specified by:
clone in interface BaseModel<ExpandoValue>
compareTo
int compareTo(ExpandoValue expandoValue)
- Specified by:
compareTo in interface java.lang.Comparable<ExpandoValue>
hashCode
int hashCode()
- Overrides:
hashCode in class java.lang.Object
toString
java.lang.String toString()
- Overrides:
toString in class java.lang.Object
toXmlString
java.lang.String toXmlString()
- Specified by:
toXmlString in interface BaseModel<ExpandoValue>