public class ServiceDto
extends java.lang.Object
| Constructor and Description |
|---|
ServiceDto(ServiceBranch _serviceName,
EmploymentType _employmentType,
java.time.LocalDate _startDate,
java.time.LocalDate _endDate,
Rank rank,
java.util.List<OperationalServiceDto> _operationalServiceDtos) |
| Modifier and Type | Method and Description |
|---|---|
java.time.LocalDate |
get_endDate() |
java.util.List<OperationalServiceDto> |
get_operationalServiceDtos() |
Rank |
get_rank() |
ServiceBranch |
get_serviceName() |
EmploymentType |
get_serviceType() |
java.time.LocalDate |
get_startDate() |
public ServiceDto(ServiceBranch _serviceName, EmploymentType _employmentType, java.time.LocalDate _startDate, java.time.LocalDate _endDate, Rank rank, java.util.List<OperationalServiceDto> _operationalServiceDtos)
public ServiceBranch get_serviceName()
public EmploymentType get_serviceType()
public java.time.LocalDate get_startDate()
public java.time.LocalDate get_endDate()
public Rank get_rank()
public java.util.List<OperationalServiceDto> get_operationalServiceDtos()