Class FolderSpec

java.lang.Object
com.orchestranetworks.addon.dama.ext.bean.FolderSpec

public final class FolderSpec extends Object
Defines the specs to create Folder.
Since:
6.1.1
  • Constructor Details

    • FolderSpec

      public FolderSpec()
  • Method Details

    • getName

      public String getName()
      Returns the folder's name.
    • setName

      public void setName(String name)
      Specifies the folder's name.
    • getDescription

      public String getDescription()
      Returns the folder's description.
    • setDescription

      public void setDescription(String description)
      Specifies the folder's description.
    • getParentId

      public String getParentId()
      Returns the folder's parent id.
    • setParentId

      public void setParentId(String parentId)
      Specifies the folder's parent.
    • getDriveId

      public String getDriveId()
      Returns the folder's drive id.
    • setDriveId

      public void setDriveId(String driveId)
      Specifies the folder's drive.