@ProviderType public interface JournalContentSearchModel extends BaseModel<JournalContentSearch>
This interface and its corresponding implementation JournalContentSearchModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in JournalContentSearchImpl.
JournalContentSearch,
JournalContentSearchImpl,
JournalContentSearchModelImpl| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Creates a shallow clone of this model instance.
|
int |
compareTo(JournalContentSearch journalContentSearch) |
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.
|
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance.
|
long |
getGroupId()
Returns the group ID of this journal content search.
|
long |
getLayoutId()
Returns the layout ID 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.
|
java.io.Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance.
|
boolean |
getPrivateLayout()
Returns the private layout of this journal content search.
|
int |
hashCode() |
boolean |
isCachedModel()
Returns
true if this model instance was retrieved from the
entity cache. |
boolean |
isEscapedModel()
Returns
true if this model instance is escaped. |
boolean |
isNew()
Returns
true if this model instance does not yet exist in
the database. |
boolean |
isPrivateLayout()
Returns
true if this journal content search is private layout. |
void |
setArticleId(java.lang.String articleId)
Sets the article ID of this journal content search.
|
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache.
|
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 |
setExpandoBridgeAttributes(BaseModel<?> baseModel) |
void |
setExpandoBridgeAttributes(ExpandoBridge expandoBridge) |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the
attributes stored in the service context.
|
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 |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database.
|
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 |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
Sets the primary key of this model instance.
|
void |
setPrivateLayout(boolean privateLayout)
Sets whether this journal content search is private layout.
|
CacheModel<JournalContentSearch> |
toCacheModel()
Returns a cache model object for this entity used by entity cache.
|
JournalContentSearch |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it
with an
AutoEscapeBeanHandler. |
java.lang.String |
toString() |
JournalContentSearch |
toUnescapedModel() |
java.lang.String |
toXmlString()
Returns the XML representation of this model instance.
|
getModelAttributes, resetOriginalValues, setModelAttributesgetModelClass, getModelClassNamelong getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this journal content searchlong getContentSearchId()
void setContentSearchId(long contentSearchId)
contentSearchId - the content search ID of this journal content searchlong getGroupId()
void setGroupId(long groupId)
groupId - the group ID of this journal content searchlong getCompanyId()
void setCompanyId(long companyId)
companyId - the company ID of this journal content searchboolean getPrivateLayout()
boolean isPrivateLayout()
true if this journal content search is private layout.true if this journal content search is private layout; false otherwisevoid setPrivateLayout(boolean privateLayout)
privateLayout - the private layout of this journal content searchlong getLayoutId()
void setLayoutId(long layoutId)
layoutId - the layout ID of this journal content search@AutoEscape java.lang.String getPortletId()
void setPortletId(java.lang.String portletId)
portletId - the portlet ID of this journal content search@AutoEscape java.lang.String getArticleId()
void setArticleId(java.lang.String articleId)
articleId - the article ID of this journal content searchboolean isNew()
BaseModeltrue if this model instance does not yet exist in
the database.isNew in interface BaseModel<JournalContentSearch>true if this model instance does not yet exist in
the database; false otherwisevoid setNew(boolean n)
BaseModelsetNew in interface BaseModel<JournalContentSearch>n - whether this model instance does not yet exist in the databaseboolean isCachedModel()
BaseModeltrue if this model instance was retrieved from the
entity cache.isCachedModel in interface BaseModel<JournalContentSearch>true if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)void setCachedModel(boolean cachedModel)
BaseModelsetCachedModel in interface BaseModel<JournalContentSearch>cachedModel - whether this model instance was retrieved from the
entity cacheEntityCacheboolean isEscapedModel()
BaseModeltrue if this model instance is escaped.isEscapedModel in interface BaseModel<JournalContentSearch>true if this model instance is escaped;
false otherwisejava.io.Serializable getPrimaryKeyObj()
BaseModelgetPrimaryKeyObj in interface BaseModel<JournalContentSearch>getPrimaryKeyObj in interface ClassedModelvoid setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
BaseModelsetPrimaryKeyObj in interface BaseModel<JournalContentSearch>setPrimaryKeyObj in interface ClassedModelprimaryKeyObj - the primary key of this model instanceExpandoBridge getExpandoBridge()
BaseModelgetExpandoBridge in interface BaseModel<JournalContentSearch>getExpandoBridge in interface ClassedModelvoid setExpandoBridgeAttributes(BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface BaseModel<JournalContentSearch>void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface BaseModel<JournalContentSearch>void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModelsetExpandoBridgeAttributes in interface BaseModel<JournalContentSearch>serviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes(
)java.lang.Object clone()
BaseModelclone in interface BaseModel<JournalContentSearch>int compareTo(JournalContentSearch journalContentSearch)
compareTo in interface java.lang.Comparable<JournalContentSearch>int hashCode()
hashCode in class java.lang.ObjectCacheModel<JournalContentSearch> toCacheModel()
BaseModeltoCacheModel in interface BaseModel<JournalContentSearch>JournalContentSearch toEscapedModel()
BaseModelAutoEscapeBeanHandler.toEscapedModel in interface BaseModel<JournalContentSearch>AutoEscapeBeanHandlerJournalContentSearch toUnescapedModel()
toUnescapedModel in interface BaseModel<JournalContentSearch>java.lang.String toString()
toString in class java.lang.Objectjava.lang.String toXmlString()
BaseModeltoXmlString in interface BaseModel<JournalContentSearch>