psdi.app.po

Class FldPOTermId

  • All Implemented Interfaces:
    MboConstants, MboValueListener
    Direct Known Subclasses:
    FldPurTermId


    public class FldPOTermId
    extends MAXTableDomain
    base field validation class for termid. used by any object that validates termid. Validates if the termid being entered exists on the corresponing Term table. If the termid does not exist, an error is thrown warning the user that this termid is invalid. All termid field validations must use this class as the base class and add more functionality to the extending class if necessary. * @author Joe Bilinski