Class MergeReport
- java.lang.Object
-
- org.openprovenance.prov.validation.report.SomeStatements
-
- org.openprovenance.prov.validation.report.MergeReport
-
public class MergeReport extends SomeStatements implements Equals, HashCode, ToString
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
-
Fields inherited from class org.openprovenance.prov.validation.report.SomeStatements
entityAndActivityAndWasGeneratedBy
-
-
Constructor Summary
Constructors Constructor Description MergeReport()
-
Method Summary
Modifier and Type Method Description booleanequals(Object object)voidequals(Object object, EqualsBuilder equalsBuilder)StringgetKey()Gets the value of the key property.inthashCode()voidhashCode(HashCodeBuilder hashCodeBuilder)voidsetKey(String value)Sets the value of the key property.StringtoString()voidtoString(ToStringBuilder toStringBuilder)-
Methods inherited from class org.openprovenance.prov.validation.report.SomeStatements
getStatement
-
-
-
-
Field Detail
-
key
protected String key
-
-
Method Detail
-
getKey
public String getKey()
Gets the value of the key property.- Returns:
- possible object is
String
-
setKey
public void setKey(String value)
Sets the value of the key property.- Parameters:
value- allowed object isString
-
equals
public void equals(Object object, EqualsBuilder equalsBuilder)
- Specified by:
equalsin interfaceEquals- Overrides:
equalsin classSomeStatements
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classSomeStatements
-
hashCode
public void hashCode(HashCodeBuilder hashCodeBuilder)
- Specified by:
hashCodein interfaceHashCode- Overrides:
hashCodein classSomeStatements
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSomeStatements
-
toString
public void toString(ToStringBuilder toStringBuilder)
- Specified by:
toStringin interfaceToString- Overrides:
toStringin classSomeStatements
-
toString
public String toString()
- Overrides:
toStringin classSomeStatements
-
-