Class DLFileShortcutWrapper
Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DLFileShortcut>
com.liferay.document.library.kernel.model.DLFileShortcutWrapper
- All Implemented Interfaces:
DLFileShortcut,DLFileShortcutModel,AuditedModel,BaseModel<DLFileShortcut>,CTModel<DLFileShortcut>,ClassedModel,ExternalReferenceCodeModel,GroupedModel,ModelWrapper<DLFileShortcut>,MVCCModel,PersistedModel,ShardedModel,StagedGroupedModel,StagedModel,TrashedModel,TreeModel,WorkflowedModel,Serializable,Cloneable,Comparable<DLFileShortcut>
public class DLFileShortcutWrapper
extends BaseModelWrapper<DLFileShortcut>
implements DLFileShortcut, ModelWrapper<DLFileShortcut>
This class is a wrapper for DLFileShortcut.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.document.library.kernel.model.DLFileShortcut
FILE_SHORTCUT_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the active of this document library file shortcut.longReturns the company ID of this document library file shortcut.Returns the create date of this document library file shortcut.longReturns the ct collection ID of this document library file shortcut.Returns the external reference code of this document library file shortcut.longReturns the file shortcut ID of this document library file shortcut.longReturns the folder ID of this document library file shortcut.longReturns the group ID of this document library file shortcut.Returns the last publish date of this document library file shortcut.Returns the modified date of this document library file shortcut.longReturns the mvcc version of this document library file shortcut.longReturns the primary key of this document library file shortcut.longReturns the repository ID of this document library file shortcut.intReturns the status of this document library file shortcut.longReturns the status by user ID of this document library file shortcut.Returns the status by user name of this document library file shortcut.Returns the status by user uuid of this document library file shortcut.Returns the status date of this document library file shortcut.longReturns the to file entry ID of this document library file shortcut.longReturns the class primary key of the trash entry for this document library file shortcut.Returns the tree path of this document library file shortcut.longReturns the user ID of this document library file shortcut.Returns the user name of this document library file shortcut.Returns the user uuid of this document library file shortcut.getUuid()Returns the uuid of this document library file shortcut.booleanisActive()Returnstrueif this document library file shortcut is active.booleanReturnstrueif this document library file shortcut is approved.booleanisDenied()Returnstrueif this document library file shortcut is denied.booleanisDraft()Returnstrueif this document library file shortcut is a draft.booleanReturnstrueif this document library file shortcut is expired.booleanReturnstrueif this document library file shortcut is inactive.booleanReturnstrueif this document library file shortcut is incomplete.booleanbooleanReturnstrueif this document library file shortcut is in the Recycle Bin.booleanReturnstrueif this document library file shortcut is pending.booleanReturnstrueif this document library file shortcut is scheduled.voidpersist()Updates this model instance in the database or adds it if it does not yet exist.voidsetActive(boolean active) Sets whether this document library file shortcut is active.voidsetCompanyId(long companyId) Sets the company ID of this document library file shortcut.voidsetCreateDate(Date createDate) Sets the create date of this document library file shortcut.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this document library file shortcut.voidsetExternalReferenceCode(String externalReferenceCode) Sets the external reference code of this document library file shortcut.voidsetFileShortcutId(long fileShortcutId) Sets the file shortcut ID of this document library file shortcut.voidsetFolderId(long folderId) Sets the folder ID of this document library file shortcut.voidsetGroupId(long groupId) Sets the group ID of this document library file shortcut.voidsetLastPublishDate(Date lastPublishDate) Sets the last publish date of this document library file shortcut.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this document library file shortcut.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this document library file shortcut.voidsetPrimaryKey(long primaryKey) Sets the primary key of this document library file shortcut.voidsetRepositoryId(long repositoryId) Sets the repository ID of this document library file shortcut.voidsetStatus(int status) Sets the status of this document library file shortcut.voidsetStatusByUserId(long statusByUserId) Sets the status by user ID of this document library file shortcut.voidsetStatusByUserName(String statusByUserName) Sets the status by user name of this document library file shortcut.voidsetStatusByUserUuid(String statusByUserUuid) Sets the status by user uuid of this document library file shortcut.voidsetStatusDate(Date statusDate) Sets the status date of this document library file shortcut.voidsetToFileEntryId(long toFileEntryId) Sets the to file entry ID of this document library file shortcut.voidsetTreePath(String treePath) Sets the tree path of this document library file shortcut.voidsetUserId(long userId) Sets the user ID of this document library file shortcut.voidsetUserName(String userName) Sets the user name of this document library file shortcut.voidsetUserUuid(String userUuid) Sets the user uuid of this document library file shortcut.voidSets the uuid of this document library file shortcut.voidupdateTreePath(String treePath) protected DLFileShortcutWrapperwrap(DLFileShortcut dlFileShortcut) Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModelMethods inherited from interface com.liferay.portal.kernel.model.StagedModel
cloneMethods inherited from interface com.liferay.portal.kernel.model.TreeModel
getPrimaryKeyObj
-
Constructor Details
-
DLFileShortcutWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfaceBaseModel<DLFileShortcut>
-
setModelAttributes
- Specified by:
setModelAttributesin interfaceBaseModel<DLFileShortcut>
-
buildTreePath
- Specified by:
buildTreePathin interfaceDLFileShortcut- Specified by:
buildTreePathin interfaceTreeModel- Throws:
PortalException
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfaceBaseModel<DLFileShortcut>- Specified by:
cloneWithOriginalValuesin interfaceDLFileShortcutModel
-
getActive
public boolean getActive()Returns the active of this document library file shortcut.- Specified by:
getActivein interfaceDLFileShortcutModel- Returns:
- the active of this document library file shortcut
-
getCompanyId
public long getCompanyId()Returns the company ID of this document library file shortcut.- Specified by:
getCompanyIdin interfaceAuditedModel- Specified by:
getCompanyIdin interfaceDLFileShortcutModel- Specified by:
getCompanyIdin interfaceShardedModel- Specified by:
getCompanyIdin interfaceStagedModel- Returns:
- the company ID of this document library file shortcut
-
getCreateDate
Returns the create date of this document library file shortcut.- Specified by:
getCreateDatein interfaceAuditedModel- Specified by:
getCreateDatein interfaceDLFileShortcutModel- Specified by:
getCreateDatein interfaceStagedModel- Returns:
- the create date of this document library file shortcut
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this document library file shortcut.- Specified by:
getCtCollectionIdin interfaceCTModel<DLFileShortcut>- Specified by:
getCtCollectionIdin interfaceDLFileShortcutModel- Returns:
- the ct collection ID of this document library file shortcut
-
getDLFolder
- Specified by:
getDLFolderin interfaceDLFileShortcut- Throws:
PortalException
-
getExternalReferenceCode
Returns the external reference code of this document library file shortcut.- Specified by:
getExternalReferenceCodein interfaceDLFileShortcutModel- Specified by:
getExternalReferenceCodein interfaceExternalReferenceCodeModel- Returns:
- the external reference code of this document library file shortcut
-
getFileShortcutId
public long getFileShortcutId()Returns the file shortcut ID of this document library file shortcut.- Specified by:
getFileShortcutIdin interfaceDLFileShortcutModel- Returns:
- the file shortcut ID of this document library file shortcut
-
getFileVersion
- Specified by:
getFileVersionin interfaceDLFileShortcut- Throws:
PortalException
-
getFolder
- Specified by:
getFolderin interfaceDLFileShortcut- Throws:
PortalException
-
getFolderId
public long getFolderId()Returns the folder ID of this document library file shortcut.- Specified by:
getFolderIdin interfaceDLFileShortcutModel- Returns:
- the folder ID of this document library file shortcut
-
getGroupId
public long getGroupId()Returns the group ID of this document library file shortcut.- Specified by:
getGroupIdin interfaceDLFileShortcutModel- Specified by:
getGroupIdin interfaceGroupedModel- Returns:
- the group ID of this document library file shortcut
-
getLastPublishDate
Returns the last publish date of this document library file shortcut.- Specified by:
getLastPublishDatein interfaceDLFileShortcutModel- Specified by:
getLastPublishDatein interfaceStagedGroupedModel- Returns:
- the last publish date of this document library file shortcut
-
getModifiedDate
Returns the modified date of this document library file shortcut.- Specified by:
getModifiedDatein interfaceAuditedModel- Specified by:
getModifiedDatein interfaceDLFileShortcutModel- Specified by:
getModifiedDatein interfaceStagedModel- Returns:
- the modified date of this document library file shortcut
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this document library file shortcut.- Specified by:
getMvccVersionin interfaceDLFileShortcutModel- Specified by:
getMvccVersionin interfaceMVCCModel- Returns:
- the mvcc version of this document library file shortcut
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this document library file shortcut.- Specified by:
getPrimaryKeyin interfaceCTModel<DLFileShortcut>- Specified by:
getPrimaryKeyin interfaceDLFileShortcutModel- Returns:
- the primary key of this document library file shortcut
-
getRepositoryId
public long getRepositoryId()Returns the repository ID of this document library file shortcut.- Specified by:
getRepositoryIdin interfaceDLFileShortcutModel- Returns:
- the repository ID of this document library file shortcut
-
getStatus
public int getStatus()Returns the status of this document library file shortcut.- Specified by:
getStatusin interfaceDLFileShortcutModel- Specified by:
getStatusin interfaceTrashedModel- Specified by:
getStatusin interfaceWorkflowedModel- Returns:
- the status of this document library file shortcut
-
getStatusByUserId
public long getStatusByUserId()Returns the status by user ID of this document library file shortcut.- Specified by:
getStatusByUserIdin interfaceDLFileShortcutModel- Specified by:
getStatusByUserIdin interfaceWorkflowedModel- Returns:
- the status by user ID of this document library file shortcut
-
getStatusByUserName
Returns the status by user name of this document library file shortcut.- Specified by:
getStatusByUserNamein interfaceDLFileShortcutModel- Specified by:
getStatusByUserNamein interfaceWorkflowedModel- Returns:
- the status by user name of this document library file shortcut
-
getStatusByUserUuid
Returns the status by user uuid of this document library file shortcut.- Specified by:
getStatusByUserUuidin interfaceDLFileShortcutModel- Specified by:
getStatusByUserUuidin interfaceWorkflowedModel- Returns:
- the status by user uuid of this document library file shortcut
-
getStatusDate
Returns the status date of this document library file shortcut.- Specified by:
getStatusDatein interfaceDLFileShortcutModel- Specified by:
getStatusDatein interfaceWorkflowedModel- Returns:
- the status date of this document library file shortcut
-
getToFileEntryId
public long getToFileEntryId()Returns the to file entry ID of this document library file shortcut.- Specified by:
getToFileEntryIdin interfaceDLFileShortcutModel- Returns:
- the to file entry ID of this document library file shortcut
-
getToTitle
- Specified by:
getToTitlein interfaceDLFileShortcut
-
getTrashEntryClassPK
public long getTrashEntryClassPK()Returns the class primary key of the trash entry for this document library file shortcut.- Specified by:
getTrashEntryClassPKin interfaceDLFileShortcutModel- Specified by:
getTrashEntryClassPKin interfaceTrashedModel- Returns:
- the class primary key of the trash entry for this document library file shortcut
-
getTreePath
Returns the tree path of this document library file shortcut.- Specified by:
getTreePathin interfaceDLFileShortcutModel- Specified by:
getTreePathin interfaceTreeModel- Returns:
- the tree path of this document library file shortcut
-
getUserId
public long getUserId()Returns the user ID of this document library file shortcut.- Specified by:
getUserIdin interfaceAuditedModel- Specified by:
getUserIdin interfaceDLFileShortcutModel- Returns:
- the user ID of this document library file shortcut
-
getUserName
Returns the user name of this document library file shortcut.- Specified by:
getUserNamein interfaceAuditedModel- Specified by:
getUserNamein interfaceDLFileShortcutModel- Returns:
- the user name of this document library file shortcut
-
getUserUuid
Returns the user uuid of this document library file shortcut.- Specified by:
getUserUuidin interfaceAuditedModel- Specified by:
getUserUuidin interfaceDLFileShortcutModel- Returns:
- the user uuid of this document library file shortcut
-
getUuid
Returns the uuid of this document library file shortcut.- Specified by:
getUuidin interfaceDLFileShortcutModel- Specified by:
getUuidin interfaceStagedModel- Returns:
- the uuid of this document library file shortcut
-
isActive
public boolean isActive()Returnstrueif this document library file shortcut is active.- Specified by:
isActivein interfaceDLFileShortcutModel- Returns:
trueif this document library file shortcut is active;falseotherwise
-
isApproved
public boolean isApproved()Returnstrueif this document library file shortcut is approved.- Specified by:
isApprovedin interfaceDLFileShortcutModel- Specified by:
isApprovedin interfaceWorkflowedModel- Returns:
trueif this document library file shortcut is approved;falseotherwise
-
isDenied
public boolean isDenied()Returnstrueif this document library file shortcut is denied.- Specified by:
isDeniedin interfaceDLFileShortcutModel- Specified by:
isDeniedin interfaceWorkflowedModel- Returns:
trueif this document library file shortcut is denied;falseotherwise
-
isDraft
public boolean isDraft()Returnstrueif this document library file shortcut is a draft.- Specified by:
isDraftin interfaceDLFileShortcutModel- Specified by:
isDraftin interfaceWorkflowedModel- Returns:
trueif this document library file shortcut is a draft;falseotherwise
-
isExpired
public boolean isExpired()Returnstrueif this document library file shortcut is expired.- Specified by:
isExpiredin interfaceDLFileShortcutModel- Specified by:
isExpiredin interfaceWorkflowedModel- Returns:
trueif this document library file shortcut is expired;falseotherwise
-
isInactive
public boolean isInactive()Returnstrueif this document library file shortcut is inactive.- Specified by:
isInactivein interfaceDLFileShortcutModel- Specified by:
isInactivein interfaceWorkflowedModel- Returns:
trueif this document library file shortcut is inactive;falseotherwise
-
isIncomplete
public boolean isIncomplete()Returnstrueif this document library file shortcut is incomplete.- Specified by:
isIncompletein interfaceDLFileShortcutModel- Specified by:
isIncompletein interfaceWorkflowedModel- Returns:
trueif this document library file shortcut is incomplete;falseotherwise
-
isInHiddenFolder
public boolean isInHiddenFolder()- Specified by:
isInHiddenFolderin interfaceDLFileShortcut
-
isInTrash
public boolean isInTrash()Returnstrueif this document library file shortcut is in the Recycle Bin.- Specified by:
isInTrashin interfaceDLFileShortcutModel- Specified by:
isInTrashin interfaceTrashedModel- Returns:
trueif this document library file shortcut is in the Recycle Bin;falseotherwise
-
isPending
public boolean isPending()Returnstrueif this document library file shortcut is pending.- Specified by:
isPendingin interfaceDLFileShortcutModel- Specified by:
isPendingin interfaceWorkflowedModel- Returns:
trueif this document library file shortcut is pending;falseotherwise
-
isScheduled
public boolean isScheduled()Returnstrueif this document library file shortcut is scheduled.- Specified by:
isScheduledin interfaceDLFileShortcutModel- Specified by:
isScheduledin interfaceWorkflowedModel- Returns:
trueif this document library file shortcut is scheduled;falseotherwise
-
persist
public void persist()Description copied from interface:PersistedModelUpdates this model instance in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.- Specified by:
persistin interfacePersistedModel
-
setActive
public void setActive(boolean active) Sets whether this document library file shortcut is active.- Specified by:
setActivein interfaceDLFileShortcutModel- Parameters:
active- the active of this document library file shortcut
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this document library file shortcut.- Specified by:
setCompanyIdin interfaceAuditedModel- Specified by:
setCompanyIdin interfaceDLFileShortcutModel- Specified by:
setCompanyIdin interfaceShardedModel- Specified by:
setCompanyIdin interfaceStagedModel- Parameters:
companyId- the company ID of this document library file shortcut
-
setCreateDate
Sets the create date of this document library file shortcut.- Specified by:
setCreateDatein interfaceAuditedModel- Specified by:
setCreateDatein interfaceDLFileShortcutModel- Specified by:
setCreateDatein interfaceStagedModel- Parameters:
createDate- the create date of this document library file shortcut
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this document library file shortcut.- Specified by:
setCtCollectionIdin interfaceCTModel<DLFileShortcut>- Specified by:
setCtCollectionIdin interfaceDLFileShortcutModel- Parameters:
ctCollectionId- the ct collection ID of this document library file shortcut
-
setExternalReferenceCode
Sets the external reference code of this document library file shortcut.- Specified by:
setExternalReferenceCodein interfaceDLFileShortcutModel- Specified by:
setExternalReferenceCodein interfaceExternalReferenceCodeModel- Parameters:
externalReferenceCode- the external reference code of this document library file shortcut
-
setFileShortcutId
public void setFileShortcutId(long fileShortcutId) Sets the file shortcut ID of this document library file shortcut.- Specified by:
setFileShortcutIdin interfaceDLFileShortcutModel- Parameters:
fileShortcutId- the file shortcut ID of this document library file shortcut
-
setFolderId
public void setFolderId(long folderId) Sets the folder ID of this document library file shortcut.- Specified by:
setFolderIdin interfaceDLFileShortcutModel- Parameters:
folderId- the folder ID of this document library file shortcut
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this document library file shortcut.- Specified by:
setGroupIdin interfaceDLFileShortcutModel- Specified by:
setGroupIdin interfaceGroupedModel- Parameters:
groupId- the group ID of this document library file shortcut
-
setLastPublishDate
Sets the last publish date of this document library file shortcut.- Specified by:
setLastPublishDatein interfaceDLFileShortcutModel- Specified by:
setLastPublishDatein interfaceStagedGroupedModel- Parameters:
lastPublishDate- the last publish date of this document library file shortcut
-
setModifiedDate
Sets the modified date of this document library file shortcut.- Specified by:
setModifiedDatein interfaceAuditedModel- Specified by:
setModifiedDatein interfaceDLFileShortcutModel- Specified by:
setModifiedDatein interfaceStagedModel- Parameters:
modifiedDate- the modified date of this document library file shortcut
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this document library file shortcut.- Specified by:
setMvccVersionin interfaceDLFileShortcutModel- Specified by:
setMvccVersionin interfaceMVCCModel- Parameters:
mvccVersion- the mvcc version of this document library file shortcut
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this document library file shortcut.- Specified by:
setPrimaryKeyin interfaceCTModel<DLFileShortcut>- Specified by:
setPrimaryKeyin interfaceDLFileShortcutModel- Parameters:
primaryKey- the primary key of this document library file shortcut
-
setRepositoryId
public void setRepositoryId(long repositoryId) Sets the repository ID of this document library file shortcut.- Specified by:
setRepositoryIdin interfaceDLFileShortcutModel- Parameters:
repositoryId- the repository ID of this document library file shortcut
-
setStatus
public void setStatus(int status) Sets the status of this document library file shortcut.- Specified by:
setStatusin interfaceDLFileShortcutModel- Specified by:
setStatusin interfaceWorkflowedModel- Parameters:
status- the status of this document library file shortcut
-
setStatusByUserId
public void setStatusByUserId(long statusByUserId) Sets the status by user ID of this document library file shortcut.- Specified by:
setStatusByUserIdin interfaceDLFileShortcutModel- Specified by:
setStatusByUserIdin interfaceWorkflowedModel- Parameters:
statusByUserId- the status by user ID of this document library file shortcut
-
setStatusByUserName
Sets the status by user name of this document library file shortcut.- Specified by:
setStatusByUserNamein interfaceDLFileShortcutModel- Specified by:
setStatusByUserNamein interfaceWorkflowedModel- Parameters:
statusByUserName- the status by user name of this document library file shortcut
-
setStatusByUserUuid
Sets the status by user uuid of this document library file shortcut.- Specified by:
setStatusByUserUuidin interfaceDLFileShortcutModel- Specified by:
setStatusByUserUuidin interfaceWorkflowedModel- Parameters:
statusByUserUuid- the status by user uuid of this document library file shortcut
-
setStatusDate
Sets the status date of this document library file shortcut.- Specified by:
setStatusDatein interfaceDLFileShortcutModel- Specified by:
setStatusDatein interfaceWorkflowedModel- Parameters:
statusDate- the status date of this document library file shortcut
-
setToFileEntryId
public void setToFileEntryId(long toFileEntryId) Sets the to file entry ID of this document library file shortcut.- Specified by:
setToFileEntryIdin interfaceDLFileShortcutModel- Parameters:
toFileEntryId- the to file entry ID of this document library file shortcut
-
setTreePath
Sets the tree path of this document library file shortcut.- Specified by:
setTreePathin interfaceDLFileShortcutModel- Parameters:
treePath- the tree path of this document library file shortcut
-
setUserId
public void setUserId(long userId) Sets the user ID of this document library file shortcut.- Specified by:
setUserIdin interfaceAuditedModel- Specified by:
setUserIdin interfaceDLFileShortcutModel- Parameters:
userId- the user ID of this document library file shortcut
-
setUserName
Sets the user name of this document library file shortcut.- Specified by:
setUserNamein interfaceAuditedModel- Specified by:
setUserNamein interfaceDLFileShortcutModel- Parameters:
userName- the user name of this document library file shortcut
-
setUserUuid
Sets the user uuid of this document library file shortcut.- Specified by:
setUserUuidin interfaceAuditedModel- Specified by:
setUserUuidin interfaceDLFileShortcutModel- Parameters:
userUuid- the user uuid of this document library file shortcut
-
setUuid
Sets the uuid of this document library file shortcut.- Specified by:
setUuidin interfaceDLFileShortcutModel- Specified by:
setUuidin interfaceStagedModel- Parameters:
uuid- the uuid of this document library file shortcut
-
toXmlString
- Specified by:
toXmlStringin interfaceDLFileShortcutModel
-
updateTreePath
- Specified by:
updateTreePathin interfaceTreeModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctionsin interfaceBaseModel<DLFileShortcut>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumersin interfaceBaseModel<DLFileShortcut>
-
getStagedModelType
- Specified by:
getStagedModelTypein interfaceStagedModel
-
wrap
- Specified by:
wrapin classBaseModelWrapper<DLFileShortcut>
-