public class JournalContentSearchWrapper extends BaseModelWrapper<JournalContentSearch> implements JournalContentSearch, ModelWrapper<JournalContentSearch>
This class is a wrapper for JournalContentSearch.
JournalContentSearch,
Serialized FormmodelCONTENT_SEARCH_ID_ACCESSOR| Constructor and Description |
|---|
JournalContentSearchWrapper(JournalContentSearch journalContentSearch) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getArticleId()
Returns the article ID of this journal content search.
|
long |
getCompanyId()
Returns the company ID of this journal content search.
|
long |
getContentSearchId()
Returns the content search ID of this journal content search.
|
long |
getGroupId()
Returns the group ID of this journal content search.
|
long |
getLayoutId()
Returns the layout ID of this journal content search.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
long |
getMvccVersion()
Returns the mvcc version of this journal content search.
|
java.lang.String |
getPortletId()
Returns the portlet ID of this journal content search.
|
long |
getPrimaryKey()
Returns the primary key of this journal content search.
|
boolean |
getPrivateLayout()
Returns the private layout of this journal content search.
|
boolean |
isPrivateLayout()
Returns
true if this journal content search is private layout. |
void |
persist()
Updates this model instance in the database or adds it if it does not yet
exist.
|
void |
setArticleId(java.lang.String articleId)
Sets the article ID of this journal content search.
|
void |
setCompanyId(long companyId)
Sets the company ID of this journal content search.
|
void |
setContentSearchId(long contentSearchId)
Sets the content search ID of this journal content search.
|
void |
setGroupId(long groupId)
Sets the group ID of this journal content search.
|
void |
setLayoutId(long layoutId)
Sets the layout ID of this journal content search.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this journal content search.
|
void |
setPortletId(java.lang.String portletId)
Sets the portlet ID of this journal content search.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this journal content search.
|
void |
setPrivateLayout(boolean privateLayout)
Sets whether this journal content search is private layout.
|
protected JournalContentSearchWrapper |
wrap(JournalContentSearch journalContentSearch) |
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlStringfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamegetWrappedModelpublic JournalContentSearchWrapper(JournalContentSearch journalContentSearch)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface BaseModel<JournalContentSearch>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface BaseModel<JournalContentSearch>public java.lang.String getArticleId()
getArticleId in interface JournalContentSearchModelpublic long getCompanyId()
getCompanyId in interface JournalContentSearchModelgetCompanyId in interface ShardedModelpublic long getContentSearchId()
getContentSearchId in interface JournalContentSearchModelpublic long getGroupId()
getGroupId in interface JournalContentSearchModelpublic long getLayoutId()
getLayoutId in interface JournalContentSearchModelpublic long getMvccVersion()
getMvccVersion in interface JournalContentSearchModelgetMvccVersion in interface MVCCModelpublic java.lang.String getPortletId()
getPortletId in interface JournalContentSearchModelpublic long getPrimaryKey()
getPrimaryKey in interface JournalContentSearchModelpublic boolean getPrivateLayout()
getPrivateLayout in interface JournalContentSearchModelpublic boolean isPrivateLayout()
true if this journal content search is private layout.isPrivateLayout in interface JournalContentSearchModeltrue if this journal content search is private layout; false otherwisepublic void persist()
PersistedModelpersist in interface PersistedModelpublic void setArticleId(java.lang.String articleId)
setArticleId in interface JournalContentSearchModelarticleId - the article ID of this journal content searchpublic void setCompanyId(long companyId)
setCompanyId in interface JournalContentSearchModelsetCompanyId in interface ShardedModelcompanyId - the company ID of this journal content searchpublic void setContentSearchId(long contentSearchId)
setContentSearchId in interface JournalContentSearchModelcontentSearchId - the content search ID of this journal content searchpublic void setGroupId(long groupId)
setGroupId in interface JournalContentSearchModelgroupId - the group ID of this journal content searchpublic void setLayoutId(long layoutId)
setLayoutId in interface JournalContentSearchModellayoutId - the layout ID of this journal content searchpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface JournalContentSearchModelsetMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this journal content searchpublic void setPortletId(java.lang.String portletId)
setPortletId in interface JournalContentSearchModelportletId - the portlet ID of this journal content searchpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface JournalContentSearchModelprimaryKey - the primary key of this journal content searchpublic void setPrivateLayout(boolean privateLayout)
setPrivateLayout in interface JournalContentSearchModelprivateLayout - the private layout of this journal content searchprotected JournalContentSearchWrapper wrap(JournalContentSearch journalContentSearch)
wrap in class BaseModelWrapper<JournalContentSearch>