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 |
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()
NOTE FOR DEVELOPERS:
Never modify or reference this class directly.
|
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, toXmlString
finalize, getClass, notify, notifyAll, wait, wait, wait
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlString
public 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 getDataFileEntryId()
getDataFileEntryId
in interface SyncDLFileVersionDiffModel
public java.util.Date getExpirationDate()
getExpirationDate
in interface SyncDLFileVersionDiffModel
public long getFileEntryId()
getFileEntryId
in interface SyncDLFileVersionDiffModel
public long getPrimaryKey()
getPrimaryKey
in interface SyncDLFileVersionDiffModel
public long getSize()
getSize
in interface SyncDLFileVersionDiffModel
public long getSourceFileVersionId()
getSourceFileVersionId
in interface SyncDLFileVersionDiffModel
public long getSyncDLFileVersionDiffId()
getSyncDLFileVersionDiffId
in interface SyncDLFileVersionDiffModel
public long getTargetFileVersionId()
getTargetFileVersionId
in interface SyncDLFileVersionDiffModel
public void persist()
SyncDLFileVersionDiff
interface instead.persist
in interface com.liferay.portal.kernel.model.PersistedModel
public void setDataFileEntryId(long dataFileEntryId)
setDataFileEntryId
in interface SyncDLFileVersionDiffModel
dataFileEntryId
- the data file entry ID of this sync dl file version diffpublic void setExpirationDate(java.util.Date expirationDate)
setExpirationDate
in interface SyncDLFileVersionDiffModel
expirationDate
- the expiration date of this sync dl file version diffpublic void setFileEntryId(long fileEntryId)
setFileEntryId
in interface SyncDLFileVersionDiffModel
fileEntryId
- the file entry ID of this sync dl file version diffpublic void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface SyncDLFileVersionDiffModel
primaryKey
- the primary key of this sync dl file version diffpublic void setSize(long size)
setSize
in interface SyncDLFileVersionDiffModel
size
- the size of this sync dl file version diffpublic void setSourceFileVersionId(long sourceFileVersionId)
setSourceFileVersionId
in interface SyncDLFileVersionDiffModel
sourceFileVersionId
- the source file version ID of this sync dl file version diffpublic void setSyncDLFileVersionDiffId(long syncDLFileVersionDiffId)
setSyncDLFileVersionDiffId
in interface SyncDLFileVersionDiffModel
syncDLFileVersionDiffId
- the sync dl file version diff ID of this sync dl file version diffpublic void setTargetFileVersionId(long targetFileVersionId)
setTargetFileVersionId
in interface SyncDLFileVersionDiffModel
targetFileVersionId
- 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>