Class FolderSpec
java.lang.Object
com.orchestranetworks.addon.dama.ext.bean.FolderSpec
Defines the specs to create Folder.
- Since:
- 6.1.1
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the folder's description.Returns the folder's drive id.getName()
Returns the folder's name.Returns the folder's parent id.void
setDescription
(String description) Specifies the folder's description.void
setDriveId
(String driveId) Specifies the folder's drive.void
Specifies the folder's name.void
setParentId
(String parentId) Specifies the folder's parent.
-
Constructor Details
-
FolderSpec
public FolderSpec()
-
-
Method Details
-
getName
Returns the folder's name. -
setName
Specifies the folder's name. -
getDescription
Returns the folder's description. -
setDescription
Specifies the folder's description. -
getParentId
Returns the folder's parent id. -
setParentId
Specifies the folder's parent. -
getDriveId
Returns the folder's drive id. -
setDriveId
Specifies the folder's drive.
-