@ProviderType public interface JournalArticleResourceModel extends com.liferay.portal.kernel.model.BaseModel<JournalArticleResource>, com.liferay.portal.kernel.model.ShardedModel
This interface and its corresponding implementation JournalArticleResourceModelImpl
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in JournalArticleResourceImpl
.
JournalArticleResource
,
JournalArticleResourceImpl
,
JournalArticleResourceModelImpl
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
int |
compareTo(JournalArticleResource journalArticleResource) |
java.lang.String |
getArticleId()
Returns the article ID of this journal article resource.
|
long |
getCompanyId()
Returns the company ID of this journal article resource.
|
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
long |
getGroupId()
Returns the group ID of this journal article resource.
|
long |
getPrimaryKey()
Returns the primary key of this journal article resource.
|
java.io.Serializable |
getPrimaryKeyObj() |
long |
getResourcePrimKey()
Returns the resource prim key of this journal article resource.
|
java.lang.String |
getUuid()
Returns the uuid of this journal article resource.
|
int |
hashCode() |
boolean |
isCachedModel() |
boolean |
isEscapedModel() |
boolean |
isNew() |
void |
setArticleId(java.lang.String articleId)
Sets the article ID of this journal article resource.
|
void |
setCachedModel(boolean cachedModel) |
void |
setCompanyId(long companyId)
Sets the company ID of this journal article resource.
|
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel) |
void |
setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
setGroupId(long groupId)
Sets the group ID of this journal article resource.
|
void |
setNew(boolean n) |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this journal article resource.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setResourcePrimKey(long resourcePrimKey)
Sets the resource prim key of this journal article resource.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this journal article resource.
|
com.liferay.portal.kernel.model.CacheModel<JournalArticleResource> |
toCacheModel() |
JournalArticleResource |
toEscapedModel() |
java.lang.String |
toString() |
JournalArticleResource |
toUnescapedModel() |
java.lang.String |
toXmlString() |
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey
- the primary key of this journal article resource@AutoEscape java.lang.String getUuid()
void setUuid(java.lang.String uuid)
uuid
- the uuid of this journal article resourcelong getResourcePrimKey()
void setResourcePrimKey(long resourcePrimKey)
resourcePrimKey
- the resource prim key of this journal article resourcelong getGroupId()
void setGroupId(long groupId)
groupId
- the group ID of this journal article resourcelong getCompanyId()
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
void setCompanyId(long companyId)
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
companyId
- the company ID of this journal article resource@AutoEscape java.lang.String getArticleId()
void setArticleId(java.lang.String articleId)
articleId
- the article ID of this journal article resourceboolean isNew()
isNew
in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleResource>
void setNew(boolean n)
setNew
in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleResource>
boolean isCachedModel()
isCachedModel
in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleResource>
void setCachedModel(boolean cachedModel)
setCachedModel
in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleResource>
boolean isEscapedModel()
isEscapedModel
in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleResource>
java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleResource>
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleResource>
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge
in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleResource>
getExpandoBridge
in interface com.liferay.portal.kernel.model.ClassedModel
void setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel)
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleResource>
void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleResource>
void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleResource>
java.lang.Object clone()
clone
in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleResource>
int compareTo(JournalArticleResource journalArticleResource)
compareTo
in interface java.lang.Comparable<JournalArticleResource>
int hashCode()
hashCode
in class java.lang.Object
com.liferay.portal.kernel.model.CacheModel<JournalArticleResource> toCacheModel()
toCacheModel
in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleResource>
JournalArticleResource toEscapedModel()
toEscapedModel
in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleResource>
JournalArticleResource toUnescapedModel()
toUnescapedModel
in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleResource>
java.lang.String toString()
toString
in class java.lang.Object
java.lang.String toXmlString()
toXmlString
in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleResource>