|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portal.model.impl.BaseModelImpl<DLFileEntryMetadata> com.liferay.portlet.documentlibrary.model.impl.DLFileEntryMetadataModelImpl
public class DLFileEntryMetadataModelImpl
The base model implementation for the DLFileEntryMetadata service. Represents a row in the "DLFileEntryMetadata" database table, with each column mapped to a property of this class.
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 FormField Summary | |
---|---|
static boolean |
COLUMN_BITMASK_ENABLED
|
static String |
DATA_SOURCE
|
static long |
DDMSTRUCTUREID_COLUMN_BITMASK
|
static boolean |
ENTITY_CACHE_ENABLED
|
static long |
FILEENTRYID_COLUMN_BITMASK
|
static long |
FILEENTRYTYPEID_COLUMN_BITMASK
|
static long |
FILEVERSIONID_COLUMN_BITMASK
|
static boolean |
FINDER_CACHE_ENABLED
|
static long |
LOCK_EXPIRATION_TIME
|
static String |
SESSION_FACTORY
|
static Object[][] |
TABLE_COLUMNS
|
static String |
TABLE_NAME
|
static String |
TABLE_SQL_CREATE
|
static String |
TABLE_SQL_DROP
|
static String |
TX_MANAGER
|
static long |
UUID_COLUMN_BITMASK
|
Constructor Summary | |
---|---|
DLFileEntryMetadataModelImpl()
|
Method Summary | |
---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(DLFileEntryMetadata dlFileEntryMetadata)
|
boolean |
equals(Object obj)
|
long |
getColumnBitmask()
|
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 |
getFileEntryTypeId()
Returns the file entry type ID of this document library file entry metadata. |
long |
getFileVersionId()
Returns the file version ID of this document library file entry metadata. |
Map<String,Object> |
getModelAttributes()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
long |
getOriginalDDMStructureId()
|
long |
getOriginalFileEntryId()
|
long |
getOriginalFileEntryTypeId()
|
long |
getOriginalFileVersionId()
|
String |
getOriginalUuid()
|
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()
|
void |
resetOriginalValues()
Reset all original fields to current values. |
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(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 |
setFileEntryTypeId(long fileEntryTypeId)
Sets the file entry type 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 |
setModelAttributes(Map<String,Object> attributes)
|
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. |
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl |
---|
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setNew |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.liferay.portlet.documentlibrary.model.DLFileEntryMetadataModel |
---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setNew |
Field Detail |
---|
public static final String TABLE_NAME
public static final Object[][] TABLE_COLUMNS
public static final String TABLE_SQL_CREATE
public static final String TABLE_SQL_DROP
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 long DDMSTRUCTUREID_COLUMN_BITMASK
public static long FILEENTRYID_COLUMN_BITMASK
public static long FILEENTRYTYPEID_COLUMN_BITMASK
public static long FILEVERSIONID_COLUMN_BITMASK
public static long UUID_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
Constructor Detail |
---|
public DLFileEntryMetadataModelImpl()
Method Detail |
---|
public long getPrimaryKey()
DLFileEntryMetadataModel
getPrimaryKey
in interface DLFileEntryMetadataModel
public void setPrimaryKey(long primaryKey)
DLFileEntryMetadataModel
setPrimaryKey
in interface DLFileEntryMetadataModel
primaryKey
- the primary key of this document library file entry metadatapublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj
in interface BaseModel<DLFileEntryMetadata>
getPrimaryKeyObj
in interface ClassedModel
getPrimaryKeyObj
in interface DLFileEntryMetadataModel
public void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj
in interface BaseModel<DLFileEntryMetadata>
setPrimaryKeyObj
in interface ClassedModel
setPrimaryKeyObj
in interface DLFileEntryMetadataModel
primaryKeyObj
- the primary key of this model instancepublic Class<?> getModelClass()
getModelClass
in interface ClassedModel
public String getModelClassName()
getModelClassName
in interface ClassedModel
public Map<String,Object> getModelAttributes()
getModelAttributes
in interface BaseModel<DLFileEntryMetadata>
getModelAttributes
in class BaseModelImpl<DLFileEntryMetadata>
public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes
in interface BaseModel<DLFileEntryMetadata>
setModelAttributes
in class BaseModelImpl<DLFileEntryMetadata>
public String getUuid()
DLFileEntryMetadataModel
getUuid
in interface DLFileEntryMetadataModel
public void setUuid(String uuid)
DLFileEntryMetadataModel
setUuid
in interface DLFileEntryMetadataModel
uuid
- the uuid of this document library file entry metadatapublic String getOriginalUuid()
public long getFileEntryMetadataId()
DLFileEntryMetadataModel
getFileEntryMetadataId
in interface DLFileEntryMetadataModel
public void setFileEntryMetadataId(long fileEntryMetadataId)
DLFileEntryMetadataModel
setFileEntryMetadataId
in interface DLFileEntryMetadataModel
fileEntryMetadataId
- the file entry metadata ID of this document library file entry metadatapublic long getDDMStorageId()
DLFileEntryMetadataModel
getDDMStorageId
in interface DLFileEntryMetadataModel
public void setDDMStorageId(long DDMStorageId)
DLFileEntryMetadataModel
setDDMStorageId
in interface DLFileEntryMetadataModel
DDMStorageId
- the d d m storage ID of this document library file entry metadatapublic long getDDMStructureId()
DLFileEntryMetadataModel
getDDMStructureId
in interface DLFileEntryMetadataModel
public void setDDMStructureId(long DDMStructureId)
DLFileEntryMetadataModel
setDDMStructureId
in interface DLFileEntryMetadataModel
DDMStructureId
- the d d m structure ID of this document library file entry metadatapublic long getOriginalDDMStructureId()
public long getFileEntryTypeId()
DLFileEntryMetadataModel
getFileEntryTypeId
in interface DLFileEntryMetadataModel
public void setFileEntryTypeId(long fileEntryTypeId)
DLFileEntryMetadataModel
setFileEntryTypeId
in interface DLFileEntryMetadataModel
fileEntryTypeId
- the file entry type ID of this document library file entry metadatapublic long getOriginalFileEntryTypeId()
public long getFileEntryId()
DLFileEntryMetadataModel
getFileEntryId
in interface DLFileEntryMetadataModel
public void setFileEntryId(long fileEntryId)
DLFileEntryMetadataModel
setFileEntryId
in interface DLFileEntryMetadataModel
fileEntryId
- the file entry ID of this document library file entry metadatapublic long getOriginalFileEntryId()
public long getFileVersionId()
DLFileEntryMetadataModel
getFileVersionId
in interface DLFileEntryMetadataModel
public void setFileVersionId(long fileVersionId)
DLFileEntryMetadataModel
setFileVersionId
in interface DLFileEntryMetadataModel
fileVersionId
- the file version ID of this document library file entry metadatapublic long getOriginalFileVersionId()
public long getColumnBitmask()
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge
in interface BaseModel<DLFileEntryMetadata>
getExpandoBridge
in interface ClassedModel
getExpandoBridge
in interface DLFileEntryMetadataModel
getExpandoBridge
in class BaseModelImpl<DLFileEntryMetadata>
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes
in interface BaseModel<DLFileEntryMetadata>
setExpandoBridgeAttributes
in interface DLFileEntryMetadataModel
setExpandoBridgeAttributes
in class BaseModelImpl<DLFileEntryMetadata>
serviceContext
- the service contextServiceContext.getExpandoBridgeAttributes(
)
public DLFileEntryMetadata toEscapedModel()
BaseModel
AutoEscapeBeanHandler
.
toEscapedModel
in interface BaseModel<DLFileEntryMetadata>
toEscapedModel
in interface DLFileEntryMetadataModel
toEscapedModel
in class BaseModelImpl<DLFileEntryMetadata>
AutoEscapeBeanHandler
public DLFileEntryMetadata toUnescapedModel()
toUnescapedModel
in interface BaseModel<DLFileEntryMetadata>
toUnescapedModel
in interface DLFileEntryMetadataModel
toUnescapedModel
in class BaseModelImpl<DLFileEntryMetadata>
public Object clone()
BaseModel
clone
in interface BaseModel<DLFileEntryMetadata>
clone
in interface DLFileEntryMetadataModel
clone
in class BaseModelImpl<DLFileEntryMetadata>
public int compareTo(DLFileEntryMetadata dlFileEntryMetadata)
compareTo
in interface DLFileEntryMetadataModel
compareTo
in interface Comparable<DLFileEntryMetadata>
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in interface DLFileEntryMetadataModel
hashCode
in class Object
public void resetOriginalValues()
BaseModel
resetOriginalValues
in interface BaseModel<DLFileEntryMetadata>
resetOriginalValues
in class BaseModelImpl<DLFileEntryMetadata>
public CacheModel<DLFileEntryMetadata> toCacheModel()
BaseModel
toCacheModel
in interface BaseModel<DLFileEntryMetadata>
toCacheModel
in interface DLFileEntryMetadataModel
toCacheModel
in class BaseModelImpl<DLFileEntryMetadata>
public String toString()
toString
in interface DLFileEntryMetadataModel
toString
in class Object
public String toXmlString()
BaseModel
toXmlString
in interface BaseModel<DLFileEntryMetadata>
toXmlString
in interface DLFileEntryMetadataModel
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |