wt.enterprise
Class PartUsageLinkComparison

java.lang.Object
  extended bywt.enterprise.PartUsageLinkComparison
All Implemented Interfaces:
LinkComparison

public class PartUsageLinkComparison
extends Object
implements LinkComparison



Supported API: true

Extendable: false


Field Summary
private  Vector[] compareValues
           
private  Locale myLocale
           
private  WTObject myRelatedObj
           
private  DecimalFormat quantityFormat
           
 
Constructor Summary
PartUsageLinkComparison()
           
 
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
 void include(int i, Link link, WTObject relatedObj)
          

Supported API: true

Extendable: false
 void init(int number)
          

Supported API: true

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

Field Detail

quantityFormat

private DecimalFormat quantityFormat

myRelatedObj

private WTObject myRelatedObj

compareValues

private Vector[] compareValues

myLocale

private Locale myLocale
Constructor Detail

PartUsageLinkComparison

public PartUsageLinkComparison()
Method Detail

init

public void init(int number)


Supported API: true

Extendable: false

Specified by:
init in interface LinkComparison

include

public void include(int i,
                    Link link,
                    WTObject relatedObj)


Supported API: true

Extendable: false

Specified by:
include in interface LinkComparison

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,
                              Locale locale)


Supported API: true

Extendable: false

Specified by:
getCompareValue in interface LinkComparison

getCompareValue

public String getCompareValue(int i)


Supported API: true

Extendable: false

Specified by:
getCompareValue in interface LinkComparison