Class MergeReport
java.lang.Object
org.openprovenance.prov.validation.report.SomeStatements
org.openprovenance.prov.validation.report.MergeReport
Java class for MergeReport complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MergeReport">
<complexContent>
<extension base="{http://openprovenance.org/validation#}Statements">
<attribute name="key" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsFields inherited from class org.openprovenance.prov.validation.report.SomeStatements
entityAndActivityAndWasGeneratedBy -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidequals(Object object, EqualsBuilder equalsBuilder) getKey()Gets the value of the key property.inthashCode()voidhashCode(HashCodeBuilder hashCodeBuilder) voidSets the value of the key property.toString()voidtoString(ToStringBuilder toStringBuilder) Methods inherited from class org.openprovenance.prov.validation.report.SomeStatements
getStatement
-
Field Details
-
key
-
-
Constructor Details
-
MergeReport
public MergeReport()
-
-
Method Details
-
getKey
Gets the value of the key property.- Returns:
- possible object is
String
-
setKey
Sets the value of the key property.- Parameters:
value- allowed object isString
-
equals
- Specified by:
equalsin interfaceEquals- Overrides:
equalsin classSomeStatements
-
equals
- Overrides:
equalsin classSomeStatements
-
hashCode
- Specified by:
hashCodein interfaceHashCode- Overrides:
hashCodein classSomeStatements
-
hashCode
public int hashCode()- Overrides:
hashCodein classSomeStatements
-
toString
- Specified by:
toStringin interfaceToString- Overrides:
toStringin classSomeStatements
-
toString
- Overrides:
toStringin classSomeStatements
-