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 TypeMethodDescriptionboolean
Collection
<?> Class
<?> long
Returns 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:ViewEntry
Returns the CSS class for this object if rendered in a view table.- Specified by:
getRowClassName
in interfaceViewEntry
- Returns:
- the CSS class name, or NULL if none
-
getAchieved
public boolean getAchieved() -
getProgress
public long getProgress() -
getMissingClass
-
getMissing
-