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.
|
java.util.Map<java.lang.String,java.util.function.Function<JournalArticleResource,java.lang.Object>> |
getAttributeGetterFunctions() |
java.util.Map<java.lang.String,java.util.function.BiConsumer<JournalArticleResource,java.lang.Object>> |
getAttributeSetterBiConsumers() |
long |
getCompanyId()
Returns the company ID of this journal article resource.
|
long |
getCtCollectionId()
Returns the ct collection 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() |
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 |
setCtCollectionId(long ctCollectionId)
Sets the ct collection 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, toXmlString
finalize, getClass, notify, notifyAll, wait, wait, wait
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlString
public 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 JournalArticleResourceModel
public long getCompanyId()
getCompanyId
in interface JournalArticleResourceModel
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
public long getCtCollectionId()
getCtCollectionId
in interface JournalArticleResourceModel
getCtCollectionId
in interface com.liferay.portal.kernel.model.change.tracking.CTModel<JournalArticleResource>
public long getGroupId()
getGroupId
in interface JournalArticleResourceModel
public long getLatestArticlePK()
getLatestArticlePK
in interface JournalArticleResource
public long getMvccVersion()
getMvccVersion
in interface JournalArticleResourceModel
getMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
public long getPrimaryKey()
getPrimaryKey
in interface JournalArticleResourceModel
getPrimaryKey
in interface com.liferay.portal.kernel.model.change.tracking.CTModel<JournalArticleResource>
public long getResourcePrimKey()
getResourcePrimKey
in interface JournalArticleResourceModel
public java.lang.String getUuid()
getUuid
in interface JournalArticleResourceModel
public void persist()
persist
in interface com.liferay.portal.kernel.model.PersistedModel
public void setArticleId(java.lang.String articleId)
setArticleId
in interface JournalArticleResourceModel
articleId
- the article ID of this journal article resourcepublic void setCompanyId(long companyId)
setCompanyId
in interface JournalArticleResourceModel
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
companyId
- the company ID of this journal article resourcepublic void setCtCollectionId(long ctCollectionId)
setCtCollectionId
in interface JournalArticleResourceModel
setCtCollectionId
in interface com.liferay.portal.kernel.model.change.tracking.CTModel<JournalArticleResource>
ctCollectionId
- the ct collection ID of this journal article resourcepublic void setGroupId(long groupId)
setGroupId
in interface JournalArticleResourceModel
groupId
- the group ID of this journal article resourcepublic void setMvccVersion(long mvccVersion)
setMvccVersion
in interface JournalArticleResourceModel
setMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
mvccVersion
- the mvcc version of this journal article resourcepublic void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface JournalArticleResourceModel
setPrimaryKey
in interface com.liferay.portal.kernel.model.change.tracking.CTModel<JournalArticleResource>
primaryKey
- the primary key of this journal article resourcepublic void setResourcePrimKey(long resourcePrimKey)
setResourcePrimKey
in interface JournalArticleResourceModel
resourcePrimKey
- the resource prim key of this journal article resourcepublic void setUuid(java.lang.String uuid)
setUuid
in interface JournalArticleResourceModel
uuid
- the uuid of this journal article resourcepublic java.util.Map<java.lang.String,java.util.function.Function<JournalArticleResource,java.lang.Object>> getAttributeGetterFunctions()
getAttributeGetterFunctions
in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleResource>
public java.util.Map<java.lang.String,java.util.function.BiConsumer<JournalArticleResource,java.lang.Object>> getAttributeSetterBiConsumers()
getAttributeSetterBiConsumers
in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleResource>
protected JournalArticleResourceWrapper wrap(JournalArticleResource journalArticleResource)
wrap
in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<JournalArticleResource>