public class IntMessagePair
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private int |
key |
private com.serotonin.web.i18n.LocalizableMessage |
message |
private static long |
serialVersionUID |
Constructor and Description |
---|
IntMessagePair() |
IntMessagePair(int key,
com.serotonin.web.i18n.LocalizableMessage message) |
Modifier and Type | Method and Description |
---|---|
int |
getKey() |
com.serotonin.web.i18n.LocalizableMessage |
getMessage() |
void |
setKey(int key) |
void |
setMessage(com.serotonin.web.i18n.LocalizableMessage message) |
private static final long serialVersionUID
private int key
private com.serotonin.web.i18n.LocalizableMessage message