Package com.e1c.g5.v8.dt.check.settings
Class ICheckProvider.CheckInfo
java.lang.Object
com.e1c.g5.v8.dt.check.settings.ICheckProvider.CheckInfo
- Enclosing interface:
- ICheckProvider
Check information data transfer object which is used to exchange the check data between internal
components of the configuration check subsystem
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the category of the checkgetCheck()
Gets the checkGets the name of the check's contributor (bundle)
-
Constructor Details
-
CheckInfo
Constructs an instance- Parameters:
contributorName
- The name of the check's contributor (bundle). May not benull
category
- The category of the check. May not benull
check
- The check itself. May not benull
-
-
Method Details
-
getCategory
Gets the category of the check- Returns:
- The category of the check. May not be
null
-
getCheck
Gets the check- Returns:
- The check itself. May not be
null
-
getContributorName
Gets the name of the check's contributor (bundle)- Returns:
- The name of the check's contributor (bundle). May not be
null
-