Class OrganizationProfileProperties

All Implemented Interfaces:
Serializable

public class OrganizationProfileProperties extends TeamProfileProperties
OrganizationProfileProperties describes a top-level team in an organization. It adds no attributes, but is a marker for the top of a departmental structure.
See Also:
  • Constructor Details

    • OrganizationProfileProperties

      public OrganizationProfileProperties()
      Default constructor
    • OrganizationProfileProperties

      public OrganizationProfileProperties(OrganizationProfileProperties template)
      Copy/clone constructor
      Parameters:
      template - object to copy
  • Method Details