com.liferay.portlet.expando.model
Interface ExpandoValueModel
- All Superinterfaces:
- BaseModel, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable
- All Known Subinterfaces:
- ExpandoValue
public interface ExpandoValueModel
- extends BaseModel
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:
com.liferay.portlet.expando.service.model.ExpandoValue
,
com.liferay.portlet.expando.service.model.impl.ExpandoValueImpl
,
com.liferay.portlet.expando.service.model.impl.ExpandoValueModelImpl
Methods inherited from interface java.lang.Comparable |
compareTo |
getPrimaryKey
long getPrimaryKey()
setPrimaryKey
void setPrimaryKey(long pk)
getValueId
long getValueId()
setValueId
void setValueId(long valueId)
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()