public class DLFileEntryMetadataModelImpl
extends com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.document.library.kernel.model.DLFileEntryMetadata>
implements com.liferay.document.library.kernel.model.DLFileEntryMetadataModel
This implementation and its corresponding interface DLFileEntryMetadataModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in DLFileEntryMetadataImpl.
DLFileEntryMetadataImpl,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static boolean |
COLUMN_BITMASK_ENABLED |
static long |
COMPANYID_COLUMN_BITMASK |
static String |
DATA_SOURCE |
static long |
DDMSTRUCTUREID_COLUMN_BITMASK |
static boolean |
ENTITY_CACHE_ENABLED |
static long |
FILEENTRYID_COLUMN_BITMASK |
static long |
FILEENTRYMETADATAID_COLUMN_BITMASK |
static long |
FILEVERSIONID_COLUMN_BITMASK |
static boolean |
FINDER_CACHE_ENABLED |
static long |
LOCK_EXPIRATION_TIME |
static String |
ORDER_BY_JPQL |
static String |
ORDER_BY_SQL |
static String |
SESSION_FACTORY |
static Object[][] |
TABLE_COLUMNS |
static Map<String,Integer> |
TABLE_COLUMNS_MAP |
static String |
TABLE_NAME
NOTE FOR DEVELOPERS:
Never modify or reference this class directly.
|
static String |
TABLE_SQL_CREATE |
static String |
TABLE_SQL_DROP |
static String |
TX_MANAGER |
static long |
UUID_COLUMN_BITMASK |
| Constructor and Description |
|---|
DLFileEntryMetadataModelImpl() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
int |
compareTo(com.liferay.document.library.kernel.model.DLFileEntryMetadata dlFileEntryMetadata) |
boolean |
equals(Object obj) |
Map<String,Function<com.liferay.document.library.kernel.model.DLFileEntryMetadata,Object>> |
getAttributeGetterFunctions() |
Map<String,BiConsumer<com.liferay.document.library.kernel.model.DLFileEntryMetadata,Object>> |
getAttributeSetterBiConsumers() |
long |
getColumnBitmask() |
long |
getCompanyId() |
long |
getDDMStorageId() |
long |
getDDMStructureId() |
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
long |
getFileEntryId() |
long |
getFileEntryMetadataId() |
long |
getFileVersionId() |
Map<String,Object> |
getModelAttributes() |
Class<?> |
getModelClass() |
String |
getModelClassName() |
long |
getMvccVersion() |
long |
getOriginalCompanyId() |
long |
getOriginalDDMStructureId() |
long |
getOriginalFileEntryId() |
long |
getOriginalFileVersionId() |
String |
getOriginalUuid() |
long |
getPrimaryKey() |
Serializable |
getPrimaryKeyObj() |
String |
getUuid() |
int |
hashCode() |
boolean |
isEntityCacheEnabled() |
boolean |
isFinderCacheEnabled() |
void |
resetOriginalValues() |
void |
setCompanyId(long companyId) |
void |
setDDMStorageId(long DDMStorageId) |
void |
setDDMStructureId(long DDMStructureId) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
setFileEntryId(long fileEntryId) |
void |
setFileEntryMetadataId(long fileEntryMetadataId) |
void |
setFileVersionId(long fileVersionId) |
void |
setModelAttributes(Map<String,Object> attributes) |
void |
setMvccVersion(long mvccVersion) |
void |
setPrimaryKey(long primaryKey) |
void |
setPrimaryKeyObj(Serializable primaryKeyObj) |
void |
setUuid(String uuid) |
com.liferay.portal.kernel.model.CacheModel<com.liferay.document.library.kernel.model.DLFileEntryMetadata> |
toCacheModel() |
com.liferay.document.library.kernel.model.DLFileEntryMetadata |
toEscapedModel() |
String |
toString() |
String |
toXmlString() |
public static final String TABLE_NAME
DLFileEntryMetadata interface instead.public static final Object[][] TABLE_COLUMNS
public static final Map<String,Integer> TABLE_COLUMNS_MAP
public static final String TABLE_SQL_CREATE
public static final String TABLE_SQL_DROP
public static final String ORDER_BY_JPQL
public static final String ORDER_BY_SQL
public static final String DATA_SOURCE
public static final String SESSION_FACTORY
public static final String TX_MANAGER
public static final boolean ENTITY_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
public static final boolean COLUMN_BITMASK_ENABLED
public static final long DDMSTRUCTUREID_COLUMN_BITMASK
public static final long COMPANYID_COLUMN_BITMASK
public static final long FILEENTRYID_COLUMN_BITMASK
public static final long FILEVERSIONID_COLUMN_BITMASK
public static final long UUID_COLUMN_BITMASK
public static final long FILEENTRYMETADATAID_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
public long getPrimaryKey()
getPrimaryKey in interface com.liferay.document.library.kernel.model.DLFileEntryMetadataModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.document.library.kernel.model.DLFileEntryMetadataModelpublic Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLFileEntryMetadata>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLFileEntryMetadata>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelpublic Class<?> getModelClass()
getModelClass in interface com.liferay.portal.kernel.model.ClassedModelpublic String getModelClassName()
getModelClassName in interface com.liferay.portal.kernel.model.ClassedModelpublic Map<String,Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLFileEntryMetadata>getModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.document.library.kernel.model.DLFileEntryMetadata>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLFileEntryMetadata>setModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.document.library.kernel.model.DLFileEntryMetadata>public Map<String,Function<com.liferay.document.library.kernel.model.DLFileEntryMetadata,Object>> getAttributeGetterFunctions()
public Map<String,BiConsumer<com.liferay.document.library.kernel.model.DLFileEntryMetadata,Object>> getAttributeSetterBiConsumers()
public long getMvccVersion()
getMvccVersion in interface com.liferay.document.library.kernel.model.DLFileEntryMetadataModelgetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface com.liferay.document.library.kernel.model.DLFileEntryMetadataModelsetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelpublic String getUuid()
getUuid in interface com.liferay.document.library.kernel.model.DLFileEntryMetadataModelpublic void setUuid(String uuid)
setUuid in interface com.liferay.document.library.kernel.model.DLFileEntryMetadataModelpublic String getOriginalUuid()
public long getFileEntryMetadataId()
getFileEntryMetadataId in interface com.liferay.document.library.kernel.model.DLFileEntryMetadataModelpublic void setFileEntryMetadataId(long fileEntryMetadataId)
setFileEntryMetadataId in interface com.liferay.document.library.kernel.model.DLFileEntryMetadataModelpublic long getCompanyId()
getCompanyId in interface com.liferay.document.library.kernel.model.DLFileEntryMetadataModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelpublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.document.library.kernel.model.DLFileEntryMetadataModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelpublic long getOriginalCompanyId()
public long getDDMStorageId()
getDDMStorageId in interface com.liferay.document.library.kernel.model.DLFileEntryMetadataModelpublic void setDDMStorageId(long DDMStorageId)
setDDMStorageId in interface com.liferay.document.library.kernel.model.DLFileEntryMetadataModelpublic long getDDMStructureId()
getDDMStructureId in interface com.liferay.document.library.kernel.model.DLFileEntryMetadataModelpublic void setDDMStructureId(long DDMStructureId)
setDDMStructureId in interface com.liferay.document.library.kernel.model.DLFileEntryMetadataModelpublic long getOriginalDDMStructureId()
public long getFileEntryId()
getFileEntryId in interface com.liferay.document.library.kernel.model.DLFileEntryMetadataModelpublic void setFileEntryId(long fileEntryId)
setFileEntryId in interface com.liferay.document.library.kernel.model.DLFileEntryMetadataModelpublic long getOriginalFileEntryId()
public long getFileVersionId()
getFileVersionId in interface com.liferay.document.library.kernel.model.DLFileEntryMetadataModelpublic void setFileVersionId(long fileVersionId)
setFileVersionId in interface com.liferay.document.library.kernel.model.DLFileEntryMetadataModelpublic long getOriginalFileVersionId()
public long getColumnBitmask()
public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLFileEntryMetadata>getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModelgetExpandoBridge in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.document.library.kernel.model.DLFileEntryMetadata>public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLFileEntryMetadata>setExpandoBridgeAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.document.library.kernel.model.DLFileEntryMetadata>public com.liferay.document.library.kernel.model.DLFileEntryMetadata toEscapedModel()
toEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLFileEntryMetadata>toEscapedModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.document.library.kernel.model.DLFileEntryMetadata>public Object clone()
clone in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLFileEntryMetadata>clone in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.document.library.kernel.model.DLFileEntryMetadata>public int compareTo(com.liferay.document.library.kernel.model.DLFileEntryMetadata dlFileEntryMetadata)
compareTo in interface Comparable<com.liferay.document.library.kernel.model.DLFileEntryMetadata>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic boolean isEntityCacheEnabled()
isEntityCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLFileEntryMetadata>public boolean isFinderCacheEnabled()
isFinderCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLFileEntryMetadata>public void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLFileEntryMetadata>resetOriginalValues in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.document.library.kernel.model.DLFileEntryMetadata>public com.liferay.portal.kernel.model.CacheModel<com.liferay.document.library.kernel.model.DLFileEntryMetadata> toCacheModel()
toCacheModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLFileEntryMetadata>toCacheModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.document.library.kernel.model.DLFileEntryMetadata>public String toString()
toString in class Objectpublic String toXmlString()
toXmlString in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLFileEntryMetadata>