@ProviderType public interface DLFileEntryMetadataModel extends BaseModel<DLFileEntryMetadata>, ShardedModel
This interface and its corresponding implementation com.liferay.portlet.documentlibrary.model.impl.DLFileEntryMetadataModelImpl 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.DLFileEntryMetadataImpl.
DLFileEntryMetadata,
com.liferay.portlet.documentlibrary.model.impl.DLFileEntryMetadataImpl,
com.liferay.portlet.documentlibrary.model.impl.DLFileEntryMetadataModelImpl| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance.
|
int |
compareTo(DLFileEntryMetadata dlFileEntryMetadata) |
long |
getCompanyId()
Returns the company ID of this document library file entry metadata.
|
long |
getDDMStorageId()
Returns the d d m storage ID of this document library file entry metadata.
|
long |
getDDMStructureId()
Returns the d d m structure ID of this document library file entry metadata.
|
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance.
|
long |
getFileEntryId()
Returns the file entry ID of this document library file entry metadata.
|
long |
getFileEntryMetadataId()
Returns the file entry metadata ID of this document library file entry metadata.
|
long |
getFileVersionId()
Returns the file version ID of this document library file entry metadata.
|
long |
getPrimaryKey()
Returns the primary key of this document library file entry metadata.
|
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance.
|
String |
getUuid()
Returns the uuid of this document library file entry metadata.
|
int |
hashCode() |
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 |
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 entry metadata.
|
void |
setDDMStorageId(long DDMStorageId)
Sets the d d m storage ID of this document library file entry metadata.
|
void |
setDDMStructureId(long DDMStructureId)
Sets the d d m structure ID of this document library file entry metadata.
|
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 entry metadata.
|
void |
setFileEntryMetadataId(long fileEntryMetadataId)
Sets the file entry metadata ID of this document library file entry metadata.
|
void |
setFileVersionId(long fileVersionId)
Sets the file version ID of this document library file entry metadata.
|
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 entry metadata.
|
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance.
|
void |
setUuid(String uuid)
Sets the uuid of this document library file entry metadata.
|
CacheModel<DLFileEntryMetadata> |
toCacheModel()
Returns a cache model object for this entity used by entity cache.
|
DLFileEntryMetadata |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it
with an
AutoEscapeBeanHandler. |
String |
toString() |
DLFileEntryMetadata |
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 entry metadata@AutoEscape String getUuid()
void setUuid(String uuid)
uuid - the uuid of this document library file entry metadatalong getFileEntryMetadataId()
void setFileEntryMetadataId(long fileEntryMetadataId)
fileEntryMetadataId - the file entry metadata ID of this document library file entry metadatalong getCompanyId()
getCompanyId in interface ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface ShardedModelcompanyId - the company ID of this document library file entry metadatalong getDDMStorageId()
void setDDMStorageId(long DDMStorageId)
DDMStorageId - the d d m storage ID of this document library file entry metadatalong getDDMStructureId()
void setDDMStructureId(long DDMStructureId)
DDMStructureId - the d d m structure ID of this document library file entry metadatalong getFileEntryId()
void setFileEntryId(long fileEntryId)
fileEntryId - the file entry ID of this document library file entry metadatalong getFileVersionId()
void setFileVersionId(long fileVersionId)
fileVersionId - the file version ID of this document library file entry metadataboolean isNew()
BaseModeltrue if this model instance does not yet exist in
the database.isNew in interface BaseModel<DLFileEntryMetadata>true if this model instance does not yet exist in
the database; false otherwisevoid setNew(boolean n)
BaseModelsetNew in interface BaseModel<DLFileEntryMetadata>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<DLFileEntryMetadata>true if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)void setCachedModel(boolean cachedModel)
BaseModelsetCachedModel in interface BaseModel<DLFileEntryMetadata>cachedModel - whether this model instance was retrieved from the
entity cacheEntityCacheboolean isEscapedModel()
BaseModeltrue if this model instance is escaped.isEscapedModel in interface BaseModel<DLFileEntryMetadata>true if this model instance is escaped;
false otherwiseSerializable getPrimaryKeyObj()
BaseModelgetPrimaryKeyObj in interface BaseModel<DLFileEntryMetadata>getPrimaryKeyObj in interface ClassedModelvoid setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModelsetPrimaryKeyObj in interface BaseModel<DLFileEntryMetadata>setPrimaryKeyObj in interface ClassedModelprimaryKeyObj - the primary key of this model instanceExpandoBridge getExpandoBridge()
BaseModelgetExpandoBridge in interface BaseModel<DLFileEntryMetadata>getExpandoBridge in interface ClassedModelvoid setExpandoBridgeAttributes(BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface BaseModel<DLFileEntryMetadata>void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface BaseModel<DLFileEntryMetadata>void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModelsetExpandoBridgeAttributes in interface BaseModel<DLFileEntryMetadata>serviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes()Object clone()
BaseModelclone in interface BaseModel<DLFileEntryMetadata>int compareTo(DLFileEntryMetadata dlFileEntryMetadata)
compareTo in interface Comparable<DLFileEntryMetadata>CacheModel<DLFileEntryMetadata> toCacheModel()
BaseModeltoCacheModel in interface BaseModel<DLFileEntryMetadata>DLFileEntryMetadata toEscapedModel()
BaseModelAutoEscapeBeanHandler.toEscapedModel in interface BaseModel<DLFileEntryMetadata>AutoEscapeBeanHandlerDLFileEntryMetadata toUnescapedModel()
toUnescapedModel in interface BaseModel<DLFileEntryMetadata>String toXmlString()
BaseModeltoXmlString in interface BaseModel<DLFileEntryMetadata>