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

public final class Folder extends Object
Defines the Folder.
Since:
6.1.1
  • Constructor Details

    • Folder

      public Folder()
  • Method Details

    • getId

      public String getId()
      Returns the folder's id.
    • setId

      public void setId(String id)
      Specifies the folder's id.
    • 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.