Package com.stimulsoft.base.noteces
Class StiNotice
java.lang.Object
com.stimulsoft.base.noteces.StiNotice
Copyright Stimulsoft
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StiNoticecreate(StiNoticeIdent ident) protected booleanbooleanintgetIdent()voidsetArguments(List<String> arguments) voidsetCustomMessage(String customMessage) voidsetIdent(StiNoticeIdent ident) toString()
-
Field Details
-
ident
-
arguments
-
customMessage
-
-
Constructor Details
-
StiNotice
public StiNotice()
-
-
Method Details
-
getIdent
- Returns:
- the ident
-
setIdent
- Parameters:
ident- the ident to set
-
getArguments
- Returns:
- the arguments
-
setArguments
- Parameters:
arguments- the arguments to set
-
getCustomMessage
- Returns:
- the customMessage
-
setCustomMessage
- Parameters:
customMessage- the customMessage to set
-
equals
-
equals
-
getHashCode
public int getHashCode() -
toString
-
create
-