Class Folder
java.lang.Object
com.orchestranetworks.addon.dama.ext.bean.Folder
Defines the Folder.
- Since:
- 6.1.1
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the folder's description.Returns the folder's drive id.getId()
Returns the folder's 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 id.void
Specifies the folder's name.void
setParentId
(String parentId) Specifies the folder's parent.
-
Constructor Details
-
Folder
public Folder()
-
-
Method Details
-
getId
Returns the folder's id. -
setId
Specifies the folder's id. -
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.
-