Class ReportDefinitionSummary

  • All Implemented Interfaces:
    Serializable

    @Entity
    public class ReportDefinitionSummary
    extends Object
    implements Serializable
    The ReportDefinitionSummary class holds the summary information for a report definition.
    Author:
    Marcus Portmann
    See Also:
    Serialized Form
    • Constructor Detail

      • ReportDefinitionSummary

        public ReportDefinitionSummary()
        Constructs a new ReportDefinitionSummary.
    • Method Detail

      • equals

        public boolean equals​(Object object)
        Indicates whether some other object is "equal to" this one.
        Overrides:
        equals in class Object
        Parameters:
        object - the reference object with which to compare
        Returns:
        true if this object is the same as the object argument otherwise false
      • getId

        public String getId()
        Returns the ID for the report definition.
        Returns:
        the ID for the report definition
      • getName

        public String getName()
        Returns the name of the report definition.
        Returns:
        the name of the report definition
      • hashCode

        public int hashCode()
        Returns a hash code value for the object.
        Overrides:
        hashCode in class Object
        Returns:
        a hash code value for the object
      • toString

        public String toString()
        Returns a string representation of the object.
        Overrides:
        toString in class Object
        Returns:
        a string representation of the object