Class NegotiationStageDTO
- java.lang.Object
-
- br.com.senior.crm.http.camel.dtos.NegotiationStageDTO
-
public class NegotiationStageDTO extends Object
DTO do estágio de negociação
-
-
Field Summary
Fields Modifier and Type Field Description static org.apache.camel.component.jackson.JacksonDataFormatNEGOTIATION_STATE_DTO_FORMATLongstageEstágio
-
Constructor Summary
Constructors Constructor Description NegotiationStageDTO()
-
-
-
Field Detail
-
NEGOTIATION_STATE_DTO_FORMAT
public static final org.apache.camel.component.jackson.JacksonDataFormat NEGOTIATION_STATE_DTO_FORMAT
-
stage
public Long stage
Estágio
-
-