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 TypeMethodDescriptionboolean
Gets aString
that contains the identifier of the item type of the i2 Analyze record with thisOriginIdentifier
.getKeys()
GetsString
s that collectively identify the data for the i2 Analyze record in its source.getType()
Gets aString
that contains the type of the data source that was the origin for data in the i2 Analyze record.int
hashCode()
toString()
-
Method Details
-
hashCode
public int hashCode() -
equals
-
toString
-
getKeys
GetsString
s that collectively identify the data for the i2 Analyze record in its source.- Returns:
- See above.
-
getType
Gets aString
that contains the type of the data source that was the origin for data in the i2 Analyze record.- Returns:
- See above.
-
getItemTypeId
Gets aString
that contains the identifier of the item type of the i2 Analyze record with thisOriginIdentifier
.- Returns:
- See above.
-