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()
Returns:
the id

setId

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

getTitle

public String getTitle()
Returns:
the title

setTitle

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

getContent

public String getContent()
Returns:
the content

setContent

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

getReply

public String getReply()
Returns:
the reply

setReply

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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2007-2010 The Apache Software Foundation. All Rights Reserved.