Class DeployedOfficeObjectModel

    • Constructor Detail

      • DeployedOfficeObjectModel

        public DeployedOfficeObjectModel()
        Default constructor.
      • DeployedOfficeObjectModel

        public DeployedOfficeObjectModel​(java.lang.String deployedOfficeObjectName,
                                         java.lang.String objectType)
        Convenience constructor for new non-linked instance.
        Parameters:
        deployedOfficeObjectName - Deployed office object name.
        objectType - Object type.
      • DeployedOfficeObjectModel

        public DeployedOfficeObjectModel​(java.lang.String deployedOfficeObjectName,
                                         java.lang.String objectType,
                                         int x,
                                         int y)
        Convenience constructor for new non-linked instance allowing XY initialising.
        Parameters:
        deployedOfficeObjectName - Deployed office object name.
        objectType - Object type.
        x - Horizontal location.
        y - Vertical location.
      • DeployedOfficeObjectModel

        public DeployedOfficeObjectModel​(java.lang.String deployedOfficeObjectName,
                                         java.lang.String objectType,
                                         DeployedOfficeObjectToOfficeFloorManagedObjectModel officeFloorManagedObject,
                                         DeployedOfficeObjectToOfficeFloorInputManagedObjectModel officeFloorInputManagedObject)
        Convenience constructor.
        Parameters:
        deployedOfficeObjectName - Deployed office object name.
        objectType - Object type.
        officeFloorManagedObject - Office floor managed object.
        officeFloorInputManagedObject - Office floor input managed object.
      • DeployedOfficeObjectModel

        public DeployedOfficeObjectModel​(java.lang.String deployedOfficeObjectName,
                                         java.lang.String objectType,
                                         DeployedOfficeObjectToOfficeFloorManagedObjectModel officeFloorManagedObject,
                                         DeployedOfficeObjectToOfficeFloorInputManagedObjectModel officeFloorInputManagedObject,
                                         int x,
                                         int y)
        Convenience constructor allowing XY initialising.
        Parameters:
        deployedOfficeObjectName - Deployed office object name.
        objectType - Object type.
        officeFloorManagedObject - Office floor managed object.
        officeFloorInputManagedObject - Office floor input managed object.
        x - Horizontal location.
        y - Vertical location.