@ProviderType public interface WikiPageResourceModel extends BaseModel<WikiPageResource>
This interface and its corresponding implementation WikiPageResourceModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in WikiPageResourceImpl.
WikiPageResource,
WikiPageResourceImpl,
WikiPageResourceModelImpl| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Creates a shallow clone of this model instance.
|
int |
compareTo(WikiPageResource wikiPageResource) |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance.
|
long |
getNodeId()
Returns the node ID of this wiki page resource.
|
long |
getPrimaryKey()
Returns the primary key of this wiki page resource.
|
java.io.Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance.
|
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 |
isCachedModel()
Returns
true if this model instance was retrieved from the
entity cache. |
boolean |
isEscapedModel()
Returns
true if this model instance is escaped. |
boolean |
isNew()
Returns
true if this model instance does not yet exist in
the database. |
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache.
|
void |
setExpandoBridgeAttributes(BaseModel<?> baseModel) |
void |
setExpandoBridgeAttributes(ExpandoBridge expandoBridge) |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the
attributes stored in the service context.
|
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database.
|
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)
Sets the primary key of this model instance.
|
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.
|
CacheModel<WikiPageResource> |
toCacheModel()
Returns a cache model object for this entity used by entity cache.
|
WikiPageResource |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it
with an
AutoEscapeBeanHandler. |
java.lang.String |
toString() |
WikiPageResource |
toUnescapedModel() |
java.lang.String |
toXmlString()
Returns the XML representation of this model instance.
|
getModelAttributes, resetOriginalValues, setModelAttributesgetModelClass, getModelClassNamelong getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this wiki page resource@AutoEscape java.lang.String getUuid()
void setUuid(java.lang.String uuid)
uuid - the uuid of this wiki page resourcelong getResourcePrimKey()
void setResourcePrimKey(long resourcePrimKey)
resourcePrimKey - the resource prim key of this wiki page resourcelong getNodeId()
void setNodeId(long nodeId)
nodeId - the node ID of this wiki page resource@AutoEscape java.lang.String getTitle()
void setTitle(java.lang.String title)
title - the title of this wiki page resourceboolean isNew()
BaseModeltrue if this model instance does not yet exist in
the database.isNew in interface BaseModel<WikiPageResource>true if this model instance does not yet exist in
the database; false otherwisevoid setNew(boolean n)
BaseModelsetNew in interface BaseModel<WikiPageResource>n - whether this model instance does not yet exist in the databaseboolean isCachedModel()
BaseModeltrue if this model instance was retrieved from the
entity cache.isCachedModel in interface BaseModel<WikiPageResource>true if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)void setCachedModel(boolean cachedModel)
BaseModelsetCachedModel in interface BaseModel<WikiPageResource>cachedModel - whether this model instance was retrieved from the
entity cacheEntityCacheboolean isEscapedModel()
BaseModeltrue if this model instance is escaped.isEscapedModel in interface BaseModel<WikiPageResource>true if this model instance is escaped;
false otherwisejava.io.Serializable getPrimaryKeyObj()
BaseModelgetPrimaryKeyObj in interface BaseModel<WikiPageResource>getPrimaryKeyObj in interface ClassedModelvoid setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
BaseModelsetPrimaryKeyObj in interface BaseModel<WikiPageResource>setPrimaryKeyObj in interface ClassedModelprimaryKeyObj - the primary key of this model instanceExpandoBridge getExpandoBridge()
BaseModelgetExpandoBridge in interface BaseModel<WikiPageResource>getExpandoBridge in interface ClassedModelvoid setExpandoBridgeAttributes(BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface BaseModel<WikiPageResource>void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface BaseModel<WikiPageResource>void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModelsetExpandoBridgeAttributes in interface BaseModel<WikiPageResource>serviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes(
)java.lang.Object clone()
BaseModelclone in interface BaseModel<WikiPageResource>int compareTo(WikiPageResource wikiPageResource)
compareTo in interface java.lang.Comparable<WikiPageResource>int hashCode()
hashCode in class java.lang.ObjectCacheModel<WikiPageResource> toCacheModel()
BaseModeltoCacheModel in interface BaseModel<WikiPageResource>WikiPageResource toEscapedModel()
BaseModelAutoEscapeBeanHandler.toEscapedModel in interface BaseModel<WikiPageResource>AutoEscapeBeanHandlerWikiPageResource toUnescapedModel()
toUnescapedModel in interface BaseModel<WikiPageResource>java.lang.String toString()
toString in class java.lang.Objectjava.lang.String toXmlString()
BaseModeltoXmlString in interface BaseModel<WikiPageResource>