Class AccomplishmentEligibilityCommand.EligibilityMessage
java.lang.Object
org.deltava.commands.stats.AccomplishmentEligibilityCommand.EligibilityMessage
- All Implemented Interfaces:
ViewEntry
- Enclosing class:
AccomplishmentEligibilityCommand
-
Constructor Summary
ConstructorsConstructorDescriptionEligibilityMessage(boolean isOK) EligibilityMessage(long progress, Collection<?> missing) -
Method Summary
Modifier and TypeMethodDescriptionbooleanCollection<?> Class<?> longReturns the CSS class for this object if rendered in a view table.
-
Constructor Details
-
EligibilityMessage
EligibilityMessage(boolean isOK) -
EligibilityMessage
EligibilityMessage(long progress, Collection<?> missing)
-
-
Method Details
-
getRowClassName
Description copied from interface:ViewEntryReturns the CSS class for this object if rendered in a view table.- Specified by:
getRowClassNamein interfaceViewEntry- Returns:
- the CSS class name, or NULL if none
-
getAchieved
public boolean getAchieved() -
getProgress
public long getProgress() -
getMissingClass
-
getMissing
-