com.liferay.portlet.expando.model
Interface ExpandoRowModel
- All Superinterfaces:
- BaseModel<ExpandoRow>, java.lang.Cloneable, java.lang.Comparable<ExpandoRow>, java.io.Serializable
- All Known Subinterfaces:
- ExpandoRow
- All Known Implementing Classes:
- ExpandoRowWrapper
public interface ExpandoRowModel
- extends BaseModel<ExpandoRow>
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 ExpandoRow table in the
database.
- Author:
- Brian Wing Shun Chan
- See Also:
ExpandoRow,
com.liferay.portlet.expando.model.impl.ExpandoRowImpl,
com.liferay.portlet.expando.model.impl.ExpandoRowModelImpl- Generated:
getPrimaryKey
long getPrimaryKey()
setPrimaryKey
void setPrimaryKey(long pk)
getRowId
long getRowId()
setRowId
void setRowId(long rowId)
getCompanyId
long getCompanyId()
setCompanyId
void setCompanyId(long companyId)
getTableId
long getTableId()
setTableId
void setTableId(long tableId)
getClassPK
long getClassPK()
setClassPK
void setClassPK(long classPK)
toEscapedModel
ExpandoRow toEscapedModel()
isNew
boolean isNew()
- Specified by:
isNew in interface BaseModel<ExpandoRow>
setNew
boolean setNew(boolean n)
- Specified by:
setNew in interface BaseModel<ExpandoRow>
isCachedModel
boolean isCachedModel()
- Specified by:
isCachedModel in interface BaseModel<ExpandoRow>
setCachedModel
void setCachedModel(boolean cachedModel)
- Specified by:
setCachedModel in interface BaseModel<ExpandoRow>
isEscapedModel
boolean isEscapedModel()
- Specified by:
isEscapedModel in interface BaseModel<ExpandoRow>
setEscapedModel
void setEscapedModel(boolean escapedModel)
- Specified by:
setEscapedModel in interface BaseModel<ExpandoRow>
getPrimaryKeyObj
java.io.Serializable getPrimaryKeyObj()
- Specified by:
getPrimaryKeyObj in interface BaseModel<ExpandoRow>
getExpandoBridge
ExpandoBridge getExpandoBridge()
- Specified by:
getExpandoBridge in interface BaseModel<ExpandoRow>
setExpandoBridgeAttributes
void setExpandoBridgeAttributes(ServiceContext serviceContext)
- Specified by:
setExpandoBridgeAttributes in interface BaseModel<ExpandoRow>
clone
java.lang.Object clone()
- Specified by:
clone in interface BaseModel<ExpandoRow>
compareTo
int compareTo(ExpandoRow expandoRow)
- Specified by:
compareTo in interface java.lang.Comparable<ExpandoRow>
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<ExpandoRow>