psdi.iface.mic

Class MicSetInfo

  • java.lang.Object
    • psdi.iface.mic.MicSetInfo
  • All Implemented Interfaces:
    java.lang.Cloneable


    public class MicSetInfo
    extends java.lang.Object
    implements java.lang.Cloneable
    Holds information for a given MaxIntObjDetail object
    • Constructor Summary

      Constructors 
      Constructor and Description
      MicSetInfo(MosDetailInfo mosDetlInfo)
      Deprecated. 
      Constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method and Description
      java.lang.String[] getAltKeys()
      Deprecated. 
      Get alternate keys for this object
      java.util.List getChildren()
      Deprecated. 
      Returns a List of MicSetInfo objects which are children to the current MicSetInfo object
      java.util.List getColumns()
      Deprecated. 
      Get the list of columns
      java.util.List getIfaceTbExclusiveCols()
      Deprecated. 
      Get the integration object name
      IfaceTbKey getIfaceTbKey()
      Deprecated. 
      Get the integration object name
      java.lang.String getIntObjectName()
      Deprecated. 
      Get the integration object name
      java.util.Map getKeyInfoMap()
      Deprecated. 
      Get a Map of key IfaceColumnInfo objects for this object
      MosDetailInfo getMosDetailInfo()
      Deprecated. 
      Get the Maximo Object Structure Detail Inof
      java.lang.String getObjectName()
      Deprecated. 
      Returns object name
      int getObjectOrder()
      Deprecated. 
      Return the object order
      java.lang.String getParentObjName()
      * @deprecated Return parent object name
      int getProcessOrder()
      Deprecated. 
      Get the process order
      java.lang.String getRelation()
      Deprecated. 
      Returns the relationship name
      boolean isAltKey(java.lang.String key)
      Deprecated. 
      Returns whether the given column is part of the alternate key for this object
      boolean isMerge()
      Deprecated. 
      Return whether this is a merge structure?
      boolean isPrimaryTable()
      Deprecated. 
      Returns whether this is a primary object in the structure
      boolean isSelfReferencing()
      Deprecated. 
      Is this structure a hierarchy
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MicSetInfo

        public MicSetInfo(MosDetailInfo mosDetlInfo)
        Deprecated. Constructor
        Parameters:
        mosDetlInfo - integration object name
    • Method Detail

      • getMosDetailInfo

        public MosDetailInfo getMosDetailInfo()
        Deprecated. Get the Maximo Object Structure Detail Inof
        Returns:
        MosDetailInfo
      • getIfaceTbKey

        public IfaceTbKey getIfaceTbKey()
        Deprecated. Get the integration object name
        Returns:
        integration object name
      • getIfaceTbExclusiveCols

        public java.util.List getIfaceTbExclusiveCols()
        Deprecated. Get the integration object name
        Returns:
        integration object name
      • getIntObjectName

        public java.lang.String getIntObjectName()
        Deprecated. Get the integration object name
        Returns:
        integration object name
      • getObjectOrder

        public int getObjectOrder()
        Deprecated. Return the object order
        Returns:
        object order
      • isPrimaryTable

        public boolean isPrimaryTable()
        Deprecated. Returns whether this is a primary object in the structure
        Returns:
        whether this is a primary object in the structure
      • getObjectName

        public java.lang.String getObjectName()
        Deprecated. Returns object name
        Returns:
        object name
      • getRelation

        public java.lang.String getRelation()
        Deprecated. Returns the relationship name
      • getChildren

        public java.util.List getChildren()
        Deprecated. Returns a List of MicSetInfo objects which are children to the current MicSetInfo object
        Returns:
        List of child MicSetInfo objects
      • getParentObjName

        public java.lang.String getParentObjName()
        * @deprecated Return parent object name
        Returns:
        parent object name
      • getProcessOrder

        public int getProcessOrder()
        Deprecated. Get the process order
        Returns:
        process order
      • getColumns

        public java.util.List getColumns()
        Deprecated. Get the list of columns
        Returns:
        list of columns (list of IfaceColumnInfo)
      • getKeyInfoMap

        public java.util.Map getKeyInfoMap()
        Deprecated. Get a Map of key IfaceColumnInfo objects for this object
        Returns:
        Map of key IfaceColumnInfo objects for this object
      • isAltKey

        public boolean isAltKey(java.lang.String key)
        Deprecated. Returns whether the given column is part of the alternate key for this object
        Returns:
        true or false
      • getAltKeys

        public java.lang.String[] getAltKeys()
        Deprecated. Get alternate keys for this object
        Returns:
        alternate keys for this object
      • isSelfReferencing

        public boolean isSelfReferencing()
        Deprecated. Is this structure a hierarchy
        Returns:
        is this structure hierarchy or not
      • isMerge

        public boolean isMerge()
        Deprecated. Return whether this is a merge structure?
        Returns:
        whether this is a merge structure?