com.petebevin.markdown
Class LinkDefinition

java.lang.Object
  extended by com.petebevin.markdown.LinkDefinition

public class LinkDefinition
extends Object


Constructor Summary
LinkDefinition(String url, String title)
           
 
Method Summary
 String getTitle()
           
 String getUrl()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LinkDefinition

public LinkDefinition(String url,
                      String title)
Method Detail

getUrl

public String getUrl()

getTitle

public String getTitle()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.