psdi.dm.collection

Class DMCollection.ExceptionInfo

  • java.lang.Object
    • psdi.dm.collection.DMCollection.ExceptionInfo
  • Enclosing class:
    DMCollection


    public class DMCollection.ExceptionInfo
    extends java.lang.Object
    • Constructor Detail

      • ExceptionInfo

        public ExceptionInfo()
    • Method Detail

      • setExceptionCfgObject

        public void setExceptionCfgObject(java.lang.String obj)
        Set the exception mos name
        Parameters:
        mos - name
      • getExceptionCfgObject

        public java.lang.String getExceptionCfgObject()
        Get the exception mos name
        Returns:
        mos name
      • setDependentCfgObject

        public void setDependentCfgObject(java.lang.String obj)
        Set the dependent mos name
        Parameters:
        mos - name
      • getDependentCfgObject

        public java.lang.String getDependentCfgObject()
        Get the dependent mos name
        Returns:
        mos name
      • setExceptionObjectName

        public void setExceptionObjectName(java.lang.String obj)
        Set the exception object name
        Parameters:
        object - name
      • getExceptionObjectName

        public java.lang.String getExceptionObjectName()
        Get the exception object name
        Returns:
        object name
      • setDependentObjectName

        public void setDependentObjectName(java.lang.String obj)
        Set the dependent object name
        Parameters:
        object - name
      • getDependentObjectName

        public java.lang.String getDependentObjectName()
        Get the dependent object name
        Returns:
        object name
      • setCondition

        public void setCondition(java.lang.String cond)
        Set the condition
        Parameters:
        condition -
      • getCondition

        public java.lang.String getCondition()
        Get the condition
        Returns:
        condition
      • setExceptionName

        public void setExceptionName(java.lang.String str)
        Set the exception name
        Parameters:
        exception - name
      • getExceptionName

        public java.lang.String getExceptionName()
        Get the exception name
        Returns:
        exception name
      • setColumnMap

        public void setColumnMap(java.util.HashMap map)
        Set column information in a map
        Parameters:
        column - info map
      • getColumnMap

        public java.util.HashMap getColumnMap()
        Get the column information in a map
        Returns:
        column info map