org.rhq.core.domain.sync
Class ExporterMessages

java.lang.Object
  extended by org.rhq.core.domain.sync.ExporterMessages
All Implemented Interfaces:
Serializable

public class ExporterMessages
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ExporterMessages()
           
 
Method Summary
 String getErrorMessage()
           
 String getExporterNotes()
           
 List<String> getPerEntityErrorMessages()
           
 List<String> getPerEntityNotes()
           
 void setErrorMessage(String errorMessage)
           
 void setExporterNotes(String exporterNotes)
           
 void setPerEntityErrorMessages(List<String> perEntityErrorMessages)
           
 void setPerEntityNotes(List<String> perEntityNotes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExporterMessages

public ExporterMessages()
Method Detail

getErrorMessage

public String getErrorMessage()
Returns:
the errorMessage

setErrorMessage

public void setErrorMessage(String errorMessage)
Parameters:
errorMessage - the errorMessage to set

getExporterNotes

public String getExporterNotes()
Returns:
the exporterNotes

setExporterNotes

public void setExporterNotes(String exporterNotes)
Parameters:
exporterNotes - the exporterNotes to set

getPerEntityErrorMessages

public List<String> getPerEntityErrorMessages()
Returns:
the perEntityErrorMessages

setPerEntityErrorMessages

public void setPerEntityErrorMessages(List<String> perEntityErrorMessages)
Parameters:
perEntityErrorMessages - the perEntityErrorMessages to set

getPerEntityNotes

public List<String> getPerEntityNotes()
Returns:
the perEntityNotes

setPerEntityNotes

public void setPerEntityNotes(List<String> perEntityNotes)
Parameters:
perEntityNotes - the perEntityNotes to set


Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.