@ProviderType public class WikiPageResourceModelImpl extends com.liferay.portal.kernel.model.impl.BaseModelImpl<WikiPageResource> implements WikiPageResourceModel
This implementation and its corresponding interface WikiPageResourceModel
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in WikiPageResourceImpl
.
WikiPageResourceImpl
,
WikiPageResource
,
WikiPageResourceModel
,
Serialized FormModifier and Type | Field and Description |
---|---|
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 long |
NODEID_COLUMN_BITMASK |
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 long |
TITLE_COLUMN_BITMASK |
static java.lang.String |
TX_MANAGER |
static long |
UUID_COLUMN_BITMASK |
Constructor and Description |
---|
WikiPageResourceModelImpl() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
int |
compareTo(WikiPageResource wikiPageResource) |
boolean |
equals(java.lang.Object obj) |
long |
getColumnBitmask() |
long |
getCompanyId()
Returns the company ID of this wiki page resource.
|
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
long |
getGroupId()
Returns the group ID of this wiki page resource.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
long |
getNodeId()
Returns the node ID of this wiki page resource.
|
long |
getOriginalCompanyId() |
long |
getOriginalGroupId() |
long |
getOriginalNodeId() |
java.lang.String |
getOriginalTitle() |
java.lang.String |
getOriginalUuid() |
long |
getPrimaryKey()
Returns the primary key of this wiki page resource.
|
java.io.Serializable |
getPrimaryKeyObj() |
long |
getResourcePrimKey()
Returns the resource prim key of this wiki page resource.
|
java.lang.String |
getTitle()
Returns the title of this wiki page resource.
|
java.lang.String |
getUuid()
Returns the uuid of this wiki page resource.
|
int |
hashCode() |
boolean |
isEntityCacheEnabled() |
boolean |
isFinderCacheEnabled() |
void |
resetOriginalValues() |
void |
setCompanyId(long companyId)
Sets the company ID of this wiki page resource.
|
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
setGroupId(long groupId)
Sets the group ID of this wiki page resource.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setNodeId(long nodeId)
Sets the node ID of this wiki page resource.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this wiki page resource.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setResourcePrimKey(long resourcePrimKey)
Sets the resource prim key of this wiki page resource.
|
void |
setTitle(java.lang.String title)
Sets the title of this wiki page resource.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this wiki page resource.
|
com.liferay.portal.kernel.model.CacheModel<WikiPageResource> |
toCacheModel() |
WikiPageResource |
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 COMPANYID_COLUMN_BITMASK
public static final long GROUPID_COLUMN_BITMASK
public static final long NODEID_COLUMN_BITMASK
public static final long TITLE_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()
WikiPageResourceModel
getPrimaryKey
in interface WikiPageResourceModel
public void setPrimaryKey(long primaryKey)
WikiPageResourceModel
setPrimaryKey
in interface WikiPageResourceModel
primaryKey
- the primary key of this wiki page resourcepublic java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<WikiPageResource>
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
getPrimaryKeyObj
in interface WikiPageResourceModel
public void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<WikiPageResource>
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
setPrimaryKeyObj
in interface WikiPageResourceModel
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<WikiPageResource>
getModelAttributes
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<WikiPageResource>
public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<WikiPageResource>
setModelAttributes
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<WikiPageResource>
public java.lang.String getUuid()
WikiPageResourceModel
getUuid
in interface WikiPageResourceModel
public void setUuid(java.lang.String uuid)
WikiPageResourceModel
setUuid
in interface WikiPageResourceModel
uuid
- the uuid of this wiki page resourcepublic java.lang.String getOriginalUuid()
public long getResourcePrimKey()
WikiPageResourceModel
getResourcePrimKey
in interface WikiPageResourceModel
public void setResourcePrimKey(long resourcePrimKey)
WikiPageResourceModel
setResourcePrimKey
in interface WikiPageResourceModel
resourcePrimKey
- the resource prim key of this wiki page resourcepublic long getGroupId()
WikiPageResourceModel
getGroupId
in interface WikiPageResourceModel
public void setGroupId(long groupId)
WikiPageResourceModel
setGroupId
in interface WikiPageResourceModel
groupId
- the group ID of this wiki page resourcepublic long getOriginalGroupId()
public long getCompanyId()
WikiPageResourceModel
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
getCompanyId
in interface WikiPageResourceModel
public void setCompanyId(long companyId)
WikiPageResourceModel
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
setCompanyId
in interface WikiPageResourceModel
companyId
- the company ID of this wiki page resourcepublic long getOriginalCompanyId()
public long getNodeId()
WikiPageResourceModel
getNodeId
in interface WikiPageResourceModel
public void setNodeId(long nodeId)
WikiPageResourceModel
setNodeId
in interface WikiPageResourceModel
nodeId
- the node ID of this wiki page resourcepublic long getOriginalNodeId()
public java.lang.String getTitle()
WikiPageResourceModel
getTitle
in interface WikiPageResourceModel
public void setTitle(java.lang.String title)
WikiPageResourceModel
setTitle
in interface WikiPageResourceModel
title
- the title of this wiki page resourcepublic java.lang.String getOriginalTitle()
public long getColumnBitmask()
public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge
in interface com.liferay.portal.kernel.model.BaseModel<WikiPageResource>
getExpandoBridge
in interface com.liferay.portal.kernel.model.ClassedModel
getExpandoBridge
in interface WikiPageResourceModel
getExpandoBridge
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<WikiPageResource>
public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<WikiPageResource>
setExpandoBridgeAttributes
in interface WikiPageResourceModel
setExpandoBridgeAttributes
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<WikiPageResource>
public WikiPageResource toEscapedModel()
toEscapedModel
in interface com.liferay.portal.kernel.model.BaseModel<WikiPageResource>
toEscapedModel
in interface WikiPageResourceModel
toEscapedModel
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<WikiPageResource>
public java.lang.Object clone()
clone
in interface com.liferay.portal.kernel.model.BaseModel<WikiPageResource>
clone
in interface WikiPageResourceModel
clone
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<WikiPageResource>
public int compareTo(WikiPageResource wikiPageResource)
compareTo
in interface WikiPageResourceModel
compareTo
in interface java.lang.Comparable<WikiPageResource>
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in interface WikiPageResourceModel
hashCode
in class java.lang.Object
public boolean isEntityCacheEnabled()
isEntityCacheEnabled
in interface com.liferay.portal.kernel.model.BaseModel<WikiPageResource>
public boolean isFinderCacheEnabled()
isFinderCacheEnabled
in interface com.liferay.portal.kernel.model.BaseModel<WikiPageResource>
public void resetOriginalValues()
resetOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<WikiPageResource>
resetOriginalValues
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<WikiPageResource>
public com.liferay.portal.kernel.model.CacheModel<WikiPageResource> toCacheModel()
toCacheModel
in interface com.liferay.portal.kernel.model.BaseModel<WikiPageResource>
toCacheModel
in interface WikiPageResourceModel
toCacheModel
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<WikiPageResource>
public java.lang.String toString()
toString
in interface WikiPageResourceModel
toString
in class java.lang.Object
public java.lang.String toXmlString()
toXmlString
in interface com.liferay.portal.kernel.model.BaseModel<WikiPageResource>
toXmlString
in interface WikiPageResourceModel