Class WorkShift
- java.lang.Object
-
- br.com.senior.hcm.recruitment.pojos.WorkShift
-
@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-08-14T11:43:22.583Z") public class WorkShift extends ObjectWorkShift
-
-
Constructor Summary
Constructors Constructor Description WorkShift()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkShiftcode(Integer code)WorkShiftdescription(String description)booleanequals(Object o)IntegergetCode()Código do turno de trabalho.StringgetDescription()Descrição do turno.StringgetId()Identificador do turno de trabalho.ShiftDtogetShift()Get shiftinthashCode()WorkShiftid(String id)voidsetCode(Integer code)voidsetDescription(String description)voidsetId(String id)voidsetShift(ShiftDto shift)WorkShiftshift(ShiftDto shift)StringtoString()
-
-
-
Method Detail
-
getCode
public Integer getCode()
Código do turno de trabalho.- Returns:
- code
-
setCode
public void setCode(Integer code)
-
getShift
public ShiftDto getShift()
Get shift- Returns:
- shift
-
setShift
public void setShift(ShiftDto shift)
-
getDescription
public String getDescription()
Descrição do turno.- Returns:
- description
-
setDescription
public void setDescription(String description)
-
getId
public String getId()
Identificador do turno de trabalho.- Returns:
- id
-
setId
public void setId(String id)
-
-