Package org.bgerp.model.process.config
Class ProcessPriorityConfig
java.lang.Object
org.bgerp.app.cfg.Config
org.bgerp.model.process.config.ProcessPriorityConfig
- 
Nested Class Summary
Nested classes/interfaces inherited from class org.bgerp.app.cfg.Config
Config.InitStopException - 
Field Summary
 - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetPriorityDescription(int value) Provides a description for a given priorityMethods inherited from class org.bgerp.app.cfg.Config
initWhen, throwValidationException 
- 
Constructor Details
- 
ProcessPriorityConfig
 
 - 
 - 
Method Details
- 
getPriorityColors
- Returns:
 - map with key process priority and value hex color string.
 
 - 
getPriorityDescription
Provides a description for a given priority- Parameters:
 value- the priority- Returns:
 - the description, can be 
null 
 
 -