psdi.app.relation

Class FldRelationNum

  • All Implemented Interfaces:
    MboConstants, MboValueListener
    Direct Known Subclasses:
    FldAssetLocRelationAssetRelationNum, FldCIRelationRelationNum, FldRelationCompRelation


    public class FldRelationNum
    extends MAXTableDomain
    Common Validation Class for relation identifiers - relationnum. The constructor takes a name of an relation criteria - as defined in RelationService.initCriteriaList. If null is passed to the constructor, then no criteria will be used and the cinum will only be validated against the relation table. The constructor will throw an exception if the criteria is not found. The error message will be set if this class recognizes the criteria used. The constructor will set the error key to NotValid[Aaaa]relation if the criteria used is one of: null.
    • Constructor Detail

      • FldRelationNum

        public FldRelationNum(MboValue mbv,
                              java.lang.String criteriaName)
                       throws MXException
        Construct and attach to the mbo value. Sets up the validation information.
        Throws:
        MXException