com.ibm.tivoli.maximo.fdmbo.map

Class JSONMapPropertyValuesInfo

  • java.lang.Object
    • com.ibm.tivoli.maximo.fdmbo.map.JSONMapPropertyValuesInfo


  • public class JSONMapPropertyValuesInfo
    extends java.lang.Object
    JSON Map attribute property Info.
    • Constructor Summary

      Constructors 
      Constructor and Description
      JSONMapPropertyValuesInfo(java.lang.String condition, java.lang.String value)
      Constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getCondition()
      Get Source attribute.
      java.lang.String getValue()
      Get Target attribute or literal value.
      • Methods inherited from class java.lang.Object

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

      • JSONMapPropertyValuesInfo

        public JSONMapPropertyValuesInfo(java.lang.String condition,
                                         java.lang.String value)
        Constructor
        Parameters:
        targetName - - target attribute name
        sourceName - - source attribute name
        sourceType - - source type (can be ATTRIBUTE or VALUE)
        editable - - is mapping row editable
    • Method Detail

      • getCondition

        public java.lang.String getCondition()
        Get Source attribute.
        Returns:
        source object
      • getValue

        public java.lang.String getValue()
        Get Target attribute or literal value.
        Returns:
        target attribute