Class OfficeManagedObjectSourceFlowToOfficeSectionInputModel

    • Constructor Detail

      • OfficeManagedObjectSourceFlowToOfficeSectionInputModel

        public OfficeManagedObjectSourceFlowToOfficeSectionInputModel()
        Default constructor.
      • OfficeManagedObjectSourceFlowToOfficeSectionInputModel

        public OfficeManagedObjectSourceFlowToOfficeSectionInputModel​(java.lang.String officeSectionName,
                                                                      java.lang.String officeSectionInputName)
        Convenience constructor for new non-linked instance.
        Parameters:
        officeSectionName - Office section name.
        officeSectionInputName - Office section input name.
      • OfficeManagedObjectSourceFlowToOfficeSectionInputModel

        public OfficeManagedObjectSourceFlowToOfficeSectionInputModel​(java.lang.String officeSectionName,
                                                                      java.lang.String officeSectionInputName,
                                                                      int x,
                                                                      int y)
        Convenience constructor for new non-linked instance allowing XY initialising.
        Parameters:
        officeSectionName - Office section name.
        officeSectionInputName - Office section input name.
        x - Horizontal location.
        y - Vertical location.
      • OfficeManagedObjectSourceFlowToOfficeSectionInputModel

        public OfficeManagedObjectSourceFlowToOfficeSectionInputModel​(java.lang.String officeSectionName,
                                                                      java.lang.String officeSectionInputName,
                                                                      OfficeManagedObjectSourceFlowModel officeManagedObjectSourceFlow,
                                                                      OfficeSectionInputModel officeSectionInput)
        Convenience constructor.
        Parameters:
        officeSectionName - Office section name.
        officeSectionInputName - Office section input name.
        officeManagedObjectSourceFlow - Office managed object source flow.
        officeSectionInput - Office section input.
      • OfficeManagedObjectSourceFlowToOfficeSectionInputModel

        public OfficeManagedObjectSourceFlowToOfficeSectionInputModel​(java.lang.String officeSectionName,
                                                                      java.lang.String officeSectionInputName,
                                                                      OfficeManagedObjectSourceFlowModel officeManagedObjectSourceFlow,
                                                                      OfficeSectionInputModel officeSectionInput,
                                                                      int x,
                                                                      int y)
        Convenience constructor allowing XY initialising.
        Parameters:
        officeSectionName - Office section name.
        officeSectionInputName - Office section input name.
        officeManagedObjectSourceFlow - Office managed object source flow.
        officeSectionInput - Office section input.
        x - Horizontal location.
        y - Vertical location.
    • Method Detail

      • getOfficeSectionName

        public java.lang.String getOfficeSectionName()
        Returns:
        Office section name.
      • setOfficeSectionName

        public void setOfficeSectionName​(java.lang.String officeSectionName)
        Parameters:
        officeSectionName - Office section name.
      • getOfficeSectionInputName

        public java.lang.String getOfficeSectionInputName()
        Returns:
        Office section input name.
      • setOfficeSectionInputName

        public void setOfficeSectionInputName​(java.lang.String officeSectionInputName)
        Parameters:
        officeSectionInputName - Office section input name.
      • setOfficeManagedObjectSourceFlow

        public void setOfficeManagedObjectSourceFlow​(OfficeManagedObjectSourceFlowModel officeManagedObjectSourceFlow)
        Parameters:
        officeManagedObjectSourceFlow - Office managed object source flow.
      • setOfficeSectionInput

        public void setOfficeSectionInput​(OfficeSectionInputModel officeSectionInput)
        Parameters:
        officeSectionInput - Office section input.
      • isRemovable

        public boolean isRemovable()
        Description copied from interface: ConnectionModel
        Indicates if this connection is removable.
        Specified by:
        isRemovable in interface ConnectionModel
        Returns:
        Indicates if removable.