Class ExcelBoxMessageImpl
java.lang.Object
bld.generator.report.excel.annotation.impl.ExcelAnnotationImpl<ExcelBoxMessage>
bld.generator.report.excel.annotation.impl.ExcelBoxMessageImpl
- All Implemented Interfaces:
Cloneable
The Class ExcelBoxImpl.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new excel box impl.ExcelBoxMessageImpl(boolean show, BoxStyle boxStyle, String title, String message) Instantiates a new excel box impl. -
Method Summary
Modifier and TypeMethodDescriptionbooleanEquals.Gets the box style.Gets the message.getTitle()Gets the title.inthashCode()Hash code.booleanisShow()Checks if is show.voidsetBoxStyle(BoxStyle boxStyle) Sets the box style.voidsetMessage(String message) Sets the message.voidsetShow(boolean show) Sets the show.voidSets the title.Methods inherited from class bld.generator.report.excel.annotation.impl.ExcelAnnotationImpl
clone, getAnnotation, getClassAnnotation
-
Constructor Details
-
ExcelBoxMessageImpl
public ExcelBoxMessageImpl()Instantiates a new excel box impl. -
ExcelBoxMessageImpl
Instantiates a new excel box impl.- Parameters:
show- the showboxStyle- the box styletitle- the titlemessage- 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
Gets the box style.- Returns:
- the box style
-
setBoxStyle
Sets the box style.- Parameters:
boxStyle- the new box style
-
getTitle
Gets the title.- Returns:
- the title
-
setTitle
Sets the title.- Parameters:
title- the new title
-
getMessage
Gets the message.- Returns:
- the message
-
setMessage
Sets the message.- Parameters:
message- the new message
-
hashCode
public int hashCode()Hash code. -
equals
Equals.
-