Class DTOInterventionInsert
java.lang.Object
overit.geocallapp.wfm.cee.rs1.intervention.DTOInterventionInsert
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal Doublefinal Doublebooleanfinal voidsetCoordinateX(Double coordinateX) final voidsetCoordinateY(Double coordinateY) voidsetCustomerId(Long customerId) voidsetDescription(String description) voidsetExternalCode(String externalCode) voidsetInterventionEndDate(Date interventionEndDate) voidsetInterventionStartDate(Date interventionStartDate) voidsetIsBooking(boolean isBooking) voidsetStatus(ConstCee.InterventionStatus status) void
-
Constructor Details
-
DTOInterventionInsert
public DTOInterventionInsert()
-
-
Method Details
-
getDescription
-
setDescription
-
getExternalCode
-
setExternalCode
-
getWoCode
-
setWoCode
-
getInterventionStartDate
-
setInterventionStartDate
-
getInterventionEndDate
-
setInterventionEndDate
-
isIsBooking
public boolean isIsBooking() -
setIsBooking
public void setIsBooking(boolean isBooking) -
getStatus
-
setStatus
-
getCoordinateX
-
setCoordinateX
-
getCoordinateY
-
setCoordinateY
-
getCustomerId
-
setCustomerId
-