|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.impl.BaseModelImpl<DLFileVersion>
com.liferay.portlet.documentlibrary.model.impl.DLFileVersionModelImpl
@JSON(strict=true) @ProviderType public class DLFileVersionModelImpl
The base model implementation for the DLFileVersion service. Represents a row in the "DLFileVersion" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface DLFileVersionModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in DLFileVersionImpl.
DLFileVersionImpl,
DLFileVersion,
DLFileVersionModel,
Serialized Form| Field Summary | |
|---|---|
static boolean |
COLUMN_BITMASK_ENABLED
|
static long |
COMPANYID_COLUMN_BITMASK
|
static long |
CREATEDATE_COLUMN_BITMASK
|
static String |
DATA_SOURCE
|
static boolean |
ENTITY_CACHE_ENABLED
|
static long |
FILEENTRYID_COLUMN_BITMASK
|
static boolean |
FINDER_CACHE_ENABLED
|
static long |
FOLDERID_COLUMN_BITMASK
|
static long |
GROUPID_COLUMN_BITMASK
|
static long |
LOCK_EXPIRATION_TIME
|
static long |
MIMETYPE_COLUMN_BITMASK
|
static String |
ORDER_BY_JPQL
|
static String |
ORDER_BY_SQL
|
static String |
SESSION_FACTORY
|
static long |
STATUS_COLUMN_BITMASK
|
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 long |
TITLE_COLUMN_BITMASK
|
static String |
TX_MANAGER
|
static long |
UUID_COLUMN_BITMASK
|
static long |
VERSION_COLUMN_BITMASK
|
| Constructor Summary | |
|---|---|
DLFileVersionModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(DLFileVersion dlFileVersion)
|
boolean |
equals(Object obj)
|
String |
getChangeLog()
Returns the change log of this document library file version. |
String |
getChecksum()
Returns the checksum of this document library file version. |
long |
getColumnBitmask()
|
long |
getCompanyId()
Returns the company ID of this document library file version. |
Date |
getCreateDate()
Returns the create date of this document library file version. |
String |
getDescription()
Returns the description of this document library file version. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
String |
getExtension()
Returns the extension of this document library file version. |
String |
getExtraSettings()
Returns the extra settings of this document library file version. |
long |
getFileEntryId()
Returns the file entry ID of this document library file version. |
long |
getFileEntryTypeId()
Returns the file entry type ID of this document library file version. |
String |
getFileName()
Returns the file name of this document library file version. |
long |
getFileVersionId()
Returns the file version ID of this document library file version. |
long |
getFolderId()
Returns the folder ID of this document library file version. |
long |
getGroupId()
Returns the group ID of this document library file version. |
Date |
getLastPublishDate()
Returns the last publish date of this document library file version. |
String |
getMimeType()
Returns the mime type of this document library file version. |
Map<String,Object> |
getModelAttributes()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
Date |
getModifiedDate()
Returns the modified date of this document library file version. |
long |
getOriginalCompanyId()
|
long |
getOriginalFileEntryId()
|
long |
getOriginalFolderId()
|
long |
getOriginalGroupId()
|
String |
getOriginalMimeType()
|
int |
getOriginalStatus()
|
String |
getOriginalTitle()
|
String |
getOriginalUuid()
|
String |
getOriginalVersion()
|
long |
getPrimaryKey()
Returns the primary key of this document library file version. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
long |
getRepositoryId()
Returns the repository ID of this document library file version. |
long |
getSize()
Returns the size of this document library file version. |
StagedModelType |
getStagedModelType()
|
int |
getStatus()
Returns the status of this document library file version. |
long |
getStatusByUserId()
Returns the status by user ID of this document library file version. |
String |
getStatusByUserName()
Returns the status by user name of this document library file version. |
String |
getStatusByUserUuid()
Returns the status by user uuid of this document library file version. |
Date |
getStatusDate()
Returns the status date of this document library file version. |
String |
getTitle()
Returns the title of this document library file version. |
String |
getTreePath()
Returns the tree path of this document library file version. |
long |
getUserId()
Returns the user ID of this document library file version. |
String |
getUserName()
Returns the user name of this document library file version. |
String |
getUserUuid()
Returns the user uuid of this document library file version. |
String |
getUuid()
Returns the uuid of this document library file version. |
String |
getVersion()
Returns the version of this document library file version. |
int |
hashCode()
|
boolean |
hasSetModifiedDate()
|
boolean |
isApproved()
Returns true if this document library file version is approved. |
boolean |
isDenied()
Returns true if this document library file version is denied. |
boolean |
isDraft()
Returns true if this document library file version is a draft. |
boolean |
isEntityCacheEnabled()
Returns true if this model's entity cache is enabled. |
boolean |
isExpired()
Returns true if this document library file version is expired. |
boolean |
isFinderCacheEnabled()
Returns true if this model's finder cache is enabled. |
boolean |
isInactive()
Returns true if this document library file version is inactive. |
boolean |
isIncomplete()
Returns true if this document library file version is incomplete. |
boolean |
isPending()
Returns true if this document library file version is pending. |
boolean |
isScheduled()
Returns true if this document library file version is scheduled. |
void |
resetOriginalValues()
Reset all original fields to current values. |
void |
setChangeLog(String changeLog)
Sets the change log of this document library file version. |
void |
setChecksum(String checksum)
Sets the checksum of this document library file version. |
void |
setCompanyId(long companyId)
Sets the company ID of this document library file version. |
void |
setCreateDate(Date createDate)
Sets the create date of this document library file version. |
void |
setDescription(String description)
Sets the description of this document library file version. |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setExtension(String extension)
Sets the extension of this document library file version. |
void |
setExtraSettings(String extraSettings)
Sets the extra settings of this document library file version. |
void |
setFileEntryId(long fileEntryId)
Sets the file entry ID of this document library file version. |
void |
setFileEntryTypeId(long fileEntryTypeId)
Sets the file entry type ID of this document library file version. |
void |
setFileName(String fileName)
Sets the file name of this document library file version. |
void |
setFileVersionId(long fileVersionId)
Sets the file version ID of this document library file version. |
void |
setFolderId(long folderId)
Sets the folder ID of this document library file version. |
void |
setGroupId(long groupId)
Sets the group ID of this document library file version. |
void |
setLastPublishDate(Date lastPublishDate)
Sets the last publish date of this document library file version. |
void |
setMimeType(String mimeType)
Sets the mime type of this document library file version. |
void |
setModelAttributes(Map<String,Object> attributes)
|
void |
setModifiedDate(Date modifiedDate)
Sets the modified date of this document library file version. |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this document library file version. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setRepositoryId(long repositoryId)
Sets the repository ID of this document library file version. |
void |
setSize(long size)
Sets the size of this document library file version. |
void |
setStatus(int status)
Sets the status of this document library file version. |
void |
setStatusByUserId(long statusByUserId)
Sets the status by user ID of this document library file version. |
void |
setStatusByUserName(String statusByUserName)
Sets the status by user name of this document library file version. |
void |
setStatusByUserUuid(String statusByUserUuid)
Sets the status by user uuid of this document library file version. |
void |
setStatusDate(Date statusDate)
Sets the status date of this document library file version. |
void |
setTitle(String title)
Sets the title of this document library file version. |
void |
setTreePath(String treePath)
Sets the tree path of this document library file version. |
void |
setUserId(long userId)
Sets the user ID of this document library file version. |
void |
setUserName(String userName)
Sets the user name of this document library file version. |
void |
setUserUuid(String userUuid)
Sets the user uuid of this document library file version. |
void |
setUuid(String uuid)
Sets the uuid of this document library file version. |
void |
setVersion(String version)
Sets the version of this document library file version. |
CacheModel<DLFileVersion> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
DLFileVersion |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
static DLFileVersion |
toModel(DLFileVersionSoap soapModel)
Converts the soap model instance into a normal model instance. |
static List<DLFileVersion> |
toModels(DLFileVersionSoap[] soapModels)
Converts the soap model instances into normal model instances. |
String |
toString()
|
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, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.liferay.portlet.documentlibrary.model.DLFileVersionModel |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel |
| Field Detail |
|---|
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 COMPANYID_COLUMN_BITMASK
public static final long FILEENTRYID_COLUMN_BITMASK
public static final long FOLDERID_COLUMN_BITMASK
public static final long GROUPID_COLUMN_BITMASK
public static final long MIMETYPE_COLUMN_BITMASK
public static final long STATUS_COLUMN_BITMASK
public static final long TITLE_COLUMN_BITMASK
public static final long UUID_COLUMN_BITMASK
public static final long VERSION_COLUMN_BITMASK
public static final long CREATEDATE_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public DLFileVersionModelImpl()
| Method Detail |
|---|
public static DLFileVersion toModel(DLFileVersionSoap soapModel)
soapModel - the soap model instance to convert
public static List<DLFileVersion> toModels(DLFileVersionSoap[] soapModels)
soapModels - the soap model instances to convert
public long getPrimaryKey()
DLFileVersionModel
getPrimaryKey in interface DLFileVersionModelpublic void setPrimaryKey(long primaryKey)
DLFileVersionModel
setPrimaryKey in interface DLFileVersionModelprimaryKey - the primary key of this document library file versionpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<DLFileVersion>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface DLFileVersionModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<DLFileVersion>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface DLFileVersionModelprimaryKeyObj - the primary key of this model instancepublic Class<?> getModelClass()
getModelClass in interface ClassedModelpublic String getModelClassName()
getModelClassName in interface ClassedModelpublic Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<DLFileVersion>getModelAttributes in class BaseModelImpl<DLFileVersion>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<DLFileVersion>setModelAttributes in class BaseModelImpl<DLFileVersion>@JSON public String getUuid()
DLFileVersionModel
getUuid in interface StagedModelgetUuid in interface DLFileVersionModelpublic void setUuid(String uuid)
DLFileVersionModel
setUuid in interface StagedModelsetUuid in interface DLFileVersionModeluuid - the uuid of this document library file versionpublic String getOriginalUuid()
@JSON public long getFileVersionId()
DLFileVersionModel
getFileVersionId in interface DLFileVersionModelpublic void setFileVersionId(long fileVersionId)
DLFileVersionModel
setFileVersionId in interface DLFileVersionModelfileVersionId - the file version ID of this document library file version@JSON public long getGroupId()
DLFileVersionModel
getGroupId in interface GroupedModelgetGroupId in interface DLFileVersionModelpublic void setGroupId(long groupId)
DLFileVersionModel
setGroupId in interface GroupedModelsetGroupId in interface DLFileVersionModelgroupId - the group ID of this document library file versionpublic long getOriginalGroupId()
@JSON public long getCompanyId()
DLFileVersionModel
getCompanyId in interface AuditedModelgetCompanyId in interface ShardedModelgetCompanyId in interface StagedModelgetCompanyId in interface DLFileVersionModelpublic void setCompanyId(long companyId)
DLFileVersionModel
setCompanyId in interface AuditedModelsetCompanyId in interface ShardedModelsetCompanyId in interface StagedModelsetCompanyId in interface DLFileVersionModelcompanyId - the company ID of this document library file versionpublic long getOriginalCompanyId()
@JSON public long getUserId()
DLFileVersionModel
getUserId in interface AuditedModelgetUserId in interface DLFileVersionModelpublic void setUserId(long userId)
DLFileVersionModel
setUserId in interface AuditedModelsetUserId in interface DLFileVersionModeluserId - the user ID of this document library file versionpublic String getUserUuid()
DLFileVersionModel
getUserUuid in interface AuditedModelgetUserUuid in interface DLFileVersionModelpublic void setUserUuid(String userUuid)
DLFileVersionModel
setUserUuid in interface AuditedModelsetUserUuid in interface DLFileVersionModeluserUuid - the user uuid of this document library file version@JSON public String getUserName()
DLFileVersionModel
getUserName in interface AuditedModelgetUserName in interface DLFileVersionModelpublic void setUserName(String userName)
DLFileVersionModel
setUserName in interface AuditedModelsetUserName in interface DLFileVersionModeluserName - the user name of this document library file version@JSON public Date getCreateDate()
DLFileVersionModel
getCreateDate in interface AuditedModelgetCreateDate in interface StagedModelgetCreateDate in interface DLFileVersionModelpublic void setCreateDate(Date createDate)
DLFileVersionModel
setCreateDate in interface AuditedModelsetCreateDate in interface StagedModelsetCreateDate in interface DLFileVersionModelcreateDate - the create date of this document library file version@JSON public Date getModifiedDate()
DLFileVersionModel
getModifiedDate in interface AuditedModelgetModifiedDate in interface StagedModelgetModifiedDate in interface DLFileVersionModelpublic boolean hasSetModifiedDate()
public void setModifiedDate(Date modifiedDate)
DLFileVersionModel
setModifiedDate in interface AuditedModelsetModifiedDate in interface StagedModelsetModifiedDate in interface DLFileVersionModelmodifiedDate - the modified date of this document library file version@JSON public long getRepositoryId()
DLFileVersionModel
getRepositoryId in interface DLFileVersionModelpublic void setRepositoryId(long repositoryId)
DLFileVersionModel
setRepositoryId in interface DLFileVersionModelrepositoryId - the repository ID of this document library file version@JSON public long getFolderId()
DLFileVersionModel
getFolderId in interface DLFileVersionModelpublic void setFolderId(long folderId)
DLFileVersionModel
setFolderId in interface DLFileVersionModelfolderId - the folder ID of this document library file versionpublic long getOriginalFolderId()
@JSON public long getFileEntryId()
DLFileVersionModel
getFileEntryId in interface DLFileVersionModelpublic void setFileEntryId(long fileEntryId)
DLFileVersionModel
setFileEntryId in interface DLFileVersionModelfileEntryId - the file entry ID of this document library file versionpublic long getOriginalFileEntryId()
@JSON public String getTreePath()
DLFileVersionModel
getTreePath in interface DLFileVersionModelpublic void setTreePath(String treePath)
DLFileVersionModel
setTreePath in interface DLFileVersionModeltreePath - the tree path of this document library file version@JSON public String getFileName()
DLFileVersionModel
getFileName in interface DLFileVersionModelpublic void setFileName(String fileName)
DLFileVersionModel
setFileName in interface DLFileVersionModelfileName - the file name of this document library file version@JSON public String getExtension()
DLFileVersionModel
getExtension in interface DLFileVersionModelpublic void setExtension(String extension)
DLFileVersionModel
setExtension in interface DLFileVersionModelextension - the extension of this document library file version@JSON public String getMimeType()
DLFileVersionModel
getMimeType in interface DLFileVersionModelpublic void setMimeType(String mimeType)
DLFileVersionModel
setMimeType in interface DLFileVersionModelmimeType - the mime type of this document library file versionpublic String getOriginalMimeType()
@JSON public String getTitle()
DLFileVersionModel
getTitle in interface DLFileVersionModelpublic void setTitle(String title)
DLFileVersionModel
setTitle in interface DLFileVersionModeltitle - the title of this document library file versionpublic String getOriginalTitle()
@JSON public String getDescription()
DLFileVersionModel
getDescription in interface DLFileVersionModelpublic void setDescription(String description)
DLFileVersionModel
setDescription in interface DLFileVersionModeldescription - the description of this document library file version@JSON public String getChangeLog()
DLFileVersionModel
getChangeLog in interface DLFileVersionModelpublic void setChangeLog(String changeLog)
DLFileVersionModel
setChangeLog in interface DLFileVersionModelchangeLog - the change log of this document library file version@JSON public String getExtraSettings()
DLFileVersionModel
getExtraSettings in interface DLFileVersionModelpublic void setExtraSettings(String extraSettings)
DLFileVersionModel
setExtraSettings in interface DLFileVersionModelextraSettings - the extra settings of this document library file version@JSON public long getFileEntryTypeId()
DLFileVersionModel
getFileEntryTypeId in interface DLFileVersionModelpublic void setFileEntryTypeId(long fileEntryTypeId)
DLFileVersionModel
setFileEntryTypeId in interface DLFileVersionModelfileEntryTypeId - the file entry type ID of this document library file version@JSON public String getVersion()
DLFileVersionModel
getVersion in interface DLFileVersionModelpublic void setVersion(String version)
DLFileVersionModel
setVersion in interface DLFileVersionModelversion - the version of this document library file versionpublic String getOriginalVersion()
@JSON public long getSize()
DLFileVersionModel
getSize in interface DLFileVersionModelpublic void setSize(long size)
DLFileVersionModel
setSize in interface DLFileVersionModelsize - the size of this document library file version@JSON public String getChecksum()
DLFileVersionModel
getChecksum in interface DLFileVersionModelpublic void setChecksum(String checksum)
DLFileVersionModel
setChecksum in interface DLFileVersionModelchecksum - the checksum of this document library file version@JSON public Date getLastPublishDate()
DLFileVersionModel
getLastPublishDate in interface StagedGroupedModelgetLastPublishDate in interface DLFileVersionModelpublic void setLastPublishDate(Date lastPublishDate)
DLFileVersionModel
setLastPublishDate in interface StagedGroupedModelsetLastPublishDate in interface DLFileVersionModellastPublishDate - the last publish date of this document library file version@JSON public int getStatus()
DLFileVersionModel
getStatus in interface WorkflowedModelgetStatus in interface DLFileVersionModelpublic void setStatus(int status)
DLFileVersionModel
setStatus in interface WorkflowedModelsetStatus in interface DLFileVersionModelstatus - the status of this document library file versionpublic int getOriginalStatus()
@JSON public long getStatusByUserId()
DLFileVersionModel
getStatusByUserId in interface WorkflowedModelgetStatusByUserId in interface DLFileVersionModelpublic void setStatusByUserId(long statusByUserId)
DLFileVersionModel
setStatusByUserId in interface WorkflowedModelsetStatusByUserId in interface DLFileVersionModelstatusByUserId - the status by user ID of this document library file versionpublic String getStatusByUserUuid()
DLFileVersionModel
getStatusByUserUuid in interface WorkflowedModelgetStatusByUserUuid in interface DLFileVersionModelpublic void setStatusByUserUuid(String statusByUserUuid)
DLFileVersionModel
setStatusByUserUuid in interface WorkflowedModelsetStatusByUserUuid in interface DLFileVersionModelstatusByUserUuid - the status by user uuid of this document library file version@JSON public String getStatusByUserName()
DLFileVersionModel
getStatusByUserName in interface WorkflowedModelgetStatusByUserName in interface DLFileVersionModelpublic void setStatusByUserName(String statusByUserName)
DLFileVersionModel
setStatusByUserName in interface WorkflowedModelsetStatusByUserName in interface DLFileVersionModelstatusByUserName - the status by user name of this document library file version@JSON public Date getStatusDate()
DLFileVersionModel
getStatusDate in interface WorkflowedModelgetStatusDate in interface DLFileVersionModelpublic void setStatusDate(Date statusDate)
DLFileVersionModel
setStatusDate in interface WorkflowedModelsetStatusDate in interface DLFileVersionModelstatusDate - the status date of this document library file versionpublic StagedModelType getStagedModelType()
getStagedModelType in interface StagedModelpublic boolean isApproved()
DLFileVersionModeltrue if this document library file version is approved.
isApproved in interface WorkflowedModelisApproved in interface DLFileVersionModeltrue if this document library file version is approved; false otherwisepublic boolean isDenied()
DLFileVersionModeltrue if this document library file version is denied.
isDenied in interface WorkflowedModelisDenied in interface DLFileVersionModeltrue if this document library file version is denied; false otherwisepublic boolean isDraft()
DLFileVersionModeltrue if this document library file version is a draft.
isDraft in interface WorkflowedModelisDraft in interface DLFileVersionModeltrue if this document library file version is a draft; false otherwisepublic boolean isExpired()
DLFileVersionModeltrue if this document library file version is expired.
isExpired in interface WorkflowedModelisExpired in interface DLFileVersionModeltrue if this document library file version is expired; false otherwisepublic boolean isInactive()
DLFileVersionModeltrue if this document library file version is inactive.
isInactive in interface WorkflowedModelisInactive in interface DLFileVersionModeltrue if this document library file version is inactive; false otherwisepublic boolean isIncomplete()
DLFileVersionModeltrue if this document library file version is incomplete.
isIncomplete in interface WorkflowedModelisIncomplete in interface DLFileVersionModeltrue if this document library file version is incomplete; false otherwisepublic boolean isPending()
DLFileVersionModeltrue if this document library file version is pending.
isPending in interface WorkflowedModelisPending in interface DLFileVersionModeltrue if this document library file version is pending; false otherwisepublic boolean isScheduled()
DLFileVersionModeltrue if this document library file version is scheduled.
isScheduled in interface WorkflowedModelisScheduled in interface DLFileVersionModeltrue if this document library file version is scheduled; false otherwisepublic long getColumnBitmask()
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<DLFileVersion>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface DLFileVersionModelgetExpandoBridge in class BaseModelImpl<DLFileVersion>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<DLFileVersion>setExpandoBridgeAttributes in interface DLFileVersionModelsetExpandoBridgeAttributes in class BaseModelImpl<DLFileVersion>serviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes()public DLFileVersion toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<DLFileVersion>toEscapedModel in interface DLFileVersionModeltoEscapedModel in class BaseModelImpl<DLFileVersion>AutoEscapeBeanHandlerpublic Object clone()
BaseModel
clone in interface BaseModel<DLFileVersion>clone in interface StagedModelclone in interface DLFileVersionModelclone in class BaseModelImpl<DLFileVersion>public int compareTo(DLFileVersion dlFileVersion)
compareTo in interface DLFileVersionModelcompareTo in interface Comparable<DLFileVersion>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface DLFileVersionModelhashCode in class Objectpublic boolean isEntityCacheEnabled()
BaseModeltrue if this model's entity cache is enabled.
isEntityCacheEnabled in interface BaseModel<DLFileVersion>true if this model's entity cache is enabled;
false otherwisepublic boolean isFinderCacheEnabled()
BaseModeltrue if this model's finder cache is enabled.
isFinderCacheEnabled in interface BaseModel<DLFileVersion>true if this model's finder cache is enabled;
false otherwisepublic void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<DLFileVersion>resetOriginalValues in class BaseModelImpl<DLFileVersion>public CacheModel<DLFileVersion> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<DLFileVersion>toCacheModel in interface DLFileVersionModeltoCacheModel in class BaseModelImpl<DLFileVersion>public String toString()
toString in interface DLFileVersionModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<DLFileVersion>toXmlString in interface DLFileVersionModel
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||