Class BoxMessage

java.lang.Object
bld.generator.report.excel.dropdown.BoxMessage

public class BoxMessage extends Object
The Class BoxMessage.
  • Constructor Details

    • BoxMessage

      public BoxMessage()
      Instantiates a new box message.
  • Method Details

    • isShow

      public boolean isShow()
      Checks if is show.
      Returns:
      true, if is show
    • setShow

      public void setShow(boolean show)
      Sets the show.
      Parameters:
      show - the new show
    • getBoxStyle

      public BoxStyle getBoxStyle()
      Gets the box style.
      Returns:
      the box style
    • setBoxStyle

      public void setBoxStyle(BoxStyle boxStyle)
      Sets the box style.
      Parameters:
      boxStyle - the new box style
    • getTitle

      public String getTitle()
      Gets the title.
      Returns:
      the title
    • setTitle

      public void setTitle(String title)
      Sets the title.
      Parameters:
      title - the new title
    • getMessage

      public String getMessage()
      Gets the message.
      Returns:
      the message
    • setMessage

      public void setMessage(String message)
      Sets the message.
      Parameters:
      message - the new message