|
Liferay 6.0.3 | |||||||||
| 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()
|
Date |
getCreateDate()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
long |
getFileRankId()
|
long |
getFolderId()
|
long |
getGroupId()
|
String |
getName()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
long |
getUserId()
|
String |
getUserUuid()
|
DLFileRank |
getWrappedDLFileRank()
|
int |
hashCode()
|
boolean |
isCachedModel()
Determines if this model instance was retrieved from the entity cache. |
boolean |
isEscapedModel()
Determines if this model instance has been wrapped with an HTML auto escape handler. |
boolean |
isNew()
Determines 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 |
setCompanyId(long companyId)
|
void |
setCreateDate(Date createDate)
|
void |
setEscapedModel(boolean escapedModel)
Sets whether this model instance has been wrapped with an HTML auto escape handler. |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setFileRankId(long fileRankId)
|
void |
setFolderId(long folderId)
|
void |
setGroupId(long groupId)
|
void |
setName(String name)
|
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
void |
setPrimaryKey(long pk)
|
void |
setUserId(long userId)
|
void |
setUserUuid(String userUuid)
|
DLFileRank |
toEscapedModel()
|
String |
toString()
|
String |
toXmlString()
Gets 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 long getPrimaryKey()
getPrimaryKey in interface DLFileRankModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface DLFileRankModelpublic long getFileRankId()
getFileRankId in interface DLFileRankModelpublic void setFileRankId(long fileRankId)
setFileRankId in interface DLFileRankModelpublic long getGroupId()
getGroupId in interface DLFileRankModelpublic void setGroupId(long groupId)
setGroupId in interface DLFileRankModelpublic long getCompanyId()
getCompanyId in interface DLFileRankModelpublic void setCompanyId(long companyId)
setCompanyId in interface DLFileRankModelpublic long getUserId()
getUserId in interface DLFileRankModelpublic void setUserId(long userId)
setUserId in interface DLFileRankModel
public String getUserUuid()
throws SystemException
getUserUuid in interface DLFileRankModelSystemExceptionpublic void setUserUuid(String userUuid)
setUserUuid in interface DLFileRankModelpublic Date getCreateDate()
getCreateDate in interface DLFileRankModelpublic void setCreateDate(Date createDate)
setCreateDate in interface DLFileRankModelpublic long getFolderId()
getFolderId in interface DLFileRankModelpublic void setFolderId(long folderId)
setFolderId in interface DLFileRankModelpublic String getName()
getName in interface DLFileRankModelpublic void setName(String name)
setName in interface DLFileRankModelpublic DLFileRank toEscapedModel()
toEscapedModel in interface DLFileRankModelpublic boolean isNew()
BaseModel
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()
BaseModel
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()
BaseModel
isEscapedModel in interface BaseModel<DLFileRank>isEscapedModel in interface DLFileRankModeltrue if this model instance has been wrapped with an
HTML auto escape handler; false otherwiseBaseModel.setEscapedModel(boolean)public void setEscapedModel(boolean escapedModel)
BaseModel
A model instance can be wrapped with an HTML auto escape handler using
its toEscapedModel method. For example, UserModel.toEscapedModel().
setEscapedModel in interface BaseModel<DLFileRank>setEscapedModel in interface DLFileRankModelescapedModel - whether this model instance has been wrapped with an
HTML auto escape handlerAutoEscapeBeanHandlerpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<DLFileRank>getPrimaryKeyObj in interface DLFileRankModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<DLFileRank>getExpandoBridge in interface DLFileRankModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<DLFileRank>setExpandoBridgeAttributes in interface DLFileRankModelserviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.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 String toString()
toString in interface DLFileRankModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<DLFileRank>toXmlString in interface DLFileRankModelpublic DLFileRank getWrappedDLFileRank()
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||