com.ibm.tivoli.maximo.interaction.process

Class IntMappingDetailInfo

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


  • public final class IntMappingDetailInfo
    extends java.lang.Object
    Holds information about the Intergration Mapping Detail
    • Constructor Summary

      Constructors 
      Constructor and Description
      IntMappingDetailInfo(java.lang.String attributeName, java.lang.String value, byte[] encryptedValue, int encryptValue)
      Constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getAttributeName()
      Get the endpoint name
      byte[] getEncryptedValue()
      Get the endpoint name
      java.lang.String getParameter()
      Get the endpoint name
      java.lang.String getValue()
      Get the endpoint name
      boolean isEncryped()
      Returns is value incrypted
      • Methods inherited from class java.lang.Object

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

      • IntMappingDetailInfo

        public IntMappingDetailInfo(java.lang.String attributeName,
                                    java.lang.String value,
                                    byte[] encryptedValue,
                                    int encryptValue)
        Constructor
        Parameters:
        attributeName - attribute name
        value - attribute value
        encryptedValue - encrypted value
        encryptValue - encrypt value
    • Method Detail

      • getAttributeName

        public java.lang.String getAttributeName()
        Get the endpoint name
        Returns:
        the attribute name
      • getParameter

        public java.lang.String getParameter()
        Get the endpoint name
        Returns:
        the paramter name
      • getValue

        public java.lang.String getValue()
                                  throws MXException,
                                         java.rmi.RemoteException
        Get the endpoint name
        Returns:
        value
        Throws:
        MXException
        java.rmi.RemoteException
      • getEncryptedValue

        public byte[] getEncryptedValue()
        Get the endpoint name
        Returns:
        encrypted value
      • isEncryped

        public boolean isEncryped()
        Returns is value incrypted
        Returns:
        is encrypted flag