org.hibernate.tool.hbmlint
Class Issue

java.lang.Object
  extended by org.hibernate.tool.hbmlint.Issue

public class Issue
extends Object


Field Summary
static int HIGH_PRIORITY
           
static int LOW_PRIORITY
           
static int NORMAL_PRIORITY
           
 
Constructor Summary
Issue(String type, int priority, String description)
           
 
Method Summary
 String getDescription()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

HIGH_PRIORITY

public static final int HIGH_PRIORITY
See Also:
Constant Field Values

NORMAL_PRIORITY

public static final int NORMAL_PRIORITY
See Also:
Constant Field Values

LOW_PRIORITY

public static final int LOW_PRIORITY
See Also:
Constant Field Values
Constructor Detail

Issue

public Issue(String type,
             int priority,
             String description)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getDescription

public String getDescription()