java.lang.Object
com.appiancorp.suiteapi.portal.portlets.leadermessage.LeaderMessage
All Implemented Interfaces:
Serializable

@Deprecated public class LeaderMessage extends Object implements Serializable
Deprecated.
The Leader Message channel and code will be removed in a future release.
See Also:
  • Constructor Details

    • LeaderMessage

      public LeaderMessage()
      Deprecated.
  • Method Details

    • getId

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

      public void setId(Long id_)
      Deprecated.
      Set the leader message's id.
      Parameters:
      id_ - The id.
    • getImageUrl

      public String getImageUrl()
      Deprecated.
      Get the url of the image to be displayed in the leader message.
      Returns:
      The image url.
    • setImageUrl

      public void setImageUrl(String imageUrl_)
      Deprecated.
      Set the url of the image to be displayed in the leader message.
      Parameters:
      imageUrl_ - The image url.
    • getLink

      public Link getLink()
      Deprecated.
      Get the Link associated with this leader message.
      Returns:
      The link.
    • setLink

      public void setLink(Link link_)
      Deprecated.
      Set the Link associated with this leader message.
      Parameters:
      link_ - The link.
    • getMessage

      public String getMessage()
      Deprecated.
      Get the body of this message.
      Returns:
      The body.
    • setMessage

      public void setMessage(String message_)
      Deprecated.
      Set the body of this message.
      Parameters:
      message_ - The body.
    • getTitle

      public String getTitle()
      Deprecated.
      Get the title.
      Returns:
      The title.
    • setTitle

      public void setTitle(String title_)
      Deprecated.
      Set the title
      Parameters:
      title_ - The title.