public class JournalArticleResourceWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<JournalArticleResource> implements JournalArticleResource, com.liferay.portal.kernel.model.ModelWrapper<JournalArticleResource>
This class is a wrapper for JournalArticleResource.
JournalArticleResource,
Serialized FormRESOURCE_PRIM_KEY_ACCESSOR| Constructor and Description |
|---|
JournalArticleResourceWrapper(JournalArticleResource journalArticleResource) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getArticleId()
Returns the article ID of this journal article resource.
|
long |
getCompanyId()
Returns the company ID of this journal article resource.
|
long |
getGroupId()
Returns the group ID of this journal article resource.
|
long |
getLatestArticlePK() |
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
long |
getMvccVersion()
Returns the mvcc version of this journal article resource.
|
long |
getPrimaryKey()
Returns the primary key of this journal article resource.
|
long |
getResourcePrimKey()
Returns the resource prim key of this journal article resource.
|
java.lang.String |
getUuid()
Returns the uuid of this journal article resource.
|
void |
persist()
NOTE FOR DEVELOPERS:
Never modify or reference this class directly.
|
void |
setArticleId(java.lang.String articleId)
Sets the article ID of this journal article resource.
|
void |
setCompanyId(long companyId)
Sets the company ID of this journal article resource.
|
void |
setGroupId(long groupId)
Sets the group ID of this journal article resource.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this journal article resource.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this journal article resource.
|
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.
|
protected JournalArticleResourceWrapper |
wrap(JournalArticleResource journalArticleResource) |
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, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringpublic JournalArticleResourceWrapper(JournalArticleResource journalArticleResource)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleResource>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleResource>public java.lang.String getArticleId()
getArticleId in interface JournalArticleResourceModelpublic long getCompanyId()
getCompanyId in interface JournalArticleResourceModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelpublic long getGroupId()
getGroupId in interface JournalArticleResourceModelpublic long getLatestArticlePK()
getLatestArticlePK in interface JournalArticleResourcepublic long getMvccVersion()
getMvccVersion in interface JournalArticleResourceModelgetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelpublic long getPrimaryKey()
getPrimaryKey in interface JournalArticleResourceModelpublic long getResourcePrimKey()
getResourcePrimKey in interface JournalArticleResourceModelpublic java.lang.String getUuid()
getUuid in interface JournalArticleResourceModelpublic void persist()
JournalArticleResource interface instead.persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setArticleId(java.lang.String articleId)
setArticleId in interface JournalArticleResourceModelarticleId - the article ID of this journal article resourcepublic void setCompanyId(long companyId)
setCompanyId in interface JournalArticleResourceModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this journal article resourcepublic void setGroupId(long groupId)
setGroupId in interface JournalArticleResourceModelgroupId - the group ID of this journal article resourcepublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface JournalArticleResourceModelsetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this journal article resourcepublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface JournalArticleResourceModelprimaryKey - the primary key of this journal article resourcepublic void setResourcePrimKey(long resourcePrimKey)
setResourcePrimKey in interface JournalArticleResourceModelresourcePrimKey - the resource prim key of this journal article resourcepublic void setUuid(java.lang.String uuid)
setUuid in interface JournalArticleResourceModeluuid - the uuid of this journal article resourceprotected JournalArticleResourceWrapper wrap(JournalArticleResource journalArticleResource)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<JournalArticleResource>