Package velo.ladaalpha.fields.life
Class LifeReportComponent
java.lang.Object
velo.ladaalpha.fields.life.LifeReportComponent
The Class LifeReportComponent.
- 
Constructor Summary
ConstructorsConstructorDescriptionLifeReportComponent(Event event, double day, double hour, double minute) Instantiates a new life report component. - 
Method Summary
Modifier and TypeMethodDescriptiondoublegetDay()Gets the day.getEvent()Gets the event.doublegetHour()Gets the hour.doubleGets the minute.voidsetDay(double day) Sets the day.voidSets the event.voidsetHour(double hour) Sets the hour.voidsetMinute(double minute) Sets the minute.toString()To string. 
- 
Constructor Details
- 
LifeReportComponent
Instantiates a new life report component.- Parameters:
 event- the eventday- the dayhour- the hourminute- the minute
 
 - 
 - 
Method Details
- 
toString
To string. - 
getEvent
Gets the event.- Returns:
 - the event
 
 - 
setEvent
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
 
 -