org.apache.camel.example.model
Class Report
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Report
public Report()
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