psdi.iface.mos

Class MosGraphRelationInfo

  • java.lang.Object
    • psdi.iface.mos.MosGraphRelationInfo
  • All Implemented Interfaces:
    java.io.Serializable


    public final class MosGraphRelationInfo
    extends java.lang.Object
    implements java.io.Serializable
    Holds information for a given MaxIntObjDetail object
    See Also:
    Serialized Form
    • Constructor Detail

      • MosGraphRelationInfo

        public MosGraphRelationInfo(MosInfo targetIntObject,
                                    java.lang.String relationName,
                                    java.lang.String fieldName)
        Constructor
        Parameters:
        intObectName - integration object name
      • MosGraphRelationInfo

        public MosGraphRelationInfo(java.lang.String tgtObjectName,
                                    java.lang.String relationName,
                                    java.lang.String fieldName)
    • Method Detail

      • getTargetIntObject

        public MosInfo getTargetIntObject()
      • getTargetObject

        public java.lang.String getTargetObject()
      • getRelationName

        public java.lang.String getRelationName()
      • getFieldName

        public java.lang.String getFieldName()