org.mule.devkit.generation.api.gatherer
Class Details

java.lang.Object
  extended by org.mule.devkit.generation.api.gatherer.Details

public class Details
extends Object

Class that contains the details of the error and hints.


Constructor Summary
Details()
           
Details(String message, Identifiable element)
           
Details(String message, Identifiable element, String hint)
           
 
Method Summary
 boolean equals(Object o)
           
 Identifiable getElement()
           
 String getHint()
           
 String getMessage()
           
 int hashCode()
           
 void setElement(Identifiable element)
           
 void setHint(String hint)
           
 void setMessage(String message)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Details

public Details()

Details

public Details(String message,
               Identifiable element)

Details

public Details(String message,
               Identifiable element,
               String hint)
Method Detail

getMessage

public String getMessage()

setMessage

public void setMessage(String message)

getElement

public Identifiable getElement()

setElement

public void setElement(Identifiable element)

getHint

public String getHint()

setHint

public void setHint(String hint)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2010–2015 MuleSoft, Inc.. All rights reserved.