@ProviderType public class JournalArticleResourceModelImpl extends com.liferay.portal.kernel.model.impl.BaseModelImpl<JournalArticleResource> implements JournalArticleResourceModel
This implementation and its corresponding interface JournalArticleResourceModel
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in JournalArticleResourceImpl
.
JournalArticleResourceImpl
,
JournalArticleResource
,
JournalArticleResourceModel
,
Serialized FormModifier and Type | Field and Description |
---|---|
static long |
ARTICLEID_COLUMN_BITMASK |
static boolean |
COLUMN_BITMASK_ENABLED |
static long |
COMPANYID_COLUMN_BITMASK |
static java.lang.String |
DATA_SOURCE |
static boolean |
ENTITY_CACHE_ENABLED |
static boolean |
FINDER_CACHE_ENABLED |
static long |
GROUPID_COLUMN_BITMASK |
static long |
LOCK_EXPIRATION_TIME |
static java.lang.String |
ORDER_BY_JPQL |
static java.lang.String |
ORDER_BY_SQL |
static long |
RESOURCEPRIMKEY_COLUMN_BITMASK |
static java.lang.String |
SESSION_FACTORY |
static java.lang.Object[][] |
TABLE_COLUMNS |
static java.util.Map<java.lang.String,java.lang.Integer> |
TABLE_COLUMNS_MAP |
static java.lang.String |
TABLE_NAME |
static java.lang.String |
TABLE_SQL_CREATE |
static java.lang.String |
TABLE_SQL_DROP |
static java.lang.String |
TX_MANAGER |
static long |
UUID_COLUMN_BITMASK |
Constructor and Description |
---|
JournalArticleResourceModelImpl() |
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 |
getColumnBitmask() |
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() |
java.lang.String |
getOriginalArticleId() |
long |
getOriginalCompanyId() |
long |
getOriginalGroupId() |
java.lang.String |
getOriginalUuid() |
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.
|
int |
hashCode() |
boolean |
isEntityCacheEnabled() |
boolean |
isFinderCacheEnabled() |
void |
resetOriginalValues() |
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 |
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 |
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() |
java.lang.String |
toXmlString() |
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
finalize, getClass, notify, notifyAll, wait, wait, wait
isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
public static final java.lang.String TABLE_NAME
public static final java.lang.Object[][] TABLE_COLUMNS
public static final java.util.Map<java.lang.String,java.lang.Integer> TABLE_COLUMNS_MAP
public static final java.lang.String TABLE_SQL_CREATE
public static final java.lang.String TABLE_SQL_DROP
public static final java.lang.String ORDER_BY_JPQL
public static final java.lang.String ORDER_BY_SQL
public static final java.lang.String DATA_SOURCE
public static final java.lang.String SESSION_FACTORY
public static final java.lang.String TX_MANAGER
public static final boolean ENTITY_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
public static final boolean COLUMN_BITMASK_ENABLED
public static final long ARTICLEID_COLUMN_BITMASK
public static final long COMPANYID_COLUMN_BITMASK
public static final long GROUPID_COLUMN_BITMASK
public static final long UUID_COLUMN_BITMASK
public static final long RESOURCEPRIMKEY_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
public long getPrimaryKey()
JournalArticleResourceModel
getPrimaryKey
in interface JournalArticleResourceModel
public void setPrimaryKey(long primaryKey)
JournalArticleResourceModel
setPrimaryKey
in interface JournalArticleResourceModel
primaryKey
- the primary key of this journal article resourcepublic java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj
in interface JournalArticleResourceModel
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleResource>
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
public void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj
in interface JournalArticleResourceModel
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleResource>
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
public java.lang.Class<?> getModelClass()
getModelClass
in interface com.liferay.portal.kernel.model.ClassedModel
public java.lang.String getModelClassName()
getModelClassName
in interface com.liferay.portal.kernel.model.ClassedModel
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleResource>
getModelAttributes
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<JournalArticleResource>
public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleResource>
setModelAttributes
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<JournalArticleResource>
public java.lang.String getUuid()
JournalArticleResourceModel
getUuid
in interface JournalArticleResourceModel
public void setUuid(java.lang.String uuid)
JournalArticleResourceModel
setUuid
in interface JournalArticleResourceModel
uuid
- the uuid of this journal article resourcepublic java.lang.String getOriginalUuid()
public long getResourcePrimKey()
JournalArticleResourceModel
getResourcePrimKey
in interface JournalArticleResourceModel
public void setResourcePrimKey(long resourcePrimKey)
JournalArticleResourceModel
setResourcePrimKey
in interface JournalArticleResourceModel
resourcePrimKey
- the resource prim key of this journal article resourcepublic long getGroupId()
JournalArticleResourceModel
getGroupId
in interface JournalArticleResourceModel
public void setGroupId(long groupId)
JournalArticleResourceModel
setGroupId
in interface JournalArticleResourceModel
groupId
- the group ID of this journal article resourcepublic long getOriginalGroupId()
public long getCompanyId()
JournalArticleResourceModel
getCompanyId
in interface JournalArticleResourceModel
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
public void setCompanyId(long companyId)
JournalArticleResourceModel
setCompanyId
in interface JournalArticleResourceModel
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
companyId
- the company ID of this journal article resourcepublic long getOriginalCompanyId()
public java.lang.String getArticleId()
JournalArticleResourceModel
getArticleId
in interface JournalArticleResourceModel
public void setArticleId(java.lang.String articleId)
JournalArticleResourceModel
setArticleId
in interface JournalArticleResourceModel
articleId
- the article ID of this journal article resourcepublic java.lang.String getOriginalArticleId()
public long getColumnBitmask()
public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge
in interface JournalArticleResourceModel
getExpandoBridge
in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleResource>
getExpandoBridge
in interface com.liferay.portal.kernel.model.ClassedModel
getExpandoBridge
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<JournalArticleResource>
public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes
in interface JournalArticleResourceModel
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleResource>
setExpandoBridgeAttributes
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<JournalArticleResource>
public JournalArticleResource toEscapedModel()
toEscapedModel
in interface JournalArticleResourceModel
toEscapedModel
in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleResource>
toEscapedModel
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<JournalArticleResource>
public java.lang.Object clone()
clone
in interface JournalArticleResourceModel
clone
in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleResource>
clone
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<JournalArticleResource>
public int compareTo(JournalArticleResource journalArticleResource)
compareTo
in interface JournalArticleResourceModel
compareTo
in interface java.lang.Comparable<JournalArticleResource>
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in interface JournalArticleResourceModel
hashCode
in class java.lang.Object
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>
resetOriginalValues
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<JournalArticleResource>
public com.liferay.portal.kernel.model.CacheModel<JournalArticleResource> toCacheModel()
toCacheModel
in interface JournalArticleResourceModel
toCacheModel
in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleResource>
toCacheModel
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<JournalArticleResource>
public java.lang.String toString()
toString
in interface JournalArticleResourceModel
toString
in class java.lang.Object
public java.lang.String toXmlString()
toXmlString
in interface JournalArticleResourceModel
toXmlString
in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleResource>