Package com.liferay.journal.model
Class JournalArticleResourceWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<JournalArticleResource>
com.liferay.journal.model.JournalArticleResourceWrapper
- All Implemented Interfaces:
JournalArticleResource
,JournalArticleResourceModel
,com.liferay.portal.kernel.model.BaseModel<JournalArticleResource>
,com.liferay.portal.kernel.model.change.tracking.CTModel<JournalArticleResource>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.ModelWrapper<JournalArticleResource>
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.PersistedModel
,com.liferay.portal.kernel.model.ShardedModel
,Serializable
,Cloneable
,Comparable<JournalArticleResource>
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
.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
model
Fields inherited from interface com.liferay.journal.model.JournalArticleResource
RESOURCE_PRIM_KEY_ACCESSOR
-
Constructor Summary
ConstructorsConstructorDescriptionJournalArticleResourceWrapper
(JournalArticleResource journalArticleResource) -
Method Summary
Modifier and TypeMethodDescriptionReturns the article ID of this journal article resource.long
Returns the company ID of this journal article resource.long
Returns the ct collection ID of this journal article resource.long
Returns the group ID of this journal article resource.long
long
Returns the mvcc version of this journal article resource.long
Returns the primary key of this journal article resource.long
Returns the resource prim key of this journal article resource.getUuid()
Returns the uuid of this journal article resource.void
persist()
void
setArticleId
(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
(Map<String, 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
Sets the uuid of this journal article resource.protected JournalArticleResourceWrapper
wrap
(JournalArticleResource journalArticleResource) Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
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
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
JournalArticleResourceWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<JournalArticleResource>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<JournalArticleResource>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<JournalArticleResource>
- Specified by:
cloneWithOriginalValues
in interfaceJournalArticleResourceModel
-
getArticleId
Returns the article ID of this journal article resource.- Specified by:
getArticleId
in interfaceJournalArticleResourceModel
- Returns:
- the article ID of this journal article resource
-
getCompanyId
public long getCompanyId()Returns the company ID of this journal article resource.- Specified by:
getCompanyId
in interfaceJournalArticleResourceModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Returns:
- the company ID of this journal article resource
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this journal article resource.- Specified by:
getCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<JournalArticleResource>
- Specified by:
getCtCollectionId
in interfaceJournalArticleResourceModel
- Returns:
- the ct collection ID of this journal article resource
-
getGroupId
public long getGroupId()Returns the group ID of this journal article resource.- Specified by:
getGroupId
in interfaceJournalArticleResourceModel
- Returns:
- the group ID of this journal article resource
-
getLatestArticlePK
public long getLatestArticlePK()- Specified by:
getLatestArticlePK
in interfaceJournalArticleResource
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this journal article resource.- Specified by:
getMvccVersion
in interfaceJournalArticleResourceModel
- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Returns:
- the mvcc version of this journal article resource
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this journal article resource.- Specified by:
getPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<JournalArticleResource>
- Specified by:
getPrimaryKey
in interfaceJournalArticleResourceModel
- Returns:
- the primary key of this journal article resource
-
getResourcePrimKey
public long getResourcePrimKey()Returns the resource prim key of this journal article resource.- Specified by:
getResourcePrimKey
in interfaceJournalArticleResourceModel
- Returns:
- the resource prim key of this journal article resource
-
getUuid
Returns the uuid of this journal article resource.- Specified by:
getUuid
in interfaceJournalArticleResourceModel
- Returns:
- the uuid of this journal article resource
-
persist
public void persist()- Specified by:
persist
in interfacecom.liferay.portal.kernel.model.PersistedModel
-
setArticleId
Sets the article ID of this journal article resource.- Specified by:
setArticleId
in interfaceJournalArticleResourceModel
- Parameters:
articleId
- the article ID of this journal article resource
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this journal article resource.- Specified by:
setCompanyId
in interfaceJournalArticleResourceModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Parameters:
companyId
- the company ID of this journal article resource
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this journal article resource.- Specified by:
setCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<JournalArticleResource>
- Specified by:
setCtCollectionId
in interfaceJournalArticleResourceModel
- Parameters:
ctCollectionId
- the ct collection ID of this journal article resource
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this journal article resource.- Specified by:
setGroupId
in interfaceJournalArticleResourceModel
- Parameters:
groupId
- the group ID of this journal article resource
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this journal article resource.- Specified by:
setMvccVersion
in interfaceJournalArticleResourceModel
- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Parameters:
mvccVersion
- the mvcc version of this journal article resource
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this journal article resource.- Specified by:
setPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<JournalArticleResource>
- Specified by:
setPrimaryKey
in interfaceJournalArticleResourceModel
- Parameters:
primaryKey
- the primary key of this journal article resource
-
setResourcePrimKey
public void setResourcePrimKey(long resourcePrimKey) Sets the resource prim key of this journal article resource.- Specified by:
setResourcePrimKey
in interfaceJournalArticleResourceModel
- Parameters:
resourcePrimKey
- the resource prim key of this journal article resource
-
setUuid
Sets the uuid of this journal article resource.- Specified by:
setUuid
in interfaceJournalArticleResourceModel
- Parameters:
uuid
- the uuid of this journal article resource
-
toXmlString
- Specified by:
toXmlString
in interfaceJournalArticleResourceModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctions
in interfacecom.liferay.portal.kernel.model.BaseModel<JournalArticleResource>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumers
in interfacecom.liferay.portal.kernel.model.BaseModel<JournalArticleResource>
-
wrap
- Specified by:
wrap
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<JournalArticleResource>
-