Class AccomplishmentEligibilityCommand.EligibilityMessage

java.lang.Object
org.deltava.commands.stats.AccomplishmentEligibilityCommand.EligibilityMessage
All Implemented Interfaces:
ViewEntry
Enclosing class:
AccomplishmentEligibilityCommand

public class AccomplishmentEligibilityCommand.EligibilityMessage extends Object implements ViewEntry
Since:
3.2
Version:
11.2
Author:
Luke
  • Constructor Details

    • EligibilityMessage

      EligibilityMessage(boolean isOK)
    • EligibilityMessage

      EligibilityMessage(long progress, Collection<?> missing)
  • Method Details

    • getRowClassName

      public String getRowClassName()
      Description copied from interface: ViewEntry
      Returns the CSS class for this object if rendered in a view table.
      Specified by:
      getRowClassName in interface ViewEntry
      Returns:
      the CSS class name, or NULL if none
    • getAchieved

      public boolean getAchieved()
    • getProgress

      public long getProgress()
    • getMissingClass

      public Class<?> getMissingClass()
    • getMissing

      public Collection<?> getMissing()