Class IteyeBlog

  • All Implemented Interfaces:
    Blog

    public class IteyeBlog
    extends java.lang.Object
    implements Blog
    Author:
    code4crafter@gmail.com
    Date: 13-8-2
    Time: 上午7:52
    • Constructor Summary

      Constructors 
      Constructor Description
      IteyeBlog()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getContent()  
      java.lang.String getTitle()  
      static void main​(java.lang.String[] args)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • IteyeBlog

        public IteyeBlog()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • main

        public static void main​(java.lang.String[] args)
      • getTitle

        public java.lang.String getTitle()
        Specified by:
        getTitle in interface Blog
      • getContent

        public java.lang.String getContent()
        Specified by:
        getContent in interface Blog