java.lang.Object
com.appiancorp.suiteapi.portal.portlets.links.LinkType
All Implemented Interfaces:
DeepCloneable, Serializable, Cloneable

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

    • LOG

      protected static final org.apache.log4j.Logger LOG
      Deprecated.
  • Constructor Details

    • LinkType

      public LinkType()
      Deprecated.
  • Method Details

    • equals

      public boolean equals(Object obj_)
      Deprecated.
      Is this LinkType equal to the given object?
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object
    • clone

      public Object clone()
      Deprecated.
      Clone this object.
      Specified by:
      clone in interface DeepCloneable
      Overrides:
      clone in class Object
      Returns:
    • getDescription

      public String getDescription()
      Deprecated.
      Get the link type's description.
      Returns:
      The description.
    • setDescription

      public void setDescription(String description_)
      Deprecated.
      Set the link type's description.
      Parameters:
      description_ - The description.
    • getId

      public Long getId()
      Deprecated.
      Get the link type's id.
      Returns:
      The id.
    • setId

      public void setId(Long id_)
      Deprecated.
      Set the link type's id
      Parameters:
      id_ - The id.
    • getName

      public String getName()
      Deprecated.
      Get the link type's name.
      Returns:
      The name.
    • setName

      public void setName(String name_)
      Deprecated.
      Set the link type's name.
      Parameters:
      name_ - The name.
    • getPrefix

      public String getPrefix()
      Deprecated.
      Get the link type's prefix. The prefix will be included in links of this link type before the url.
      Returns:
      The prefix
    • setPrefix

      public void setPrefix(String prefix_)
      Deprecated.
      Set the link type's prefix. The prefix will be included in links of this link type before the url.
      Parameters:
      prefix_ - The prefix.
    • getSuffix

      public String getSuffix()
      Deprecated.
      Get the link type's suffix. The suffix will be included in links of this link type after the url.
      Returns:
      The suffix.
    • setSuffix

      public void setSuffix(String suffix_)
      Deprecated.
      Set the link type's suffix. The suffix will be included in links of this link type after the url.
      Parameters:
      suffix_ - The suffix.
    • getLocalObjectType

      public Integer getLocalObjectType()
      Deprecated.
      Returns:
      Returns the localObjectType. Null, if the link type does not refer to a LocalObject
    • setLocalObjectType

      public void setLocalObjectType(Integer localObjectType_)
      Deprecated.
      Sets the local object type of this link type. Will be null if the link type does not refer to a local object
      Parameters:
      localObjectType_ - The localObjectType to set.