com.stimulsoft.base.noteces
Class StiNotice

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

public class StiNotice
extends Object

Copyright Stimulsoft


Field Summary
 List<String> arguments
           
 String customMessage
           
 StiNoticeIdent ident
           
 
Constructor Summary
StiNotice()
           
 
Method Summary
static StiNotice create(StiNoticeIdent ident)
           
 boolean equals(Object obj)
           
protected  boolean equals(StiNotice other)
           
 List<String> getArguments()
           
 String getCustomMessage()
           
 int getHashCode()
           
 StiNoticeIdent getIdent()
           
 void setArguments(List<String> arguments)
           
 void setCustomMessage(String customMessage)
           
 void setIdent(StiNoticeIdent ident)
           
 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 List<String> arguments

customMessage

public 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 List<String> getArguments()
Returns:
the arguments

setArguments

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

getCustomMessage

public String getCustomMessage()
Returns:
the customMessage

setCustomMessage

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

equals

protected boolean equals(StiNotice other)

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

getHashCode

public int getHashCode()

toString

public String toString()
Overrides:
toString in class Object

create

public static StiNotice create(StiNoticeIdent ident)


Copyright © 2017 Stimulsoft. All Rights Reserved.