com.stimulsoft.base.noteces
Class StiNotice
java.lang.Object
com.stimulsoft.base.noteces.StiNotice
public class StiNotice
- extends Object
Copyright Stimulsoft
ident
public StiNoticeIdent ident
arguments
public List<String> arguments
customMessage
public String customMessage
StiNotice
public StiNotice()
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.