Class DescriptionImpl

    • Constructor Detail

      • DescriptionImpl

        public DescriptionImpl()
      • DescriptionImpl

        public DescriptionImpl​(String title,
                               String description)
      • DescriptionImpl

        public DescriptionImpl​(Description description)
        Copy constructor.
    • Method Detail

      • setTitle

        public void setTitle​(String title)
        Description copied from interface: Description
        Define title using the current locale.
        Specified by:
        setTitle in interface Description
      • setAbstract

        public void setAbstract​(String description)
        Description copied from interface: Description
        Define description in the current locale.
        Specified by:
        setAbstract in interface Description
        Parameters:
        description - Abstract providing summary of contents
      • accept

        public Object accept​(TraversingStyleVisitor visitor,
                             Object extraData)
        Description copied from interface: Description
        calls the visit method of a StyleVisitor
        Specified by:
        accept in interface Description
        Parameters:
        visitor - the style visitor
      • accept

        public void accept​(StyleVisitor visitor)
        Description copied from interface: Description
        calls the visit method of a StyleVisitor
        Specified by:
        accept in interface Description
        Parameters:
        visitor - the style visitor
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public boolean equals​(Object obj)
        Overrides:
        equals in class Object