@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 |
---|---|
java.lang.Object |
clone() |
int |
compareTo(SyncDLFileVersionDiff syncDLFileVersionDiff) |
long |
getDataFileEntryId()
Returns the data file entry ID of this sync dl file version diff.
|
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
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.
|
java.io.Serializable |
getPrimaryKeyObj() |
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.
|
int |
hashCode() |
boolean |
isCachedModel() |
boolean |
isEscapedModel() |
boolean |
isNew() |
void |
setCachedModel(boolean cachedModel) |
void |
setDataFileEntryId(long dataFileEntryId)
Sets the data file entry ID of this sync dl file version diff.
|
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel) |
void |
setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
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 |
setNew(boolean n) |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this sync dl file version diff.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
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.
|
com.liferay.portal.kernel.model.CacheModel<SyncDLFileVersionDiff> |
toCacheModel() |
SyncDLFileVersionDiff |
toEscapedModel() |
java.lang.String |
toString() |
SyncDLFileVersionDiff |
toUnescapedModel() |
java.lang.String |
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 diffboolean isNew()
isNew
in interface com.liferay.portal.kernel.model.BaseModel<SyncDLFileVersionDiff>
void setNew(boolean n)
setNew
in interface com.liferay.portal.kernel.model.BaseModel<SyncDLFileVersionDiff>
boolean isCachedModel()
isCachedModel
in interface com.liferay.portal.kernel.model.BaseModel<SyncDLFileVersionDiff>
void setCachedModel(boolean cachedModel)
setCachedModel
in interface com.liferay.portal.kernel.model.BaseModel<SyncDLFileVersionDiff>
boolean isEscapedModel()
isEscapedModel
in interface com.liferay.portal.kernel.model.BaseModel<SyncDLFileVersionDiff>
java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<SyncDLFileVersionDiff>
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<SyncDLFileVersionDiff>
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge
in interface com.liferay.portal.kernel.model.BaseModel<SyncDLFileVersionDiff>
getExpandoBridge
in interface com.liferay.portal.kernel.model.ClassedModel
void setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel)
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<SyncDLFileVersionDiff>
void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<SyncDLFileVersionDiff>
void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<SyncDLFileVersionDiff>
java.lang.Object clone()
clone
in interface com.liferay.portal.kernel.model.BaseModel<SyncDLFileVersionDiff>
int compareTo(SyncDLFileVersionDiff syncDLFileVersionDiff)
compareTo
in interface java.lang.Comparable<SyncDLFileVersionDiff>
int hashCode()
hashCode
in class java.lang.Object
com.liferay.portal.kernel.model.CacheModel<SyncDLFileVersionDiff> toCacheModel()
toCacheModel
in interface com.liferay.portal.kernel.model.BaseModel<SyncDLFileVersionDiff>
SyncDLFileVersionDiff toEscapedModel()
toEscapedModel
in interface com.liferay.portal.kernel.model.BaseModel<SyncDLFileVersionDiff>
SyncDLFileVersionDiff toUnescapedModel()
toUnescapedModel
in interface com.liferay.portal.kernel.model.BaseModel<SyncDLFileVersionDiff>
java.lang.String toString()
toString
in class java.lang.Object
java.lang.String toXmlString()
toXmlString
in interface com.liferay.portal.kernel.model.BaseModel<SyncDLFileVersionDiff>