Package com.i2group.disco.audit
Interface ISourceReference
- All Known Subinterfaces:
ISourceReferenceAddition
,ISourceReferenceModification
public interface ISourceReference
Information about a source that contains or contributed data for an i2 Analyze record.
- Since:
- 11.0
-
Method Summary
Modifier and TypeMethodDescriptionGets aString
the contains a description of the source being referenced.getImage()
Gets aString
that contains the image of the source being referenced.Gets aString
that contains the location of the source being referenced.getName()
Gets aString
that contains the name of the source being referenced.getType()
Gets aString
that contains the type of the source being referenced.
-
Method Details
-
getType
String getType()Gets aString
that contains the type of the source being referenced.- Returns:
- See above.
-
getName
String getName()Gets aString
that contains the name of the source being referenced.- Returns:
- See above.
-
getLocation
String getLocation()Gets aString
that contains the location of the source being referenced.- Returns:
- See above.
-
getImage
String getImage()Gets aString
that contains the image of the source being referenced.- Returns:
- See above.
-
getDescription
String getDescription()Gets aString
the contains a description of the source being referenced.- Returns:
- See above.
-