com.ibm.tivoli.maximo.interaction.process

Class IntMappingInfo

  • java.lang.Object
    • com.ibm.tivoli.maximo.interaction.process.IntMappingInfo


  • public final class IntMappingInfo
    extends java.lang.Object
    Holds information about the Interaction mapping and it's details
    • Constructor Summary

      Constructors 
      Constructor and Description
      IntMappingInfo(java.lang.String intObjectName, java.lang.String mapObject, java.lang.String hierarchyPath, java.lang.String objectName, java.lang.String relation, int isResponse, int processOrder)
      Constructor
    • Constructor Detail

      • IntMappingInfo

        public IntMappingInfo(java.lang.String intObjectName,
                              java.lang.String mapObject,
                              java.lang.String hierarchyPath,
                              java.lang.String objectName,
                              java.lang.String relation,
                              int isResponse,
                              int processOrder)
        Constructor
        Parameters:
        intObjectName - object structure name
        mapObject - map object description
        hierarchyPath - hierarachy path
        objectName - object name
        relation - relation
        isResponse - request/response indentifier
        processOrder - process order
    • Method Detail

      • getMapObject

        public java.lang.String getMapObject()
        Get map object name
        Returns:
        the map object name
      • intObjectName

        public java.lang.String intObjectName()
        Get object structure name
        Returns:
        the object structure name
      • getProcessOrder

        public int getProcessOrder()
        Get the endpoint name
        Returns:
        the endpoint name
      • getHierarchyPath

        public java.lang.String getHierarchyPath()
        Get hierarachy path
        Returns:
        the hierarachy path
      • getSourceObject

        public java.lang.String getSourceObject()
        Get source object name
        Returns:
        the source object name
      • getRelation

        public java.lang.String getRelation()
        Get relation name
        Returns:
        the relation name
      • isResponse

        public boolean isResponse()
        Get request/response indentifier
        Returns:
        request/response indentifier
      • setObjectMappings

        public void setObjectMappings(java.util.List map)
        Sets details mapping list
        Parameters:
        map - map of all mapping details
      • getObjectMappings

        public java.util.List getObjectMappings()
        Get details mapping list
        Returns:
        list of all mapping details