@ProviderType public interface DLFileRankModel extends BaseModel<DLFileRank>, ShardedModel
This interface and its corresponding implementation com.liferay.portlet.documentlibrary.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.portlet.documentlibrary.model.impl.DLFileRankImpl.
DLFileRank,
com.liferay.portlet.documentlibrary.model.impl.DLFileRankImpl,
com.liferay.portlet.documentlibrary.model.impl.DLFileRankModelImpl| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance.
|
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.
|
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.
|
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.
|
int |
hashCode() |
boolean |
isActive()
Returns
true if this document library file rank is active. |
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 |
setActive(boolean active)
Sets whether this document library file rank is active.
|
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(BaseModel<?> baseModel) |
void |
setExpandoBridgeAttributes(ExpandoBridge expandoBridge) |
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() |
DLFileRank |
toUnescapedModel() |
String |
toXmlString()
Returns the XML representation of this model instance.
|
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributesgetModelClass, getModelClassNamelong 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 ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface ShardedModelcompanyId - the company ID of this document library file ranklong getUserId()
void setUserId(long userId)
userId - the user ID of this document library file rankString getUserUuid()
void setUserUuid(String userUuid)
userUuid - the user uuid of this document library file rankDate getCreateDate()
void setCreateDate(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()
BaseModeltrue if this model instance does not yet exist in
the database.isNew in interface BaseModel<DLFileRank>true if this model instance does not yet exist in
the database; false otherwisevoid setNew(boolean n)
BaseModelsetNew in interface BaseModel<DLFileRank>n - whether this model instance does not yet exist in the databaseboolean isCachedModel()
BaseModeltrue if this model instance was retrieved from the
entity cache.isCachedModel in interface BaseModel<DLFileRank>true if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)void setCachedModel(boolean cachedModel)
BaseModelsetCachedModel in interface BaseModel<DLFileRank>cachedModel - whether this model instance was retrieved from the
entity cacheEntityCacheboolean isEscapedModel()
BaseModeltrue if this model instance is escaped.isEscapedModel in interface BaseModel<DLFileRank>true if this model instance is escaped;
false otherwiseSerializable getPrimaryKeyObj()
BaseModelgetPrimaryKeyObj in interface BaseModel<DLFileRank>getPrimaryKeyObj in interface ClassedModelvoid setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModelsetPrimaryKeyObj in interface BaseModel<DLFileRank>setPrimaryKeyObj in interface ClassedModelprimaryKeyObj - the primary key of this model instanceExpandoBridge getExpandoBridge()
BaseModelgetExpandoBridge in interface BaseModel<DLFileRank>getExpandoBridge in interface ClassedModelvoid setExpandoBridgeAttributes(BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface BaseModel<DLFileRank>void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface BaseModel<DLFileRank>void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModelsetExpandoBridgeAttributes in interface BaseModel<DLFileRank>serviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes()Object clone()
BaseModelclone in interface BaseModel<DLFileRank>int compareTo(DLFileRank dlFileRank)
compareTo in interface Comparable<DLFileRank>CacheModel<DLFileRank> toCacheModel()
BaseModeltoCacheModel in interface BaseModel<DLFileRank>DLFileRank toEscapedModel()
BaseModelAutoEscapeBeanHandler.toEscapedModel in interface BaseModel<DLFileRank>AutoEscapeBeanHandlerDLFileRank toUnescapedModel()
toUnescapedModel in interface BaseModel<DLFileRank>String toXmlString()
BaseModeltoXmlString in interface BaseModel<DLFileRank>