com.ibm.tivoli.maximo.fdmbo

Class JSONMapAttributeInfo

  • java.lang.Object
    • com.ibm.tivoli.maximo.fdmbo.JSONMapAttributeInfo


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

      Constructors 
      Constructor and Description
      JSONMapAttributeInfo(java.lang.String targetName, java.lang.String sourceName, java.lang.String sourceType, boolean editable)
      Constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getSource()
      Get Source attribute.
      java.lang.String getSourceType()
      Get Source type.
      java.lang.String getTargetAttribute()
      Get Target attribute or literal value.
      boolean isEditable()
      Is mapping row editable
      • Methods inherited from class java.lang.Object

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

      • JSONMapAttributeInfo

        public JSONMapAttributeInfo(java.lang.String targetName,
                                    java.lang.String sourceName,
                                    java.lang.String sourceType,
                                    boolean editable)
        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

      • getSource

        public java.lang.String getSource()
        Get Source attribute.
        Returns:
        source object
      • getTargetAttribute

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

        public java.lang.String getSourceType()
        Get Source type.
        Returns:
        source type valid values: ATTRIBUTE, VALUE
      • isEditable

        public boolean isEditable()
        Is mapping row editable
        Returns:
        is editable row