@Portable public class ValidationMessage extends Object
Constructor and Description |
---|
ValidationMessage() |
ValidationMessage(Level level,
String text) |
ValidationMessage(long id,
Level level,
int line,
int column,
String text) |
ValidationMessage(long id,
Level level,
Path path,
int line,
int column,
String text) |
ValidationMessage(ValidationMessage other) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Check whether two Messages are equivalent.
|
int |
getColumn() |
long |
getId() |
Level |
getLevel() |
int |
getLine() |
Path |
getPath() |
String |
getText() |
int |
hashCode()
HashCode implementation fo Messages.
|
void |
setColumn(int column) |
void |
setId(long id) |
void |
setLevel(Level level) |
void |
setLine(int line) |
void |
setPath(Path path) |
void |
setText(String text) |
public ValidationMessage()
public ValidationMessage(long id, Level level, Path path, int line, int column, String text)
public ValidationMessage(ValidationMessage other)
public void setId(long id)
public void setLevel(Level level)
public void setPath(Path path)
public void setLine(int line)
public void setColumn(int column)
public void setText(String text)
public long getId()
public Level getLevel()
public Path getPath()
public int getLine()
public int getColumn()
public String getText()
public boolean equals(Object o)
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.