@ProviderType public interface SyncDLFileVersionDiffModel extends com.liferay.portal.kernel.model.BaseModel<SyncDLFileVersionDiff>
This interface and its corresponding implementation com.liferay.sync.model.impl.SyncDLFileVersionDiffModelImpl
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.sync.model.impl.SyncDLFileVersionDiffImpl
.
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.
|
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 |
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 |
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.
|
clone, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlString
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey
- the primary key of this sync dl file version difflong getSyncDLFileVersionDiffId()
void setSyncDLFileVersionDiffId(long syncDLFileVersionDiffId)
syncDLFileVersionDiffId
- the sync dl file version diff ID of this sync dl file version difflong getFileEntryId()
void setFileEntryId(long fileEntryId)
fileEntryId
- the file entry ID of this sync dl file version difflong getSourceFileVersionId()
void setSourceFileVersionId(long sourceFileVersionId)
sourceFileVersionId
- the source file version ID of this sync dl file version difflong getTargetFileVersionId()
void setTargetFileVersionId(long targetFileVersionId)
targetFileVersionId
- the target file version ID of this sync dl file version difflong getDataFileEntryId()
void setDataFileEntryId(long dataFileEntryId)
dataFileEntryId
- the data file entry ID of this sync dl file version difflong getSize()
void setSize(long size)
size
- the size of this sync dl file version diffjava.util.Date getExpirationDate()
void setExpirationDate(java.util.Date expirationDate)
expirationDate
- the expiration date of this sync dl file version diff