@ProviderType public class ExpandoRowWrapper extends java.lang.Object implements ExpandoRow, ModelWrapper<ExpandoRow>
This class is a wrapper for ExpandoRow.
ExpandoRow,
Serialized FormROW_ID_ACCESSOR| Constructor and Description |
|---|
ExpandoRowWrapper(ExpandoRow expandoRow) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Creates a shallow clone of this model instance.
|
int |
compareTo(ExpandoRow expandoRow) |
boolean |
equals(java.lang.Object obj) |
long |
getClassPK()
Returns the class p k of this expando row.
|
long |
getCompanyId()
Returns the company ID of this expando row.
|
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
java.util.Date |
getModifiedDate()
Returns the modified date of this expando row.
|
long |
getPrimaryKey()
Returns the primary key of this expando row.
|
java.io.Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance.
|
long |
getRowId()
Returns the row ID of this expando row.
|
long |
getTableId()
Returns the table ID of this expando row.
|
ExpandoRow |
getWrappedModel() |
int |
hashCode() |
boolean |
isCachedModel()
Returns
true if this model instance was retrieved from the
entity cache. |
boolean |
isEntityCacheEnabled()
Returns
true if this model's entity cache is enabled. |
boolean |
isEscapedModel()
Returns
true if this model instance is escaped. |
boolean |
isFinderCacheEnabled()
Returns
true if this model's finder cache is enabled. |
boolean |
isNew()
Returns
true if this model instance does not yet exist in
the database. |
void |
persist()
Updates this model instance in the database or adds it if it does not yet
exist.
|
void |
resetOriginalValues()
Reset all original fields to current values.
|
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache.
|
void |
setClassPK(long classPK)
Sets the class p k of this expando row.
|
void |
setCompanyId(long companyId)
Sets the company ID of this expando row.
|
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 |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this expando row.
|
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this expando row.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
Sets the primary key of this model instance.
|
void |
setRowId(long rowId)
Sets the row ID of this expando row.
|
void |
setTableId(long tableId)
Sets the table ID of this expando row.
|
CacheModel<ExpandoRow> |
toCacheModel()
Returns a cache model object for this entity used by entity cache.
|
ExpandoRow |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it
with an
AutoEscapeBeanHandler. |
java.lang.String |
toString() |
ExpandoRow |
toUnescapedModel() |
java.lang.String |
toXmlString()
Returns the XML representation of this model instance.
|
public ExpandoRowWrapper(ExpandoRow expandoRow)
public java.lang.Class<?> getModelClass()
getModelClass in interface ClassedModelpublic java.lang.String getModelClassName()
getModelClassName in interface ClassedModelpublic java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface BaseModel<ExpandoRow>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface BaseModel<ExpandoRow>public java.lang.Object clone()
BaseModelclone in interface ExpandoRowModelclone in interface BaseModel<ExpandoRow>clone in class java.lang.Objectpublic int compareTo(ExpandoRow expandoRow)
compareTo in interface ExpandoRowModelcompareTo in interface java.lang.Comparable<ExpandoRow>public long getClassPK()
getClassPK in interface ExpandoRowModelpublic long getCompanyId()
getCompanyId in interface ExpandoRowModelgetCompanyId in interface ShardedModelpublic ExpandoBridge getExpandoBridge()
BaseModelgetExpandoBridge in interface ExpandoRowModelgetExpandoBridge in interface BaseModel<ExpandoRow>getExpandoBridge in interface ClassedModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface ExpandoRowModelpublic long getPrimaryKey()
getPrimaryKey in interface ExpandoRowModelpublic java.io.Serializable getPrimaryKeyObj()
BaseModelgetPrimaryKeyObj in interface ExpandoRowModelgetPrimaryKeyObj in interface BaseModel<ExpandoRow>getPrimaryKeyObj in interface ClassedModelpublic long getRowId()
getRowId in interface ExpandoRowModelpublic long getTableId()
getTableId in interface ExpandoRowModelpublic int hashCode()
hashCode in interface ExpandoRowModelhashCode in class java.lang.Objectpublic boolean isCachedModel()
BaseModeltrue if this model instance was retrieved from the
entity cache.isCachedModel in interface ExpandoRowModelisCachedModel in interface BaseModel<ExpandoRow>true if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public boolean isEscapedModel()
BaseModeltrue if this model instance is escaped.isEscapedModel in interface ExpandoRowModelisEscapedModel in interface BaseModel<ExpandoRow>true if this model instance is escaped;
false otherwisepublic boolean isNew()
BaseModeltrue if this model instance does not yet exist in
the database.isNew in interface ExpandoRowModelisNew in interface BaseModel<ExpandoRow>true if this model instance does not yet exist in
the database; false otherwisepublic void persist()
PersistedModelpersist in interface PersistedModelpublic void setCachedModel(boolean cachedModel)
BaseModelsetCachedModel in interface ExpandoRowModelsetCachedModel in interface BaseModel<ExpandoRow>cachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic void setClassPK(long classPK)
setClassPK in interface ExpandoRowModelclassPK - the class p k of this expando rowpublic void setCompanyId(long companyId)
setCompanyId in interface ExpandoRowModelsetCompanyId in interface ShardedModelcompanyId - the company ID of this expando rowpublic void setExpandoBridgeAttributes(BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface ExpandoRowModelsetExpandoBridgeAttributes in interface BaseModel<ExpandoRow>public void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface ExpandoRowModelsetExpandoBridgeAttributes in interface BaseModel<ExpandoRow>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModelsetExpandoBridgeAttributes in interface ExpandoRowModelsetExpandoBridgeAttributes in interface BaseModel<ExpandoRow>serviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes()public void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface ExpandoRowModelmodifiedDate - the modified date of this expando rowpublic void setNew(boolean n)
BaseModelsetNew in interface ExpandoRowModelsetNew in interface BaseModel<ExpandoRow>n - whether this model instance does not yet exist in the databasepublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface ExpandoRowModelprimaryKey - the primary key of this expando rowpublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
BaseModelsetPrimaryKeyObj in interface ExpandoRowModelsetPrimaryKeyObj in interface BaseModel<ExpandoRow>setPrimaryKeyObj in interface ClassedModelprimaryKeyObj - the primary key of this model instancepublic void setRowId(long rowId)
setRowId in interface ExpandoRowModelrowId - the row ID of this expando rowpublic void setTableId(long tableId)
setTableId in interface ExpandoRowModeltableId - the table ID of this expando rowpublic CacheModel<ExpandoRow> toCacheModel()
BaseModeltoCacheModel in interface ExpandoRowModeltoCacheModel in interface BaseModel<ExpandoRow>public ExpandoRow toEscapedModel()
BaseModelAutoEscapeBeanHandler.toEscapedModel in interface ExpandoRowModeltoEscapedModel in interface BaseModel<ExpandoRow>AutoEscapeBeanHandlerpublic java.lang.String toString()
toString in interface ExpandoRowModeltoString in class java.lang.Objectpublic ExpandoRow toUnescapedModel()
toUnescapedModel in interface ExpandoRowModeltoUnescapedModel in interface BaseModel<ExpandoRow>public java.lang.String toXmlString()
BaseModeltoXmlString in interface ExpandoRowModeltoXmlString in interface BaseModel<ExpandoRow>public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic ExpandoRow getWrappedModel()
getWrappedModel in interface ModelWrapper<ExpandoRow>public boolean isEntityCacheEnabled()
BaseModeltrue if this model's entity cache is enabled.isEntityCacheEnabled in interface BaseModel<ExpandoRow>true if this model's entity cache is enabled;
false otherwisepublic boolean isFinderCacheEnabled()
BaseModeltrue if this model's finder cache is enabled.isFinderCacheEnabled in interface BaseModel<ExpandoRow>true if this model's finder cache is enabled;
false otherwisepublic void resetOriginalValues()
BaseModelresetOriginalValues in interface BaseModel<ExpandoRow>