Version: 1.1.1

org.inb.biomoby.shared.message
Class ServiceNotes

java.lang.Object
  extended by org.inb.biomoby.shared.message.ServiceNotes
All Implemented Interfaces:
Serializable

public class ServiceNotes
extends Object
implements Serializable

Author:
Dmitry Repchevsky
See Also:
Serialized Form

Constructor Summary
ServiceNotes()
           
 
Method Summary
 void addException(MobyException exception)
           
 MobyExceptions getExceptions()
           
 String getNotes()
           
 boolean hasExceptions()
           
 void setNotes(String notes)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceNotes

public ServiceNotes()
Method Detail

setNotes

public void setNotes(String notes)

getNotes

public String getNotes()

getExceptions

public MobyExceptions getExceptions()

addException

public void addException(MobyException exception)

hasExceptions

public boolean hasExceptions()

Version: 1.1.1

Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010