org.apache.camel.example.model
Class Report
java.lang.Object
org.apache.camel.example.model.Report
- All Implemented Interfaces:
- Serializable
public class Report
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Report
public Report()
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