psdi.iface.proc

Class MaxTransformProcInfo

  • java.lang.Object
    • psdi.iface.proc.MaxTransformProcInfo


  • public class MaxTransformProcInfo
    extends java.lang.Object
    Describes Transform Type Rules
    • Constructor Detail

      • MaxTransformProcInfo

        public MaxTransformProcInfo()
        Construct the MaxTransformProcInfo
    • Method Detail

      • getProcessOrder

        public int getProcessOrder()
        Return process order.
        Returns:
        process order
      • setProcessOrder

        public void setProcessOrder(int e)
        Set process order
        Parameters:
        e - Give process order.
      • setFieldName

        public void setFieldName(java.lang.String t)
        Set the name of the field
        Parameters:
        t - Give field name.
      • getFieldName

        public java.lang.String getFieldName()
        Return name of the field.
        Returns:
        field name
      • setTransFieldName

        public void setTransFieldName(java.lang.String t)
        Set name of transform field
        Parameters:
        t - Give transform filed name.
      • getTransFieldName

        public java.lang.String getTransFieldName()
        Return name of transform field.
        Returns:
        transform filed name
      • getFieldLength

        public int getFieldLength()
        Return field length.
        Returns:
        field length
      • setFieldLength

        public void setFieldLength(int e)
        Set field length
        Parameters:
        e - Give field length.
      • setIfaceControl

        public void setIfaceControl(java.lang.String d)
        Set interface control name
        Parameters:
        d - Give interface control name.
      • getIfaceControl

        public java.lang.String getIfaceControl()
        Return interface control name
        Returns:
        interface control name
      • setCombineType

        public void setCombineType(java.lang.String d)
        Set combine type
        Parameters:
        d - Give combine type.
      • getCombineType

        public java.lang.String getCombineType()
        Return combine type
        Returns:
        combine type
      • setTransControlName

        public void setTransControlName(java.lang.String c)
        Set combine control name
        Parameters:
        c - Give combine control name.
      • getTransControlName

        public java.lang.String getTransControlName()
        Return combine control name
        Returns:
        combine control name
      • toString

        public java.lang.String toString()
        Dump the details of the MaxTransformProc. Use for debugging only !
        Overrides:
        toString in class java.lang.Object