com.web_visage.spoiler2
Class PostSpec

java.lang.Object
  extended by com.web_visage.spoiler2.PostSpec

public class PostSpec
extends java.lang.Object

Post specifications. Describes the way news are going to be posted.

Author:
K.Baturytski

Constructor Summary
PostSpec(FeedSpec feedSpec, NewsPostFormatter formatter)
          Constructor.
 
Method Summary
 FeedSpec getFeedSpec()
          Returns the feedSpec.
 NewsPostFormatter getFormatter()
          Returns the formatter.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PostSpec

public PostSpec(FeedSpec feedSpec,
                NewsPostFormatter formatter)
Constructor.

Parameters:
feedSpec -
formatter -
Method Detail

getFeedSpec

public FeedSpec getFeedSpec()
Returns the feedSpec.

Returns:

getFormatter

public NewsPostFormatter getFormatter()
Returns the formatter.

Returns: