Class LifeReportComponent

java.lang.Object
velo.ladaalpha.fields.life.LifeReportComponent

public class LifeReportComponent extends Object
The Class LifeReportComponent.
  • Constructor Details

    • LifeReportComponent

      public LifeReportComponent(Event event, double day, double hour, double minute)
      Instantiates a new life report component.
      Parameters:
      event - the event
      day - the day
      hour - the hour
      minute - the minute
  • Method Details

    • toString

      public String toString()
      To string.
      Overrides:
      toString in class Object
      Returns:
      the string
    • getEvent

      public Event getEvent()
      Gets the event.
      Returns:
      the event
    • setEvent

      public void setEvent(Event event)
      Sets the event.
      Parameters:
      event - the event to set
    • getDay

      public double getDay()
      Gets the day.
      Returns:
      the day
    • setDay

      public void setDay(double day)
      Sets the day.
      Parameters:
      day - the day to set
    • getHour

      public double getHour()
      Gets the hour.
      Returns:
      the hour
    • setHour

      public void setHour(double hour)
      Sets the hour.
      Parameters:
      hour - the hour to set
    • getMinute

      public double getMinute()
      Gets the minute.
      Returns:
      the minute
    • setMinute

      public void setMinute(double minute)
      Sets the minute.
      Parameters:
      minute - the minute to set