psdi.iface.proc

Class MaxIfaceProcInfo

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


  • public class MaxIfaceProcInfo
    extends java.lang.Object
    Describes Rule data
    • Constructor Detail

      • MaxIfaceProcInfo

        public MaxIfaceProcInfo()
        Construct the MaxInterfaceInfo
    • Method Detail

      • setProcName

        public void setProcName(java.lang.String t)
        Set the name of the rule
        Parameters:
        t - Give rule name.
      • getProcName

        public java.lang.String getProcName()
        Return the proc name .
        Returns:
        proc name
      • getProcType

        public java.lang.String getProcType()
        Return the type of the proc.
        Returns:
        proc type
      • setProcType

        public void setProcType(java.lang.String c)
        Set the type of the proc
        Parameters:
        c - Give proc type.
      • getProcessOrder

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

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

        public java.lang.String getHierarchyPath()
        Return the Hierarchy Path.
        Returns:
        Hierarchy Path
      • setHierarchyPath

        public void setHierarchyPath(java.lang.String e)
        Set the Hierarchy Path
        Parameters:
        e - Give Hierarchy Path.
      • getInterface

        public java.lang.String getInterface()
        Return the name of the service/ channel.
        Returns:
        service/ channel name
      • setInterface

        public void setInterface(java.lang.String e)
        Set the name of the service/ channel
        Parameters:
        e - Give service/ channel name.
      • getMosName

        public java.lang.String getMosName()
        Return the name of Object Structure.
        Returns:
        Object Structure name
      • setMosName

        public void setMosName(java.lang.String e)
        Set the name of the Object Structure
        Parameters:
        e - Give Object Structure name.
      • setTableName

        public void setTableName(java.lang.String t)
        Set the name of the table
        Parameters:
        t - Give table name.
      • getTableName

        public java.lang.String getTableName()
        Return the proc table name .
        Returns:
        table name
      • setProcMessage

        public void setProcMessage(java.lang.String t)
        Set the name of the message key
        Parameters:
        t - Give message key name.
      • getProcMessage

        public java.lang.String getProcMessage()
        Return the process message key.
        Returns:
        message key name
      • setClassName

        public void setClassName(java.lang.String t)
        Set the name of the message key
        Parameters:
        t - Give class name.
      • getClassName

        public java.lang.String getClassName()
        Return the class name.
        Returns:
        class name
      • isEnabled

        public boolean isEnabled()
        Return enables flag
        Returns:
        enabled flag
      • isInsert

        public boolean isInsert()
        Return insert flag
        Returns:
        insert flag
      • isUpdate

        public boolean isUpdate()
        Return update flag
        Returns:
        update flag
      • isDelete

        public boolean isDelete()
        Return delete flag
        Returns:
        delete flag
      • setEnabled

        public void setEnabled(int e)
        Set enabled flag
        Parameters:
        e - Enabled flag
      • setIsInsert

        public void setIsInsert(int e)
        Set insert flag
        Parameters:
        e - Insert flag
      • setIsUpdate

        public void setIsUpdate(int e)
        Set update flag
        Parameters:
        e - Update flag
      • setIsDelete

        public void setIsDelete(int e)
        Set delete flag
        Parameters:
        e - Delete flag
      • getConditions

        public java.util.Map getConditions()
        Return condiotions for the rule.
        Returns:
        HashMap of all conditions for a rule
      • hasConditions

        public boolean hasConditions()
        Evaluates if rule has conditions.
        Returns:
        flag depending if rule has conditions or not
      • setConditions

        public void setConditions(java.util.Map d)
        Set conditions for the rule
        Parameters:
        d - Give HashMap of all conditions for a rule.
      • getReplaceDetails

        public java.util.Map getReplaceDetails()
        Return replace details.
        Returns:
        replace details
      • setReplaceDetails

        public void setReplaceDetails(java.util.Map d)
        Set replace details
        Parameters:
        d - Give HashMap of replace details.
      • getTransformDetails

        public java.util.Map getTransformDetails()
        Return transform details.
        Returns:
        transform details
      • setTransformDetails

        public void setTransformDetails(java.util.Map d)
        Set transform details
        Parameters:
        d - Give HashMap of transform details.
      • toString

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