com.spinn3r.api
Class LinkItem

java.lang.Object
  extended by com.spinn3r.api.BaseResult
      extended by com.spinn3r.api.LinkItem

public class LinkItem
extends BaseResult


Field Summary
 
Fields inherited from class com.spinn3r.api.BaseResult
pubDate
 
Constructor Summary
LinkItem()
           
 
Method Summary
 java.lang.String getFeedHashcode()
          Get the value of feedHashcode.
 java.lang.String getLinkText()
          Get the value of linkText.
 java.lang.String getLinkTitle()
          Get the value of linkTitle.
 java.lang.String getLinkXml()
          Get the value of linkXml.
 java.lang.String getPostHashcode()
          Get the value of postHashcode.
 java.lang.String getPostLang()
          Get the value of postLang.
 java.lang.String getPostLink()
          Get the value of postLink.
 int getPostOutdegree()
          Get the value of postOutdegree.
 long getPostTimestamp()
          Get the value of postTimestamp.
 java.lang.String getPostTitle()
          Get the value of postTitle.
 java.lang.String getSourceHashcode()
          Get the value of sourceHashcode.
 int getSourceIndegree()
          Get the value of sourceIndegree.
 java.lang.String getSourceLink()
          Get the value of sourceLink.
 java.lang.String getSourcePublisherType()
          Get the value of sourcePublisherType.
 float getSourceRanking()
          Get the value of sourceRanking.
 int getSourceTier()
          Get the value of sourceTier.
 java.lang.String getSourceTitle()
          Get the value of sourceTitle.
 java.lang.String getTargetHashcode()
          Get the value of targetHashcode.
 java.lang.String getTargetLink()
          Get the value of targetLink.
 void parse(org.w3c.dom.Element current)
           
 void setFeedHashcode(java.lang.String feedHashcode)
          Set the value of feedHashcode.
 void setLinkText(java.lang.String linkText)
          Set the value of linkText.
 void setLinkTitle(java.lang.String linkTitle)
          Set the value of linkTitle.
 void setLinkXml(java.lang.String linkXml)
          Set the value of linkXml.
 void setPostHashcode(java.lang.String postHashcode)
          Set the value of postHashcode.
 void setPostLang(java.lang.String postLang)
          Set the value of postLang.
 void setPostLink(java.lang.String postLink)
          Set the value of postLink.
 void setPostOutdegree(int postOutdegree)
          Set the value of postOutdegree.
 void setPostTimestamp(long postTimestamp)
          Set the value of postTimestamp.
 void setPostTitle(java.lang.String postTitle)
          Set the value of postTitle.
 void setSourceHashcode(java.lang.String sourceHashcode)
          Set the value of sourceHashcode.
 void setSourceIndegree(int sourceIndegree)
          Set the value of sourceIndegree.
 void setSourceLink(java.lang.String sourceLink)
          Set the value of sourceLink.
 void setSourcePublisherType(java.lang.String sourcePublisherType)
          Set the value of sourcePublisherType.
 void setSourceRanking(float sourceRanking)
          Set the value of sourceRanking.
 void setSourceTier(int sourceTier)
          Set the value of sourceTier.
 void setSourceTitle(java.lang.String sourceTitle)
          Set the value of sourceTitle.
 void setTargetHashcode(java.lang.String targetHashcode)
          Set the value of targetHashcode.
 void setTargetLink(java.lang.String targetLink)
          Set the value of targetLink.
 
Methods inherited from class com.spinn3r.api.BaseResult
getPubDate, setPubDate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkItem

public LinkItem()
Method Detail

getLinkXml

public java.lang.String getLinkXml()
Get the value of linkXml.


setLinkXml

public void setLinkXml(java.lang.String linkXml)
Set the value of linkXml.


getLinkTitle

public java.lang.String getLinkTitle()
Get the value of linkTitle.


setLinkTitle

public void setLinkTitle(java.lang.String linkTitle)
Set the value of linkTitle.


getFeedHashcode

public java.lang.String getFeedHashcode()
Get the value of feedHashcode.


setFeedHashcode

public void setFeedHashcode(java.lang.String feedHashcode)
Set the value of feedHashcode.


getLinkText

public java.lang.String getLinkText()
Get the value of linkText.


setLinkText

public void setLinkText(java.lang.String linkText)
Set the value of linkText.


getTargetHashcode

public java.lang.String getTargetHashcode()
Get the value of targetHashcode.


setTargetHashcode

public void setTargetHashcode(java.lang.String targetHashcode)
Set the value of targetHashcode.


getTargetLink

public java.lang.String getTargetLink()
Get the value of targetLink.


setTargetLink

public void setTargetLink(java.lang.String targetLink)
Set the value of targetLink.


getSourceHashcode

public java.lang.String getSourceHashcode()
Get the value of sourceHashcode.


setSourceHashcode

public void setSourceHashcode(java.lang.String sourceHashcode)
Set the value of sourceHashcode.


getSourceTitle

public java.lang.String getSourceTitle()
Get the value of sourceTitle.


setSourceTitle

public void setSourceTitle(java.lang.String sourceTitle)
Set the value of sourceTitle.


getSourcePublisherType

public java.lang.String getSourcePublisherType()
Get the value of sourcePublisherType.


setSourcePublisherType

public void setSourcePublisherType(java.lang.String sourcePublisherType)
Set the value of sourcePublisherType.


getSourceLink

public java.lang.String getSourceLink()
Get the value of sourceLink.


setSourceLink

public void setSourceLink(java.lang.String sourceLink)
Set the value of sourceLink.


getPostHashcode

public java.lang.String getPostHashcode()
Get the value of postHashcode.


setPostHashcode

public void setPostHashcode(java.lang.String postHashcode)
Set the value of postHashcode.


getPostTitle

public java.lang.String getPostTitle()
Get the value of postTitle.


setPostTitle

public void setPostTitle(java.lang.String postTitle)
Set the value of postTitle.


getPostLink

public java.lang.String getPostLink()
Get the value of postLink.


setPostLink

public void setPostLink(java.lang.String postLink)
Set the value of postLink.


getPostLang

public java.lang.String getPostLang()
Get the value of postLang.


setPostLang

public void setPostLang(java.lang.String postLang)
Set the value of postLang.


setPostOutdegree

public void setPostOutdegree(int postOutdegree)
Set the value of postOutdegree.


getPostOutdegree

public int getPostOutdegree()
Get the value of postOutdegree.


getPostTimestamp

public long getPostTimestamp()
Get the value of postTimestamp.


setPostTimestamp

public void setPostTimestamp(long postTimestamp)
Set the value of postTimestamp.


setSourceIndegree

public void setSourceIndegree(int sourceIndegree)
Set the value of sourceIndegree.


getSourceIndegree

public int getSourceIndegree()
Get the value of sourceIndegree.


getSourceRanking

public float getSourceRanking()
Get the value of sourceRanking.


setSourceRanking

public void setSourceRanking(float sourceRanking)
Set the value of sourceRanking.


getSourceTier

public int getSourceTier()
Get the value of sourceTier.


setSourceTier

public void setSourceTier(int sourceTier)
Set the value of sourceTier.


parse

public void parse(org.w3c.dom.Element current)
           throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © Tailrank Inc. All Rights Reserved.