Class DeployedOfficeInputModel

    • Constructor Detail

      • DeployedOfficeInputModel

        public DeployedOfficeInputModel()
        Default constructor.
      • DeployedOfficeInputModel

        public DeployedOfficeInputModel​(java.lang.String sectionName,
                                        java.lang.String sectionInputName,
                                        java.lang.String parameterType)
        Convenience constructor for new non-linked instance.
        Parameters:
        sectionName - Section name.
        sectionInputName - Section input name.
        parameterType - Parameter type.
      • DeployedOfficeInputModel

        public DeployedOfficeInputModel​(java.lang.String sectionName,
                                        java.lang.String sectionInputName,
                                        java.lang.String parameterType,
                                        int x,
                                        int y)
        Convenience constructor for new non-linked instance allowing XY initialising.
        Parameters:
        sectionName - Section name.
        sectionInputName - Section input name.
        parameterType - Parameter type.
        x - Horizontal location.
        y - Vertical location.
      • DeployedOfficeInputModel

        public DeployedOfficeInputModel​(java.lang.String sectionName,
                                        java.lang.String sectionInputName,
                                        java.lang.String parameterType,
                                        OfficeFloorManagedObjectSourceFlowToDeployedOfficeInputModel[] officeFloorManagedObjectSourceFlow)
        Convenience constructor.
        Parameters:
        sectionName - Section name.
        sectionInputName - Section input name.
        parameterType - Parameter type.
        officeFloorManagedObjectSourceFlow - Office floor managed object source flow.
      • DeployedOfficeInputModel

        public DeployedOfficeInputModel​(java.lang.String sectionName,
                                        java.lang.String sectionInputName,
                                        java.lang.String parameterType,
                                        OfficeFloorManagedObjectSourceFlowToDeployedOfficeInputModel[] officeFloorManagedObjectSourceFlow,
                                        int x,
                                        int y)
        Convenience constructor allowing XY initialising.
        Parameters:
        sectionName - Section name.
        sectionInputName - Section input name.
        parameterType - Parameter type.
        officeFloorManagedObjectSourceFlow - Office floor managed object source flow.
        x - Horizontal location.
        y - Vertical location.
    • Method Detail

      • getSectionName

        public java.lang.String getSectionName()
        Returns:
        Section name.
      • setSectionName

        public void setSectionName​(java.lang.String sectionName)
        Parameters:
        sectionName - Section name.
      • getSectionInputName

        public java.lang.String getSectionInputName()
        Returns:
        Section input name.
      • setSectionInputName

        public void setSectionInputName​(java.lang.String sectionInputName)
        Parameters:
        sectionInputName - Section input name.
      • getParameterType

        public java.lang.String getParameterType()
        Returns:
        Parameter type.
      • setParameterType

        public void setParameterType​(java.lang.String parameterType)
        Parameters:
        parameterType - Parameter type.