Class OfficeManagedObjectSourceTeamModel

    • Constructor Detail

      • OfficeManagedObjectSourceTeamModel

        public OfficeManagedObjectSourceTeamModel()
        Default constructor.
      • OfficeManagedObjectSourceTeamModel

        public OfficeManagedObjectSourceTeamModel​(java.lang.String officeManagedObjectSourceTeamName)
        Convenience constructor for new non-linked instance.
        Parameters:
        officeManagedObjectSourceTeamName - Office managed object source team name.
      • OfficeManagedObjectSourceTeamModel

        public OfficeManagedObjectSourceTeamModel​(java.lang.String officeManagedObjectSourceTeamName,
                                                  int x,
                                                  int y)
        Convenience constructor for new non-linked instance allowing XY initialising.
        Parameters:
        officeManagedObjectSourceTeamName - Office managed object source team name.
        x - Horizontal location.
        y - Vertical location.
      • OfficeManagedObjectSourceTeamModel

        public OfficeManagedObjectSourceTeamModel​(java.lang.String officeManagedObjectSourceTeamName,
                                                  OfficeManagedObjectSourceTeamToOfficeTeamModel officeTeam)
        Convenience constructor.
        Parameters:
        officeManagedObjectSourceTeamName - Office managed object source team name.
        officeTeam - Office team.
      • OfficeManagedObjectSourceTeamModel

        public OfficeManagedObjectSourceTeamModel​(java.lang.String officeManagedObjectSourceTeamName,
                                                  OfficeManagedObjectSourceTeamToOfficeTeamModel officeTeam,
                                                  int x,
                                                  int y)
        Convenience constructor allowing XY initialising.
        Parameters:
        officeManagedObjectSourceTeamName - Office managed object source team name.
        officeTeam - Office team.
        x - Horizontal location.
        y - Vertical location.