psdi.app.financial

Class FldGLCompCompValue

  • All Implemented Interfaces:
    MboConstants, MboValueListener


    public class FldGLCompCompValue
    extends MboValueAdapter
    GLComponents.compvalue validation class: This class validates that the component value entered here is valid, i.e. the length, datatype, etc; is in accordance with the GLConfigure format.
    • Constructor Detail

      • FldGLCompCompValue

        public FldGLCompCompValue(MboValue mbv)
        Construct and attach to the specified mbovalue.
        Parameters:
        mbv -
    • Method Detail

      • validate

        public void validate()
                      throws MXException,
                             java.rmi.RemoteException
        Validates the length of the segment value, should not be greater than the GLCONFIGURE.gllength for the specified glorder. Also checks that the datatype of the entered component is correct. Make sure that a component cannot have the same character which is being used as it's delemiter.
        Specified by:
        validate in interface MboValueListener
        Overrides:
        validate in class MboValueAdapter
        Throws:
        MXApplicationException - (financial, invalidseglength) Invalid component length.
        MXException
        java.rmi.RemoteException