Package wt.part

Class DocumentNumberComparator

java.lang.Object
wt.part.DocumentNumberComparator
All Implemented Interfaces:
Comparator

public class DocumentNumberComparator extends Object implements Comparator
This Comparator can be used to compare the Number attribute of WTDocuments and/or WTDocumentMasters, using a Locale-specific instance of a Collator.

Supported API: true

Extendable: false
  • Constructor Details

    • DocumentNumberComparator

      public DocumentNumberComparator(Locale locale)
      This constructor needs a Locale to construct a locale-specific Collator to use in comparing the Number attributes.

      Supported API: true

      Extendable: false
  • Method Details