@ProviderType public class JournalArticleResourceWrapper extends java.lang.Object 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.Object |
clone() |
int |
compareTo(JournalArticleResource journalArticleResource) |
boolean |
equals(java.lang.Object obj) |
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.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
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.
|
JournalArticleResource |
getWrappedModel() |
int |
hashCode() |
boolean |
isCachedModel() |
boolean |
isEntityCacheEnabled() |
boolean |
isEscapedModel() |
boolean |
isFinderCacheEnabled() |
boolean |
isNew() |
void |
persist() |
void |
resetOriginalValues() |
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 |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
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() |
public JournalArticleResourceWrapper(JournalArticleResource journalArticleResource)
public java.lang.Class<?> getModelClass()
getModelClass in interface com.liferay.portal.kernel.model.ClassedModelpublic java.lang.String getModelClassName()
getModelClassName in interface com.liferay.portal.kernel.model.ClassedModelpublic 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.Object clone()
clone in interface JournalArticleResourceModelclone in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleResource>clone in class java.lang.Objectpublic int compareTo(JournalArticleResource journalArticleResource)
compareTo in interface JournalArticleResourceModelcompareTo in interface java.lang.Comparable<JournalArticleResource>public java.lang.String getArticleId()
getArticleId in interface JournalArticleResourceModelpublic long getCompanyId()
getCompanyId in interface JournalArticleResourceModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelpublic com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface JournalArticleResourceModelgetExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleResource>getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModelpublic long getGroupId()
getGroupId in interface JournalArticleResourceModelpublic long getPrimaryKey()
getPrimaryKey in interface JournalArticleResourceModelpublic java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface JournalArticleResourceModelgetPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleResource>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelpublic long getResourcePrimKey()
getResourcePrimKey in interface JournalArticleResourceModelpublic java.lang.String getUuid()
getUuid in interface JournalArticleResourceModelpublic int hashCode()
hashCode in interface JournalArticleResourceModelhashCode in class java.lang.Objectpublic boolean isCachedModel()
isCachedModel in interface JournalArticleResourceModelisCachedModel in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleResource>public boolean isEscapedModel()
isEscapedModel in interface JournalArticleResourceModelisEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleResource>public boolean isNew()
isNew in interface JournalArticleResourceModelisNew in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleResource>public void persist()
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 setCachedModel(boolean cachedModel)
setCachedModel in interface JournalArticleResourceModelsetCachedModel in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleResource>public 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 setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface JournalArticleResourceModelsetExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleResource>public void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface JournalArticleResourceModelsetExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleResource>public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface JournalArticleResourceModelsetExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleResource>public void setGroupId(long groupId)
setGroupId in interface JournalArticleResourceModelgroupId - the group ID of this journal article resourcepublic void setNew(boolean n)
setNew in interface JournalArticleResourceModelsetNew in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleResource>public void setPrimaryKey(long primaryKey)
setPrimaryKey in interface JournalArticleResourceModelprimaryKey - the primary key of this journal article resourcepublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface JournalArticleResourceModelsetPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleResource>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelpublic 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 resourcepublic com.liferay.portal.kernel.model.CacheModel<JournalArticleResource> toCacheModel()
toCacheModel in interface JournalArticleResourceModeltoCacheModel in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleResource>public JournalArticleResource toEscapedModel()
toEscapedModel in interface JournalArticleResourceModeltoEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleResource>public java.lang.String toString()
toString in interface JournalArticleResourceModeltoString in class java.lang.Objectpublic JournalArticleResource toUnescapedModel()
toUnescapedModel in interface JournalArticleResourceModeltoUnescapedModel in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleResource>public java.lang.String toXmlString()
toXmlString in interface JournalArticleResourceModeltoXmlString in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleResource>public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic JournalArticleResource getWrappedModel()
getWrappedModel in interface com.liferay.portal.kernel.model.ModelWrapper<JournalArticleResource>public boolean isEntityCacheEnabled()
isEntityCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleResource>public boolean isFinderCacheEnabled()
isFinderCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleResource>public void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleResource>