org.apache.camel.example.model
Class Report

java.lang.Object
  extended by org.apache.camel.example.model.Report
All Implemented Interfaces:
Serializable

public class Report
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Report()
           
 
Method Summary
 String getContent()
           
 Integer getId()
           
 String getReply()
           
 String getTitle()
           
 void setContent(String content)
           
 void setId(Integer id)
           
 void setReply(String reply)
           
 void setTitle(String title)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Report

public Report()
Method Detail

getId

public Integer getId()

setId

public void setId(Integer id)

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getContent

public String getContent()

setContent

public void setContent(String content)

getReply

public String getReply()

setReply

public void setReply(String reply)

toString

public String toString()
Overrides:
toString in class Object


Apache CAMEL