wt.enterprise
Class ContentLinkComparison

java.lang.Object
  extended by wt.enterprise.ContentLinkComparison
All Implemented Interfaces:
Comparable, LinkComparison

public class ContentLinkComparison
extends Object
implements LinkComparison, Comparable



Supported API: true

Extendable: false


Method Summary
 String getCompareValue(int i)
          

Supported API: true

Extendable: false
 String getCompareValue(int i, Locale locale)
          

Supported API: true

Extendable: false
 WTObject getRelatedObject()
          

Supported API: true

Extendable: false
 boolean hasDifferences()
          

Supported API: true

Extendable: false
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

hasDifferences

public boolean hasDifferences()


Supported API: true

Extendable: false

Specified by:
hasDifferences in interface LinkComparison

getRelatedObject

public WTObject getRelatedObject()


Supported API: true

Extendable: false

Specified by:
getRelatedObject in interface LinkComparison

getCompareValue

public String getCompareValue(int i)


Supported API: true

Extendable: false

Specified by:
getCompareValue in interface LinkComparison

getCompareValue

public String getCompareValue(int i,
                              Locale locale)


Supported API: true

Extendable: false

Specified by:
getCompareValue in interface LinkComparison