Class ExcelBoxMessageImpl

java.lang.Object
bld.generator.report.excel.annotation.impl.ExcelAnnotationImpl<ExcelBoxMessage>
bld.generator.report.excel.annotation.impl.ExcelBoxMessageImpl
All Implemented Interfaces:
Cloneable

public class ExcelBoxMessageImpl extends ExcelAnnotationImpl<ExcelBoxMessage>
The Class ExcelBoxImpl.
  • Constructor Details

    • ExcelBoxMessageImpl

      public ExcelBoxMessageImpl()
      Instantiates a new excel box impl.
    • ExcelBoxMessageImpl

      public ExcelBoxMessageImpl(boolean show, BoxStyle boxStyle, String title, String message)
      Instantiates a new excel box impl.
      Parameters:
      show - the show
      boxStyle - the box style
      title - the title
      message - the 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
    • hashCode

      public int hashCode()
      Hash code.
      Overrides:
      hashCode in class Object
      Returns:
      the int
    • equals

      public boolean equals(Object obj)
      Equals.
      Overrides:
      equals in class Object
      Parameters:
      obj - the obj
      Returns:
      true, if successful