org.apache.camel.example.model
Class Report

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

public class Report
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Report()
           
 
Method Summary
 java.lang.String getContent()
           
 java.lang.Integer getId()
           
 java.lang.String getReply()
           
 java.lang.String getTitle()
           
 void setContent(java.lang.String content)
           
 void setId(java.lang.Integer id)
           
 void setReply(java.lang.String reply)
           
 void setTitle(java.lang.String title)
           
 java.lang.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 java.lang.Integer getId()
Returns:
the id

setId

public void setId(java.lang.Integer id)
Parameters:
id - the id to set

getTitle

public java.lang.String getTitle()
Returns:
the title

setTitle

public void setTitle(java.lang.String title)
Parameters:
title - the title to set

getContent

public java.lang.String getContent()
Returns:
the content

setContent

public void setContent(java.lang.String content)
Parameters:
content - the content to set

getReply

public java.lang.String getReply()
Returns:
the reply

setReply

public void setReply(java.lang.String reply)
Parameters:
reply - the reply to set

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Apache CAMEL