Package com.i2group.disco.model
Class OriginIdentifier
java.lang.Object
com.i2group.disco.model.OriginIdentifier
A container for information that uniquely identifies an i2 Analyze record.
- Since:
- 10.0
-
Method Summary
Modifier and TypeMethodDescriptionbooleanGets aStringthat contains the identifier of the item type of the i2 Analyze record with thisOriginIdentifier.getKeys()GetsStrings that collectively identify the data for the i2 Analyze record in its source.getType()Gets aStringthat contains the type of the data source that was the origin for data in the i2 Analyze record.inthashCode()toString()
-
Method Details
-
hashCode
public int hashCode() -
equals
-
toString
-
getKeys
GetsStrings that collectively identify the data for the i2 Analyze record in its source.- Returns:
- See above.
-
getType
Gets aStringthat contains the type of the data source that was the origin for data in the i2 Analyze record.- Returns:
- See above.
-
getItemTypeId
Gets aStringthat contains the identifier of the item type of the i2 Analyze record with thisOriginIdentifier.- Returns:
- See above.
-