org.apache.aries.samples.blog.biz
Class BlogImpl

java.lang.Object
  extended by org.apache.aries.samples.blog.biz.BlogImpl
All Implemented Interfaces:
Blog

public class BlogImpl
extends Object
implements Blog

Implementation of Blog


Constructor Summary
BlogImpl()
           
 
Method Summary
 String getBlogTitle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlogImpl

public BlogImpl()
Method Detail

getBlogTitle

public String getBlogTitle()
Specified by:
getBlogTitle in interface Blog


Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.