com.stimulsoft.base.noteces
Class StiNotice
java.lang.Object
com.stimulsoft.base.noteces.StiNotice
public class StiNotice
- extends java.lang.Object
Copyright Stimulsoft
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
ident
public StiNoticeIdent ident
arguments
public java.util.List<java.lang.String> arguments
customMessage
public java.lang.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 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
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)