@ProviderType public interface DLFileEntryMetadataModel extends BaseModel<DLFileEntryMetadata>, ShardedModel
This interface and its corresponding implementation DLFileEntryMetadataModelImpl
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in DLFileEntryMetadataImpl
.
DLFileEntryMetadata
,
DLFileEntryMetadataImpl
,
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 ddm storage ID of this document library file entry metadata.
|
long |
getDDMStructureId()
Returns the ddm 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 ddm storage ID of this document library file entry metadata.
|
void |
setDDMStructureId(long DDMStructureId)
Sets the ddm 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, setModelAttributes
getModelClass, getModelClassName
long 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 ShardedModel
void setCompanyId(long companyId)
setCompanyId
in interface ShardedModel
companyId
- the company ID of this document library file entry metadatalong getDDMStorageId()
void setDDMStorageId(long DDMStorageId)
DDMStorageId
- the ddm storage ID of this document library file entry metadatalong getDDMStructureId()
void setDDMStructureId(long DDMStructureId)
DDMStructureId
- the ddm 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()
BaseModel
true
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)
BaseModel
setNew
in interface BaseModel<DLFileEntryMetadata>
n
- whether this model instance does not yet exist in the databaseboolean isCachedModel()
BaseModel
true
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)
BaseModel
setCachedModel
in interface BaseModel<DLFileEntryMetadata>
cachedModel
- whether this model instance was retrieved from the
entity cacheEntityCache
boolean isEscapedModel()
BaseModel
true
if this model instance is escaped.isEscapedModel
in interface BaseModel<DLFileEntryMetadata>
true
if this model instance is escaped;
false
otherwiseSerializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj
in interface BaseModel<DLFileEntryMetadata>
getPrimaryKeyObj
in interface ClassedModel
void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj
in interface BaseModel<DLFileEntryMetadata>
setPrimaryKeyObj
in interface ClassedModel
primaryKeyObj
- the primary key of this model instanceExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge
in interface BaseModel<DLFileEntryMetadata>
getExpandoBridge
in interface ClassedModel
void setExpandoBridgeAttributes(BaseModel<?> baseModel)
setExpandoBridgeAttributes
in interface BaseModel<DLFileEntryMetadata>
void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
setExpandoBridgeAttributes
in interface BaseModel<DLFileEntryMetadata>
void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes
in interface BaseModel<DLFileEntryMetadata>
serviceContext
- the service context to be appliedServiceContext.getExpandoBridgeAttributes()
Object clone()
BaseModel
clone
in interface BaseModel<DLFileEntryMetadata>
int compareTo(DLFileEntryMetadata dlFileEntryMetadata)
compareTo
in interface Comparable<DLFileEntryMetadata>
int hashCode()
hashCode
in class Object
CacheModel<DLFileEntryMetadata> toCacheModel()
BaseModel
toCacheModel
in interface BaseModel<DLFileEntryMetadata>
DLFileEntryMetadata toEscapedModel()
BaseModel
AutoEscapeBeanHandler
.toEscapedModel
in interface BaseModel<DLFileEntryMetadata>
AutoEscapeBeanHandler
DLFileEntryMetadata toUnescapedModel()
toUnescapedModel
in interface BaseModel<DLFileEntryMetadata>
String toString()
toString
in class Object
String toXmlString()
BaseModel
toXmlString
in interface BaseModel<DLFileEntryMetadata>