@ProviderType
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
,
DLFileEntryMetadata
,
DLFileEntryMetadataModel
,
Serialized FormModifier 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 |
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) |
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 |
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 |
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
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.DLFileEntryMetadataModel
public void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface com.liferay.document.library.kernel.model.DLFileEntryMetadataModel
public Serializable getPrimaryKeyObj()
getPrimaryKeyObj
in interface com.liferay.document.library.kernel.model.DLFileEntryMetadataModel
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLFileEntryMetadata>
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
public void setPrimaryKeyObj(Serializable primaryKeyObj)
setPrimaryKeyObj
in interface com.liferay.document.library.kernel.model.DLFileEntryMetadataModel
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLFileEntryMetadata>
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
public Class<?> getModelClass()
getModelClass
in interface com.liferay.portal.kernel.model.ClassedModel
public String getModelClassName()
getModelClassName
in interface com.liferay.portal.kernel.model.ClassedModel
public 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 String getUuid()
getUuid
in interface com.liferay.document.library.kernel.model.DLFileEntryMetadataModel
public void setUuid(String uuid)
setUuid
in interface com.liferay.document.library.kernel.model.DLFileEntryMetadataModel
public String getOriginalUuid()
public long getFileEntryMetadataId()
getFileEntryMetadataId
in interface com.liferay.document.library.kernel.model.DLFileEntryMetadataModel
public void setFileEntryMetadataId(long fileEntryMetadataId)
setFileEntryMetadataId
in interface com.liferay.document.library.kernel.model.DLFileEntryMetadataModel
public long getCompanyId()
getCompanyId
in interface com.liferay.document.library.kernel.model.DLFileEntryMetadataModel
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
public void setCompanyId(long companyId)
setCompanyId
in interface com.liferay.document.library.kernel.model.DLFileEntryMetadataModel
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
public long getOriginalCompanyId()
public long getDDMStorageId()
getDDMStorageId
in interface com.liferay.document.library.kernel.model.DLFileEntryMetadataModel
public void setDDMStorageId(long DDMStorageId)
setDDMStorageId
in interface com.liferay.document.library.kernel.model.DLFileEntryMetadataModel
public long getDDMStructureId()
getDDMStructureId
in interface com.liferay.document.library.kernel.model.DLFileEntryMetadataModel
public void setDDMStructureId(long DDMStructureId)
setDDMStructureId
in interface com.liferay.document.library.kernel.model.DLFileEntryMetadataModel
public long getOriginalDDMStructureId()
public long getFileEntryId()
getFileEntryId
in interface com.liferay.document.library.kernel.model.DLFileEntryMetadataModel
public void setFileEntryId(long fileEntryId)
setFileEntryId
in interface com.liferay.document.library.kernel.model.DLFileEntryMetadataModel
public long getOriginalFileEntryId()
public long getFileVersionId()
getFileVersionId
in interface com.liferay.document.library.kernel.model.DLFileEntryMetadataModel
public void setFileVersionId(long fileVersionId)
setFileVersionId
in interface com.liferay.document.library.kernel.model.DLFileEntryMetadataModel
public long getOriginalFileVersionId()
public long getColumnBitmask()
public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge
in interface com.liferay.document.library.kernel.model.DLFileEntryMetadataModel
getExpandoBridge
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLFileEntryMetadata>
getExpandoBridge
in interface com.liferay.portal.kernel.model.ClassedModel
getExpandoBridge
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.document.library.kernel.model.DLFileEntryMetadataModel
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.document.library.kernel.model.DLFileEntryMetadataModel
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.document.library.kernel.model.DLFileEntryMetadataModel
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 com.liferay.document.library.kernel.model.DLFileEntryMetadataModel
compareTo
in interface Comparable<com.liferay.document.library.kernel.model.DLFileEntryMetadata>
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in interface com.liferay.document.library.kernel.model.DLFileEntryMetadataModel
hashCode
in class Object
public 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.document.library.kernel.model.DLFileEntryMetadataModel
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 interface com.liferay.document.library.kernel.model.DLFileEntryMetadataModel
toString
in class Object
public String toXmlString()
toXmlString
in interface com.liferay.document.library.kernel.model.DLFileEntryMetadataModel
toXmlString
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLFileEntryMetadata>