@ProviderType public interface DLFileRankModel extends com.liferay.portal.kernel.model.BaseModel<DLFileRank>, 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 |
---|---|
java.lang.Object |
clone() |
int |
compareTo(DLFileRank dlFileRank) |
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.
|
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
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 |
getPrimaryKey()
Returns the primary key of this document library file rank.
|
java.io.Serializable |
getPrimaryKeyObj() |
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.
|
int |
hashCode() |
boolean |
isActive()
Returns
true if this document library file rank is active. |
boolean |
isCachedModel() |
boolean |
isEscapedModel() |
boolean |
isNew() |
void |
setActive(boolean active)
Sets whether this document library file rank is active.
|
void |
setCachedModel(boolean cachedModel) |
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 |
setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel) |
void |
setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
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) |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this document library file rank.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
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.
|
com.liferay.portal.kernel.model.CacheModel<DLFileRank> |
toCacheModel() |
DLFileRank |
toEscapedModel() |
java.lang.String |
toString() |
DLFileRank |
toUnescapedModel() |
java.lang.String |
toXmlString() |
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey
- the primary key 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.ShardedModel
void setCompanyId(long companyId)
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
companyId
- 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 rankboolean isNew()
isNew
in interface com.liferay.portal.kernel.model.BaseModel<DLFileRank>
void setNew(boolean n)
setNew
in interface com.liferay.portal.kernel.model.BaseModel<DLFileRank>
boolean isCachedModel()
isCachedModel
in interface com.liferay.portal.kernel.model.BaseModel<DLFileRank>
void setCachedModel(boolean cachedModel)
setCachedModel
in interface com.liferay.portal.kernel.model.BaseModel<DLFileRank>
boolean isEscapedModel()
isEscapedModel
in interface com.liferay.portal.kernel.model.BaseModel<DLFileRank>
java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<DLFileRank>
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<DLFileRank>
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge
in interface com.liferay.portal.kernel.model.BaseModel<DLFileRank>
getExpandoBridge
in interface com.liferay.portal.kernel.model.ClassedModel
void setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel)
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<DLFileRank>
void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<DLFileRank>
void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<DLFileRank>
java.lang.Object clone()
clone
in interface com.liferay.portal.kernel.model.BaseModel<DLFileRank>
int compareTo(DLFileRank dlFileRank)
compareTo
in interface java.lang.Comparable<DLFileRank>
int hashCode()
hashCode
in class java.lang.Object
com.liferay.portal.kernel.model.CacheModel<DLFileRank> toCacheModel()
toCacheModel
in interface com.liferay.portal.kernel.model.BaseModel<DLFileRank>
DLFileRank toEscapedModel()
toEscapedModel
in interface com.liferay.portal.kernel.model.BaseModel<DLFileRank>
DLFileRank toUnescapedModel()
toUnescapedModel
in interface com.liferay.portal.kernel.model.BaseModel<DLFileRank>
java.lang.String toString()
toString
in class java.lang.Object
java.lang.String toXmlString()
toXmlString
in interface com.liferay.portal.kernel.model.BaseModel<DLFileRank>