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()
- 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.