Class Description


  • public final class Description
    extends Object
    Description related properties of a product system.
    • Constructor Detail

      • Description

        public Description()
    • Method Detail

      • descriptionType

        public DescriptionType descriptionType()
        Get the descriptionType property: Type of description.
        Returns:
        the descriptionType value.
      • shortDescription

        public String shortDescription()
        Get the shortDescription property: Short description of the product system.
        Returns:
        the shortDescription value.
      • longDescription

        public String longDescription()
        Get the longDescription property: Long description of the product system.
        Returns:
        the longDescription value.
      • keywords

        public List<String> keywords()
        Get the keywords property: Keywords for the product system.
        Returns:
        the keywords value.
      • attributes

        public List<String> attributes()
        Get the attributes property: Attributes for the product system.
        Returns:
        the attributes value.
      • links

        public List<Link> links()
        Get the links property: Links for the product system.
        Returns:
        the links value.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.