@ProviderType public interface DLFileRankModel extends com.liferay.portal.kernel.model.BaseModel<DLFileRank>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
This interface and its corresponding implementation com.liferay.document.library.file.rank.model.impl.DLFileRankModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.document.library.file.rank.model.impl.DLFileRankImpl.
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.
|
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 |
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 |
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.
|
clone, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringlong getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this document library file ranklong getMvccVersion()
getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelvoid setMvccVersion(long mvccVersion)
setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this document library file ranklong getFileRankId()
void setFileRankId(long fileRankId)
fileRankId - the file rank ID of this document library file ranklong getGroupId()
void setGroupId(long groupId)
groupId - the group ID of this document library file ranklong getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this document library file ranklong getUserId()
void setUserId(long userId)
userId - the user ID of this document library file rankjava.lang.String getUserUuid()
void setUserUuid(java.lang.String userUuid)
userUuid - the user uuid of this document library file rankjava.util.Date getCreateDate()
void setCreateDate(java.util.Date createDate)
createDate - the create date of this document library file ranklong getFileEntryId()
void setFileEntryId(long fileEntryId)
fileEntryId - the file entry ID of this document library file rankboolean getActive()
boolean isActive()
true if this document library file rank is active.true if this document library file rank is active; false otherwisevoid setActive(boolean active)
active - the active of this document library file rank