java.lang.Object
com.appiancorp.suiteapi.portal.portlets.links.Folder
All Implemented Interfaces:
Serializable

@Deprecated public class Folder extends Object implements Serializable
Deprecated.
The Portal functionality will be removed in a future release. Use the Tempo Interface for similar functionality.
See Also:
  • Constructor Details

    • Folder

      public Folder()
      Deprecated.
  • Method Details

    • getId

      public Long getId()
      Deprecated.
      Get the id of this folder.
      Returns:
      The id.
    • setId

      public void setId(Long id_)
      Deprecated.
      Set the id of this folder.
      Parameters:
      id_ - The id.
    • getName

      public String getName()
      Deprecated.
      Get the name of this folder.
      Returns:
      The name.
    • setName

      public void setName(String name_)
      Deprecated.
      Set the name of this folder.
      Parameters:
      name_ - The name.