public class SyncDLFileVersionDiffWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<SyncDLFileVersionDiff> implements com.liferay.portal.kernel.model.ModelWrapper<SyncDLFileVersionDiff>, SyncDLFileVersionDiff
This class is a wrapper for SyncDLFileVersionDiff.
SyncDLFileVersionDiff,
Serialized FormSYNC_DL_FILE_VERSION_DIFF_ID_ACCESSOR| Constructor and Description |
|---|
SyncDLFileVersionDiffWrapper(SyncDLFileVersionDiff syncDLFileVersionDiff) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCompanyId()
Returns the company ID of this sync dl file version diff.
|
long |
getDataFileEntryId()
Returns the data file entry ID of this sync dl file version diff.
|
java.util.Date |
getExpirationDate()
Returns the expiration date of this sync dl file version diff.
|
long |
getFileEntryId()
Returns the file entry ID of this sync dl file version diff.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
long |
getPrimaryKey()
Returns the primary key of this sync dl file version diff.
|
long |
getSize()
Returns the size of this sync dl file version diff.
|
long |
getSourceFileVersionId()
Returns the source file version ID of this sync dl file version diff.
|
long |
getSyncDLFileVersionDiffId()
Returns the sync dl file version diff ID of this sync dl file version diff.
|
long |
getTargetFileVersionId()
Returns the target file version ID of this sync dl file version diff.
|
void |
persist() |
void |
setCompanyId(long companyId)
Sets the company ID of this sync dl file version diff.
|
void |
setDataFileEntryId(long dataFileEntryId)
Sets the data file entry ID of this sync dl file version diff.
|
void |
setExpirationDate(java.util.Date expirationDate)
Sets the expiration date of this sync dl file version diff.
|
void |
setFileEntryId(long fileEntryId)
Sets the file entry ID of this sync dl file version diff.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this sync dl file version diff.
|
void |
setSize(long size)
Sets the size of this sync dl file version diff.
|
void |
setSourceFileVersionId(long sourceFileVersionId)
Sets the source file version ID of this sync dl file version diff.
|
void |
setSyncDLFileVersionDiffId(long syncDLFileVersionDiffId)
Sets the sync dl file version diff ID of this sync dl file version diff.
|
void |
setTargetFileVersionId(long targetFileVersionId)
Sets the target file version ID of this sync dl file version diff.
|
protected SyncDLFileVersionDiffWrapper |
wrap(SyncDLFileVersionDiff syncDLFileVersionDiff) |
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlStringfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringpublic SyncDLFileVersionDiffWrapper(SyncDLFileVersionDiff syncDLFileVersionDiff)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<SyncDLFileVersionDiff>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<SyncDLFileVersionDiff>public long getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface SyncDLFileVersionDiffModelpublic long getDataFileEntryId()
getDataFileEntryId in interface SyncDLFileVersionDiffModelpublic java.util.Date getExpirationDate()
getExpirationDate in interface SyncDLFileVersionDiffModelpublic long getFileEntryId()
getFileEntryId in interface SyncDLFileVersionDiffModelpublic long getPrimaryKey()
getPrimaryKey in interface SyncDLFileVersionDiffModelpublic long getSize()
getSize in interface SyncDLFileVersionDiffModelpublic long getSourceFileVersionId()
getSourceFileVersionId in interface SyncDLFileVersionDiffModelpublic long getSyncDLFileVersionDiffId()
getSyncDLFileVersionDiffId in interface SyncDLFileVersionDiffModelpublic long getTargetFileVersionId()
getTargetFileVersionId in interface SyncDLFileVersionDiffModelpublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface SyncDLFileVersionDiffModelcompanyId - the company ID of this sync dl file version diffpublic void setDataFileEntryId(long dataFileEntryId)
setDataFileEntryId in interface SyncDLFileVersionDiffModeldataFileEntryId - the data file entry ID of this sync dl file version diffpublic void setExpirationDate(java.util.Date expirationDate)
setExpirationDate in interface SyncDLFileVersionDiffModelexpirationDate - the expiration date of this sync dl file version diffpublic void setFileEntryId(long fileEntryId)
setFileEntryId in interface SyncDLFileVersionDiffModelfileEntryId - the file entry ID of this sync dl file version diffpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface SyncDLFileVersionDiffModelprimaryKey - the primary key of this sync dl file version diffpublic void setSize(long size)
setSize in interface SyncDLFileVersionDiffModelsize - the size of this sync dl file version diffpublic void setSourceFileVersionId(long sourceFileVersionId)
setSourceFileVersionId in interface SyncDLFileVersionDiffModelsourceFileVersionId - the source file version ID of this sync dl file version diffpublic void setSyncDLFileVersionDiffId(long syncDLFileVersionDiffId)
setSyncDLFileVersionDiffId in interface SyncDLFileVersionDiffModelsyncDLFileVersionDiffId - the sync dl file version diff ID of this sync dl file version diffpublic void setTargetFileVersionId(long targetFileVersionId)
setTargetFileVersionId in interface SyncDLFileVersionDiffModeltargetFileVersionId - the target file version ID of this sync dl file version diffprotected SyncDLFileVersionDiffWrapper wrap(SyncDLFileVersionDiff syncDLFileVersionDiff)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<SyncDLFileVersionDiff>