Class NavigationMenu

java.lang.Object
com.appiancorp.suiteapi.portal.NavigationMenu

@Deprecated public class NavigationMenu extends Object
Deprecated.
The Portal functionality will be removed in a future release. Use the Tempo Interface for similar functionality.
  • Constructor Details

    • NavigationMenu

      public NavigationMenu()
      Deprecated.
  • Method Details

    • getDescription

      public String getDescription()
      Deprecated.
    • setDescription

      public void setDescription(String description_)
      Deprecated.
    • getId

      public Long getId()
      Deprecated.
    • setId

      public void setId(Long id_)
      Deprecated.
    • getKey

      public String getKey()
      Deprecated.
    • setKey

      public void setKey(String key_)
      Deprecated.
    • getPath

      public String getPath()
      Deprecated.
    • setPath

      public void setPath(String path_)
      Deprecated.
    • hashCode

      public int hashCode()
      Deprecated.
      Returns the hashcode for this NavigationMenu. Two NavigationMenu objects that have the same key will have the same hashcode.
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Deprecated.
      Compares two NavigationMenu objects for equality. Two objects are equal if they have the same key.
      Overrides:
      equals in class Object