@ProviderType public interface SyncDLObjectModel extends com.liferay.portal.kernel.model.BaseModel<SyncDLObject>, com.liferay.portal.kernel.model.ShardedModel
This interface and its corresponding implementation com.liferay.sync.model.impl.SyncDLObjectModelImpl
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.SyncDLObjectImpl
.
SyncDLObject
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getChangeLog()
Returns the change log of this sync dl object.
|
java.lang.String |
getChecksum()
Returns the checksum of this sync dl object.
|
long |
getCompanyId()
Returns the company ID of this sync dl object.
|
long |
getCreateTime()
Returns the create time of this sync dl object.
|
java.lang.String |
getDescription()
Returns the description of this sync dl object.
|
java.lang.String |
getEvent()
Returns the event of this sync dl object.
|
java.lang.String |
getExtension()
Returns the extension of this sync dl object.
|
java.lang.String |
getExtraSettings()
Returns the extra settings of this sync dl object.
|
java.lang.String |
getLanTokenKey()
Returns the lan token key of this sync dl object.
|
java.util.Date |
getLastPermissionChangeDate()
Returns the last permission change date of this sync dl object.
|
java.util.Date |
getLockExpirationDate()
Returns the lock expiration date of this sync dl object.
|
long |
getLockUserId()
Returns the lock user ID of this sync dl object.
|
java.lang.String |
getLockUserName()
Returns the lock user name of this sync dl object.
|
java.lang.String |
getLockUserUuid()
Returns the lock user uuid of this sync dl object.
|
java.lang.String |
getMimeType()
Returns the mime type of this sync dl object.
|
long |
getModifiedTime()
Returns the modified time of this sync dl object.
|
java.lang.String |
getName()
Returns the name of this sync dl object.
|
long |
getParentFolderId()
Returns the parent folder ID of this sync dl object.
|
long |
getPrimaryKey()
Returns the primary key of this sync dl object.
|
long |
getRepositoryId()
Returns the repository ID of this sync dl object.
|
long |
getSize()
Returns the size of this sync dl object.
|
long |
getSyncDLObjectId()
Returns the sync dl object ID of this sync dl object.
|
java.lang.String |
getTreePath()
Returns the tree path of this sync dl object.
|
java.lang.String |
getType()
Returns the type of this sync dl object.
|
long |
getTypePK()
Returns the type pk of this sync dl object.
|
java.lang.String |
getTypeUuid()
Returns the type uuid of this sync dl object.
|
long |
getUserId()
Returns the user ID of this sync dl object.
|
java.lang.String |
getUserName()
Returns the user name of this sync dl object.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this sync dl object.
|
java.lang.String |
getVersion()
Returns the version of this sync dl object.
|
long |
getVersionId()
Returns the version ID of this sync dl object.
|
void |
setChangeLog(java.lang.String changeLog)
Sets the change log of this sync dl object.
|
void |
setChecksum(java.lang.String checksum)
Sets the checksum of this sync dl object.
|
void |
setCompanyId(long companyId)
Sets the company ID of this sync dl object.
|
void |
setCreateTime(long createTime)
Sets the create time of this sync dl object.
|
void |
setDescription(java.lang.String description)
Sets the description of this sync dl object.
|
void |
setEvent(java.lang.String event)
Sets the event of this sync dl object.
|
void |
setExtension(java.lang.String extension)
Sets the extension of this sync dl object.
|
void |
setExtraSettings(java.lang.String extraSettings)
Sets the extra settings of this sync dl object.
|
void |
setLanTokenKey(java.lang.String lanTokenKey)
Sets the lan token key of this sync dl object.
|
void |
setLastPermissionChangeDate(java.util.Date lastPermissionChangeDate)
Sets the last permission change date of this sync dl object.
|
void |
setLockExpirationDate(java.util.Date lockExpirationDate)
Sets the lock expiration date of this sync dl object.
|
void |
setLockUserId(long lockUserId)
Sets the lock user ID of this sync dl object.
|
void |
setLockUserName(java.lang.String lockUserName)
Sets the lock user name of this sync dl object.
|
void |
setLockUserUuid(java.lang.String lockUserUuid)
Sets the lock user uuid of this sync dl object.
|
void |
setMimeType(java.lang.String mimeType)
Sets the mime type of this sync dl object.
|
void |
setModifiedTime(long modifiedTime)
Sets the modified time of this sync dl object.
|
void |
setName(java.lang.String name)
Sets the name of this sync dl object.
|
void |
setParentFolderId(long parentFolderId)
Sets the parent folder ID of this sync dl object.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this sync dl object.
|
void |
setRepositoryId(long repositoryId)
Sets the repository ID of this sync dl object.
|
void |
setSize(long size)
Sets the size of this sync dl object.
|
void |
setSyncDLObjectId(long syncDLObjectId)
Sets the sync dl object ID of this sync dl object.
|
void |
setTreePath(java.lang.String treePath)
Sets the tree path of this sync dl object.
|
void |
setType(java.lang.String type)
Sets the type of this sync dl object.
|
void |
setTypePK(long typePK)
Sets the type pk of this sync dl object.
|
void |
setTypeUuid(java.lang.String typeUuid)
Sets the type uuid of this sync dl object.
|
void |
setUserId(long userId)
Sets the user ID of this sync dl object.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this sync dl object.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this sync dl object.
|
void |
setVersion(java.lang.String version)
Sets the version of this sync dl object.
|
void |
setVersionId(long versionId)
Sets the version ID of this sync dl object.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, 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 objectlong getSyncDLObjectId()
void setSyncDLObjectId(long syncDLObjectId)
syncDLObjectId
- the sync dl object ID of this sync dl objectlong getCompanyId()
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
void setCompanyId(long companyId)
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
companyId
- the company ID of this sync dl objectlong getUserId()
void setUserId(long userId)
userId
- the user ID of this sync dl objectjava.lang.String getUserUuid()
void setUserUuid(java.lang.String userUuid)
userUuid
- the user uuid of this sync dl object@AutoEscape java.lang.String getUserName()
void setUserName(java.lang.String userName)
userName
- the user name of this sync dl objectlong getCreateTime()
void setCreateTime(long createTime)
createTime
- the create time of this sync dl objectlong getModifiedTime()
void setModifiedTime(long modifiedTime)
modifiedTime
- the modified time of this sync dl objectlong getRepositoryId()
void setRepositoryId(long repositoryId)
repositoryId
- the repository ID of this sync dl objectlong getParentFolderId()
void setParentFolderId(long parentFolderId)
parentFolderId
- the parent folder ID of this sync dl object@AutoEscape java.lang.String getTreePath()
void setTreePath(java.lang.String treePath)
treePath
- the tree path of this sync dl object@AutoEscape java.lang.String getName()
void setName(java.lang.String name)
name
- the name of this sync dl object@AutoEscape java.lang.String getExtension()
void setExtension(java.lang.String extension)
extension
- the extension of this sync dl object@AutoEscape java.lang.String getMimeType()
void setMimeType(java.lang.String mimeType)
mimeType
- the mime type of this sync dl object@AutoEscape java.lang.String getDescription()
void setDescription(java.lang.String description)
description
- the description of this sync dl object@AutoEscape java.lang.String getChangeLog()
void setChangeLog(java.lang.String changeLog)
changeLog
- the change log of this sync dl object@AutoEscape java.lang.String getExtraSettings()
void setExtraSettings(java.lang.String extraSettings)
extraSettings
- the extra settings of this sync dl object@AutoEscape java.lang.String getVersion()
void setVersion(java.lang.String version)
version
- the version of this sync dl objectlong getVersionId()
void setVersionId(long versionId)
versionId
- the version ID of this sync dl objectlong getSize()
void setSize(long size)
size
- the size of this sync dl object@AutoEscape java.lang.String getChecksum()
void setChecksum(java.lang.String checksum)
checksum
- the checksum of this sync dl object@AutoEscape java.lang.String getEvent()
void setEvent(java.lang.String event)
event
- the event of this sync dl object@AutoEscape java.lang.String getLanTokenKey()
void setLanTokenKey(java.lang.String lanTokenKey)
lanTokenKey
- the lan token key of this sync dl objectjava.util.Date getLastPermissionChangeDate()
void setLastPermissionChangeDate(java.util.Date lastPermissionChangeDate)
lastPermissionChangeDate
- the last permission change date of this sync dl objectjava.util.Date getLockExpirationDate()
void setLockExpirationDate(java.util.Date lockExpirationDate)
lockExpirationDate
- the lock expiration date of this sync dl objectlong getLockUserId()
void setLockUserId(long lockUserId)
lockUserId
- the lock user ID of this sync dl objectjava.lang.String getLockUserUuid()
void setLockUserUuid(java.lang.String lockUserUuid)
lockUserUuid
- the lock user uuid of this sync dl object@AutoEscape java.lang.String getLockUserName()
void setLockUserName(java.lang.String lockUserName)
lockUserName
- the lock user name of this sync dl object@AutoEscape java.lang.String getType()
void setType(java.lang.String type)
type
- the type of this sync dl objectlong getTypePK()
void setTypePK(long typePK)
typePK
- the type pk of this sync dl object@AutoEscape java.lang.String getTypeUuid()
void setTypeUuid(java.lang.String typeUuid)
typeUuid
- the type uuid of this sync dl object