|
Liferay 6.1.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.documentlibrary.model.DLFileRankWrapper
public class DLFileRankWrapper
This class is a wrapper for DLFileRank.
DLFileRank,
Serialized Form| Constructor Summary | |
|---|---|
DLFileRankWrapper(DLFileRank dlFileRank)
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(DLFileRank dlFileRank)
|
long |
getCompanyId()
Returns the company ID of this document library file rank. |
Date |
getCreateDate()
Returns the create date of this document library file rank. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
long |
getFileEntryId()
Returns the file entry ID of this document library file rank. |
long |
getFileRankId()
Returns the file rank ID of this document library file rank. |
long |
getGroupId()
Returns the group ID of this document library file rank. |
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
long |
getPrimaryKey()
Returns the primary key of this document library file rank. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
long |
getUserId()
Returns the user ID of this document library file rank. |
String |
getUserUuid()
Returns the user uuid of this document library file rank. |
DLFileRank |
getWrappedDLFileRank()
Deprecated. Renamed to getWrappedModel() |
DLFileRank |
getWrappedModel()
|
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 |
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 |
setCompanyId(long companyId)
Sets the company ID of this document library file rank. |
void |
setCreateDate(Date createDate)
Sets the create date of this document library file rank. |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setFileEntryId(long fileEntryId)
Sets the file entry ID of this document library file rank. |
void |
setFileRankId(long fileRankId)
Sets the file rank ID of this document library file rank. |
void |
setGroupId(long groupId)
Sets the group ID of this document library file rank. |
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 document library file rank. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setUserId(long userId)
Sets the user ID of this document library file rank. |
void |
setUserUuid(String userUuid)
Sets the user uuid of this document library file rank. |
CacheModel<DLFileRank> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
DLFileRank |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
String |
toString()
|
String |
toXmlString()
Returns the XML representation of this model instance. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DLFileRankWrapper(DLFileRank dlFileRank)
| Method Detail |
|---|
public Class<?> getModelClass()
getModelClass in interface ClassedModelpublic String getModelClassName()
getModelClassName in interface ClassedModelpublic long getPrimaryKey()
getPrimaryKey in interface DLFileRankModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface DLFileRankModelprimaryKey - the primary key of this document library file rankpublic long getFileRankId()
getFileRankId in interface DLFileRankModelpublic void setFileRankId(long fileRankId)
setFileRankId in interface DLFileRankModelfileRankId - the file rank ID of this document library file rankpublic long getGroupId()
getGroupId in interface DLFileRankModelpublic void setGroupId(long groupId)
setGroupId in interface DLFileRankModelgroupId - the group ID of this document library file rankpublic long getCompanyId()
getCompanyId in interface DLFileRankModelpublic void setCompanyId(long companyId)
setCompanyId in interface DLFileRankModelcompanyId - the company ID of this document library file rankpublic long getUserId()
getUserId in interface DLFileRankModelpublic void setUserId(long userId)
setUserId in interface DLFileRankModeluserId - the user ID of this document library file rank
public String getUserUuid()
throws SystemException
getUserUuid in interface DLFileRankModelSystemException - if a system exception occurredpublic void setUserUuid(String userUuid)
setUserUuid in interface DLFileRankModeluserUuid - the user uuid of this document library file rankpublic Date getCreateDate()
getCreateDate in interface DLFileRankModelpublic void setCreateDate(Date createDate)
setCreateDate in interface DLFileRankModelcreateDate - the create date of this document library file rankpublic long getFileEntryId()
getFileEntryId in interface DLFileRankModelpublic void setFileEntryId(long fileEntryId)
setFileEntryId in interface DLFileRankModelfileEntryId - the file entry ID of this document library file rankpublic boolean isNew()
BaseModeltrue if this model instance does not yet exist in
the database.
isNew in interface BaseModel<DLFileRank>isNew in interface DLFileRankModeltrue if this model instance does not yet exist in
the database; false otherwisepublic void setNew(boolean n)
BaseModel
setNew in interface BaseModel<DLFileRank>setNew in interface DLFileRankModeln - whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModeltrue if this model instance was retrieved from the
entity cache.
isCachedModel in interface BaseModel<DLFileRank>isCachedModel in interface DLFileRankModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<DLFileRank>setCachedModel in interface DLFileRankModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic boolean isEscapedModel()
BaseModeltrue if this model instance is escaped.
isEscapedModel in interface BaseModel<DLFileRank>isEscapedModel in interface DLFileRankModeltrue if this model instance is escaped;
false otherwisepublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<DLFileRank>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface DLFileRankModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<DLFileRank>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface DLFileRankModelprimaryKeyObj - the primary key of this model instancepublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<DLFileRank>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface DLFileRankModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<DLFileRank>setExpandoBridgeAttributes in interface DLFileRankModelserviceContext - the service contextServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<DLFileRank>clone in interface DLFileRankModelclone in class Objectpublic int compareTo(DLFileRank dlFileRank)
compareTo in interface DLFileRankModelcompareTo in interface Comparable<DLFileRank>public int hashCode()
hashCode in interface DLFileRankModelhashCode in class Objectpublic CacheModel<DLFileRank> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<DLFileRank>toCacheModel in interface DLFileRankModelpublic DLFileRank toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<DLFileRank>toEscapedModel in interface DLFileRankModelAutoEscapeBeanHandlerpublic String toString()
toString in interface DLFileRankModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<DLFileRank>toXmlString in interface DLFileRankModel
public void persist()
throws SystemException
PersistedModel
persist in interface PersistedModelSystemException - if a system exception occurredpublic DLFileRank getWrappedDLFileRank()
getWrappedModel()
public DLFileRank getWrappedModel()
getWrappedModel in interface ModelWrapper<DLFileRank>public void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<DLFileRank>
|
Liferay 6.1.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||