applications.proxy.dialog
Class UrlLinkData


public class UrlLinkData

Description of the Class

Author:
igasp
created January 25, 2001

Field Summary
 (package private) static CategoryLog
           
 private Collectionm_changedDescriptionLinks
           
 private Collectionm_changedNicknameLinks
           
 private Collectionm_newLinks
           
 private Collectionm_prunedLinks
           

Constructor Summary
UrlLinkData()
          Constructor for the UrlLinkData object

Method Summary
 voidaddChangedDescriptionLink(LinkDatum ld)
          Adds a feature to the ChangedLink attribute of the UrlLinkData object
 voidaddChangedNicknameLink(LinkDatum ld)
          Adds a feature to the ChangedNicknameLink attribute of the UrlLinkData object
 voidaddNewLink(LinkDatum ld)
          Adds a feature to the NewLink attribute of the UrlLinkData object
 voidaddPrunedLink(LinkDatum ld)
          Adds a feature to the PrunedLink attribute of the UrlLinkData object
 CollectiongetChangedDescriptionLinks()
          Gets the ChangedDescriptionLinks attribute of the UrlLinkData object
 CollectiongetChangedNicknameLinks()
          Gets the ChangedNicknameLinks attribute of the UrlLinkData object
 CollectiongetNewUrlLinks()
          Gets the NewUrlLinks attribute of the UrlLinkData object
 CollectiongetPrunedUrlLinks()
          Gets the PrunedUrlLinks attribute of the UrlLinkData object

Field Detail

Log

static Category Log

m_changedDescriptionLinks

private Collection m_changedDescriptionLinks

m_changedNicknameLinks

private Collection m_changedNicknameLinks

m_newLinks

private Collection m_newLinks

m_prunedLinks

private Collection m_prunedLinks
Constructor Detail

UrlLinkData

public UrlLinkData()
Constructor for the UrlLinkData object
Since:
Method Detail

addChangedDescriptionLink

public void addChangedDescriptionLink(LinkDatum ld)
Adds a feature to the ChangedLink attribute of the UrlLinkData object
Parameters:
ld - The feature to be added to the ChangedLink attribute
Since:

addChangedNicknameLink

public void addChangedNicknameLink(LinkDatum ld)
Adds a feature to the ChangedNicknameLink attribute of the UrlLinkData object
Parameters:
ld - The feature to be added to the ChangedNicknameLink attribute
Since:

addNewLink

public void addNewLink(LinkDatum ld)
Adds a feature to the NewLink attribute of the UrlLinkData object
Parameters:
ld - The feature to be added to the NewLink attribute
Since:

addPrunedLink

public void addPrunedLink(LinkDatum ld)
Adds a feature to the PrunedLink attribute of the UrlLinkData object
Parameters:
ld - The feature to be added to the PrunedLink attribute
Since:

getChangedDescriptionLinks

public Collection getChangedDescriptionLinks()
Gets the ChangedDescriptionLinks attribute of the UrlLinkData object
Returns: The ChangedDescriptionLinks value
Since:

getChangedNicknameLinks

public Collection getChangedNicknameLinks()
Gets the ChangedNicknameLinks attribute of the UrlLinkData object
Returns: The ChangedNicknameLinks value
Since:

getNewUrlLinks

public Collection getNewUrlLinks()
Gets the NewUrlLinks attribute of the UrlLinkData object
Returns: The NewUrlLinks value
Since:

getPrunedUrlLinks

public Collection getPrunedUrlLinks()
Gets the PrunedUrlLinks attribute of the UrlLinkData object
Returns: The PrunedUrlLinks value
Since: