com.stimulsoft.base.noteces
Class StiNotice

java.lang.Object
  extended by com.stimulsoft.base.noteces.StiNotice

public class StiNotice
extends java.lang.Object

Copyright Stimulsoft


Field Summary
 java.util.List<java.lang.String> arguments
           
 java.lang.String customMessage
           
 StiNoticeIdent ident
           
 
Constructor Summary
StiNotice()
           
 
Method Summary
static StiNotice create(StiNoticeIdent ident)
           
 boolean equals(java.lang.Object obj)
           
protected  boolean equals(StiNotice other)
           
 java.util.List<java.lang.String> getArguments()
           
 java.lang.String getCustomMessage()
           
 int getHashCode()
           
 StiNoticeIdent getIdent()
           
 void setArguments(java.util.List<java.lang.String> arguments)
           
 void setCustomMessage(java.lang.String customMessage)
           
 void setIdent(StiNoticeIdent ident)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ident

public StiNoticeIdent ident

arguments

public java.util.List<java.lang.String> arguments

customMessage

public java.lang.String customMessage
Constructor Detail

StiNotice

public StiNotice()
Method Detail

getIdent

public StiNoticeIdent getIdent()
Returns:
the ident

setIdent

public void setIdent(StiNoticeIdent ident)
Parameters:
ident - the ident to set

getArguments

public java.util.List<java.lang.String> getArguments()
Returns:
the arguments

setArguments

public void setArguments(java.util.List<java.lang.String> arguments)
Parameters:
arguments - the arguments to set

getCustomMessage

public java.lang.String getCustomMessage()
Returns:
the customMessage

setCustomMessage

public void setCustomMessage(java.lang.String customMessage)
Parameters:
customMessage - the customMessage to set

equals

protected boolean equals(StiNotice other)

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

getHashCode

public int getHashCode()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

create

public static StiNotice create(StiNoticeIdent ident)


Copyright © 2018 Stimulsoft. All Rights Reserved.