Class Goal

java.lang.Object
web.sportflow.goal.Goal

@Entity public class Goal extends Object
  • Constructor Details

  • Method Details

    • getId

      public Long getId()
    • getLabel

      public String getLabel()
    • getType

      public GoalType getType()
    • getTargetValue

      public Double getTargetValue()
    • getCurrentValue

      public Double getCurrentValue()
    • getUnit

      public String getUnit()
    • getUser

      public User getUser()
    • getProgressPercent

      public int getProgressPercent()
    • setId

      public void setId(Long id)
    • setLabel

      public void setLabel(String label)
    • setType

      public void setType(GoalType type)
    • setTargetValue

      public void setTargetValue(Double targetValue)
    • setCurrentValue

      public void setCurrentValue(Double currentValue)
    • setUnit

      public void setUnit(String unit)
    • setUser

      public void setUser(User user)