public class JournalArticleResourceWrapper extends BaseModelWrapper<JournalArticleResource> implements JournalArticleResource, ModelWrapper<JournalArticleResource>
This class is a wrapper for JournalArticleResource.
JournalArticleResource,
Serialized FormmodelRESOURCE_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()
Updates this model instance in the database or adds it if it does not yet
exist.
|
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, toXmlStringfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamegetWrappedModelpublic JournalArticleResourceWrapper(JournalArticleResource journalArticleResource)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface BaseModel<JournalArticleResource>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface BaseModel<JournalArticleResource>public java.lang.String getArticleId()
getArticleId in interface JournalArticleResourceModelpublic long getCompanyId()
getCompanyId in interface JournalArticleResourceModelgetCompanyId in interface ShardedModelpublic long getCtCollectionId()
getCtCollectionId in interface JournalArticleResourceModelgetCtCollectionId in interface CTModel<JournalArticleResource>public long getGroupId()
getGroupId in interface JournalArticleResourceModelpublic long getLatestArticlePK()
getLatestArticlePK in interface JournalArticleResourcepublic long getMvccVersion()
getMvccVersion in interface JournalArticleResourceModelgetMvccVersion in interface MVCCModelpublic long getPrimaryKey()
getPrimaryKey in interface JournalArticleResourceModelgetPrimaryKey in interface CTModel<JournalArticleResource>public long getResourcePrimKey()
getResourcePrimKey in interface JournalArticleResourceModelpublic java.lang.String getUuid()
getUuid in interface JournalArticleResourceModelpublic void persist()
PersistedModelpersist in interface 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 ShardedModelcompanyId - the company ID of this journal article resourcepublic void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface JournalArticleResourceModelsetCtCollectionId in interface CTModel<JournalArticleResource>ctCollectionId - the ct collection 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 MVCCModelmvccVersion - the mvcc version of this journal article resourcepublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface JournalArticleResourceModelsetPrimaryKey in interface CTModel<JournalArticleResource>primaryKey - 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 resourcepublic java.util.Map<java.lang.String,java.util.function.Function<JournalArticleResource,java.lang.Object>> getAttributeGetterFunctions()
getAttributeGetterFunctions in interface BaseModel<JournalArticleResource>public java.util.Map<java.lang.String,java.util.function.BiConsumer<JournalArticleResource,java.lang.Object>> getAttributeSetterBiConsumers()
getAttributeSetterBiConsumers in interface BaseModel<JournalArticleResource>protected JournalArticleResourceWrapper wrap(JournalArticleResource journalArticleResource)
wrap in class BaseModelWrapper<JournalArticleResource>