org.pentaho.di.core
Interface CheckResultSourceInterface


public interface CheckResultSourceInterface

Implementing classes of this interface can provide more information about the source of the CheckResult remark.

Author:
mbatchel 6/25/07

Method Summary
 String getDescription()
           
 long getID()
           
 String getName()
           
 String getTypeId()
           
 

Method Detail

getName

String getName()
Returns:
The name of the source generating the CheckResult

getDescription

String getDescription()
Returns:
The description of the source generating the CheckResult

getID

long getID()
Returns:
The ID of the source generating the CheckResult

getTypeId

String getTypeId()
Returns:
The Type ID of the source generating the CheckResult. The Type ID is the system-defined type identifier (like TRANS or SORT).