Package com.orchestranetworks.addon.dqid
Class FlatDataValue
- java.lang.Object
-
- com.orchestranetworks.addon.dqid.FlatDataValue
-
public final class FlatDataValue extends java.lang.ObjectDefines a value set in either theBig datatable or theFlat datatable.- Since:
- 2.0.0
- See Also:
BigDataDefinition,FlatDataDefinition
-
-
Constructor Summary
Constructors Constructor Description FlatDataValue(com.orchestranetworks.schema.Path path, java.lang.Object value)The constructor forFlatDataValue.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)com.orchestranetworks.schema.PathgetPath()Returns the flat reporting path.java.lang.ObjectgetValue()Returns the value.inthashCode()
-
-
-
Method Detail
-
getPath
public com.orchestranetworks.schema.Path getPath()
Returns the flat reporting path.- Returns:
- Path
-
getValue
public java.lang.Object getValue()
Returns the value.- Returns:
- Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
-