Class AbstractDescribable

    • Constructor Detail

      • AbstractDescribable

        public AbstractDescribable()
    • Method Detail

      • getName

        public String getName()
        Description copied from interface: Describable
        Obtain the name of an object is a possibly ambiguous human-readable identifier that need not be an external database reference.
        Specified by:
        getName in interface Describable
      • setName

        public void setName​(String name)
      • setDescription

        public void setDescription​(String description)
      • hashCode

        public int hashCode()
        Description copied from class: AbstractIdentifiable
        Important note: Never use the ID in the hashCode() implementation since it can be assigned when the object is persisted.
        Specified by:
        hashCode in class AbstractIdentifiable