public class FlightAssignment extends AbstractPersistable
| Modifier and Type | Field and Description |
|---|---|
static Comparator<FlightAssignment> |
DATE_TIME_COMPARATOR |
id| Constructor and Description |
|---|
FlightAssignment() |
| Modifier and Type | Method and Description |
|---|---|
Employee |
getEmployee() |
Flight |
getFlight() |
long |
getFlightDurationInMinutes() |
int |
getIndexInFlight() |
Skill |
getRequiredSkill() |
void |
setEmployee(Employee employee) |
void |
setFlight(Flight flight) |
void |
setIndexInFlight(int indexInFlight) |
void |
setRequiredSkill(Skill requiredSkill) |
String |
toString() |
compareTo, getId, setIdpublic static final Comparator<FlightAssignment> DATE_TIME_COMPARATOR
public long getFlightDurationInMinutes()
public String toString()
toString in class AbstractPersistablepublic Flight getFlight()
public void setFlight(Flight flight)
public int getIndexInFlight()
public void setIndexInFlight(int indexInFlight)
public Skill getRequiredSkill()
public void setRequiredSkill(Skill requiredSkill)
public Employee getEmployee()
public void setEmployee(Employee employee)
Copyright © 2006–2018 JBoss by Red Hat. All rights reserved.