public class DLFileRankWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DLFileRank> implements DLFileRank, com.liferay.portal.kernel.model.ModelWrapper<DLFileRank>
This class is a wrapper for DLFileRank.
DLFileRank,
Serialized FormFILE_RANK_ID_ACCESSOR| Constructor and Description |
|---|
DLFileRankWrapper(DLFileRank dlFileRank) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getActive()
Returns the active of this document library file rank.
|
long |
getCompanyId()
Returns the company ID of this document library file rank.
|
java.util.Date |
getCreateDate()
Returns the create date of this document library file rank.
|
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.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
long |
getMvccVersion()
Returns the mvcc version of this document library file rank.
|
long |
getPrimaryKey()
Returns the primary key of this document library file rank.
|
long |
getUserId()
Returns the user ID of this document library file rank.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this document library file rank.
|
boolean |
isActive()
Returns
true if this document library file rank is active. |
void |
persist() |
void |
setActive(boolean active)
Sets whether this document library file rank is active.
|
void |
setCompanyId(long companyId)
Sets the company ID of this document library file rank.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this document library file rank.
|
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 |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this document library file rank.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this document library file rank.
|
void |
setUserId(long userId)
Sets the user ID of this document library file rank.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this document library file rank.
|
protected DLFileRankWrapper |
wrap(DLFileRank dlFileRank) |
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlStringfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringpublic DLFileRankWrapper(DLFileRank dlFileRank)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<DLFileRank>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<DLFileRank>public boolean getActive()
getActive in interface DLFileRankModelpublic long getCompanyId()
getCompanyId in interface DLFileRankModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelpublic java.util.Date getCreateDate()
getCreateDate in interface DLFileRankModelpublic long getFileEntryId()
getFileEntryId in interface DLFileRankModelpublic long getFileRankId()
getFileRankId in interface DLFileRankModelpublic long getGroupId()
getGroupId in interface DLFileRankModelpublic long getMvccVersion()
getMvccVersion in interface DLFileRankModelgetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelpublic long getPrimaryKey()
getPrimaryKey in interface DLFileRankModelpublic long getUserId()
getUserId in interface DLFileRankModelpublic java.lang.String getUserUuid()
getUserUuid in interface DLFileRankModelpublic boolean isActive()
true if this document library file rank is active.isActive in interface DLFileRankModeltrue if this document library file rank is active; false otherwisepublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setActive(boolean active)
setActive in interface DLFileRankModelactive - the active of this document library file rankpublic void setCompanyId(long companyId)
setCompanyId in interface DLFileRankModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this document library file rankpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface DLFileRankModelcreateDate - the create date of this document library file rankpublic void setFileEntryId(long fileEntryId)
setFileEntryId in interface DLFileRankModelfileEntryId - the file entry ID of this document library file rankpublic void setFileRankId(long fileRankId)
setFileRankId in interface DLFileRankModelfileRankId - the file rank ID of this document library file rankpublic void setGroupId(long groupId)
setGroupId in interface DLFileRankModelgroupId - the group ID of this document library file rankpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface DLFileRankModelsetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this document library file rankpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface DLFileRankModelprimaryKey - the primary key of this document library file rankpublic void setUserId(long userId)
setUserId in interface DLFileRankModeluserId - the user ID of this document library file rankpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface DLFileRankModeluserUuid - the user uuid of this document library file rankprotected DLFileRankWrapper wrap(DLFileRank dlFileRank)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DLFileRank>