org.rhq.core.domain.sync
Class ExporterMessages
java.lang.Object
org.rhq.core.domain.sync.ExporterMessages
- All Implemented Interfaces:
- Serializable
public class ExporterMessages
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExporterMessages
public ExporterMessages()
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.