@Component @Scope(value="prototype") public class SessionInformations extends Object
| Constructor and Description |
|---|
SessionInformations() |
| Modifier and Type | Method and Description |
|---|---|
Calendar |
getCalendar() |
List<String> |
getCustomerUsers() |
String |
getSelectedContributor() |
List<Technician> |
getTechnicians() |
boolean |
isNeedTimeSlotLoad() |
void |
setCalendar(Calendar calendar) |
void |
setCustomerUsers(List<String> customerUsers) |
void |
setNeedTimeSlotLoad(boolean needTimeSlotLoad) |
void |
setSelectedContributor(String selectedContributor) |
void |
setTechnicians(List<Technician> technicians) |
public String getSelectedContributor()
public void setSelectedContributor(String selectedContributor)
public Calendar getCalendar()
public void setCalendar(Calendar calendar)
public List<Technician> getTechnicians()
public void setTechnicians(List<Technician> technicians)
public boolean isNeedTimeSlotLoad()
public void setNeedTimeSlotLoad(boolean needTimeSlotLoad)
Copyright © 2018. All rights reserved.