Class Domain

    • Constructor Detail

      • Domain

        public Domain()
      • Domain

        public Domain​(Domain domain)
    • Method Detail

      • setTitle

        public void setTitle​(String title)
        Sets the title of the domain.
        Parameters:
        title - the title of the domain.
      • getShortTitle

        @OslcPropertyDefinition("http://open-services.net/ns/core#shortTitle")
        public String getShortTitle()
        Gets the title of the domain (e.g. "Change Management").
        Returns:
        the title of the domain.
      • setShortTitle

        public void setShortTitle​(String shortTitle)
        Sets the abbreviated title of the domain (e.g. "CM").
        Parameters:
        shortTitle - the abbreviated title of the domain.