com.alvermont.bcimport
Class Post

java.lang.Object
  extended by com.alvermont.bcimport.Post

public class Post
extends java.lang.Object

Bean class for one post


Constructor Summary
Post()
          Creates a new instance of Post
 
Method Summary
 java.lang.String getAuthor()
          Getter for property author.
 java.util.List<Comment> getComments()
          Getter for property comments.
 java.util.Date getPublished()
          Getter for property published.
 java.lang.String getText()
          Getter for property text.
 java.lang.String getTitle()
          Getter for property title.
 void setAuthor(java.lang.String author)
          Setter for property author.
 void setComments(java.util.List<Comment> comments)
          Setter for property comments.
 void setPublished(java.util.Date published)
          Setter for property published.
 void setText(java.lang.String text)
          Setter for property text.
 void setTitle(java.lang.String title)
          Setter for property title.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Post

public Post()
Creates a new instance of Post

Method Detail

getTitle

public java.lang.String getTitle()
Getter for property title.

Returns:
Value of property title.

setTitle

public void setTitle(java.lang.String title)
Setter for property title.

Parameters:
title - New value of property title.

getPublished

public java.util.Date getPublished()
Getter for property published.

Returns:
Value of property published.

setPublished

public void setPublished(java.util.Date published)
Setter for property published.

Parameters:
published - New value of property published.

getText

public java.lang.String getText()
Getter for property text.

Returns:
Value of property text.

setText

public void setText(java.lang.String text)
Setter for property text.

Parameters:
text - New value of property text.

getComments

public java.util.List<Comment> getComments()
Getter for property comments.

Returns:
Value of property comments.

setComments

public void setComments(java.util.List<Comment> comments)
Setter for property comments.

Parameters:
comments - New value of property comments.

getAuthor

public java.lang.String getAuthor()
Getter for property author.

Returns:
Value of property author.

setAuthor

public void setAuthor(java.lang.String author)
Setter for property author.

Parameters:
author - New value of property author.