Package africa.absa.inception.reporting
Class ReportDefinitionSummary
- java.lang.Object
-
- africa.absa.inception.reporting.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 Summary
Constructors Constructor Description ReportDefinitionSummary()Constructs a new ReportDefinitionSummary.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)Indicates whether some other object is "equal to" this one.StringgetId()Returns the ID for the report definition.StringgetName()Returns the name of the report definition.inthashCode()Returns a hash code value for the object.StringtoString()Returns a string representation of the object.
-
-
-
Method Detail
-
equals
public boolean equals(Object object)
Indicates whether some other object is "equal to" this one.
-
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.
-
-