com.liferay.portlet.journal.model
Interface JournalContentSearchModel
- All Superinterfaces:
- BaseModel<JournalContentSearch>, java.lang.Cloneable, java.lang.Comparable<JournalContentSearch>, java.io.Serializable
- All Known Subinterfaces:
- JournalContentSearch
- All Known Implementing Classes:
- JournalContentSearchWrapper
public interface JournalContentSearchModel
- extends BaseModel<JournalContentSearch>
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 JournalContentSearch table in the
database.
- Author:
- Brian Wing Shun Chan
- See Also:
JournalContentSearch,
com.liferay.portlet.journal.model.impl.JournalContentSearchImpl,
com.liferay.portlet.journal.model.impl.JournalContentSearchModelImpl- Generated:
getPrimaryKey
long getPrimaryKey()
setPrimaryKey
void setPrimaryKey(long pk)
getContentSearchId
long getContentSearchId()
setContentSearchId
void setContentSearchId(long contentSearchId)
getGroupId
long getGroupId()
setGroupId
void setGroupId(long groupId)
getCompanyId
long getCompanyId()
setCompanyId
void setCompanyId(long companyId)
getPrivateLayout
boolean getPrivateLayout()
isPrivateLayout
boolean isPrivateLayout()
setPrivateLayout
void setPrivateLayout(boolean privateLayout)
getLayoutId
long getLayoutId()
setLayoutId
void setLayoutId(long layoutId)
getPortletId
java.lang.String getPortletId()
setPortletId
void setPortletId(java.lang.String portletId)
getArticleId
java.lang.String getArticleId()
setArticleId
void setArticleId(java.lang.String articleId)
toEscapedModel
JournalContentSearch toEscapedModel()
isNew
boolean isNew()
- Specified by:
isNew in interface BaseModel<JournalContentSearch>
setNew
boolean setNew(boolean n)
- Specified by:
setNew in interface BaseModel<JournalContentSearch>
isCachedModel
boolean isCachedModel()
- Specified by:
isCachedModel in interface BaseModel<JournalContentSearch>
setCachedModel
void setCachedModel(boolean cachedModel)
- Specified by:
setCachedModel in interface BaseModel<JournalContentSearch>
isEscapedModel
boolean isEscapedModel()
- Specified by:
isEscapedModel in interface BaseModel<JournalContentSearch>
setEscapedModel
void setEscapedModel(boolean escapedModel)
- Specified by:
setEscapedModel in interface BaseModel<JournalContentSearch>
getPrimaryKeyObj
java.io.Serializable getPrimaryKeyObj()
- Specified by:
getPrimaryKeyObj in interface BaseModel<JournalContentSearch>
getExpandoBridge
ExpandoBridge getExpandoBridge()
- Specified by:
getExpandoBridge in interface BaseModel<JournalContentSearch>
setExpandoBridgeAttributes
void setExpandoBridgeAttributes(ServiceContext serviceContext)
- Specified by:
setExpandoBridgeAttributes in interface BaseModel<JournalContentSearch>
clone
java.lang.Object clone()
- Specified by:
clone in interface BaseModel<JournalContentSearch>
compareTo
int compareTo(JournalContentSearch journalContentSearch)
- Specified by:
compareTo in interface java.lang.Comparable<JournalContentSearch>
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<JournalContentSearch>