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 aStringthe contains a description of the source being referenced.getImage()Gets aStringthat contains the image of the source being referenced.Gets aStringthat contains the location of the source being referenced.getName()Gets aStringthat contains the name of the source being referenced.getType()Gets aStringthat contains the type of the source being referenced.
-
Method Details
-
getType
String getType()Gets aStringthat contains the type of the source being referenced.- Returns:
- See above.
-
getName
String getName()Gets aStringthat contains the name of the source being referenced.- Returns:
- See above.
-
getLocation
String getLocation()Gets aStringthat contains the location of the source being referenced.- Returns:
- See above.
-
getImage
String getImage()Gets aStringthat contains the image of the source being referenced.- Returns:
- See above.
-
getDescription
String getDescription()Gets aStringthe contains a description of the source being referenced.- Returns:
- See above.
-