Class GisFileOutcomeUpdateInput
java.lang.Object
overit.geocallapp.wfm.core.bl.gis.offline.event.GisFileOutcomeUpdateInput
Input object for
GisFileOutcomeUpdateEvent.- Since:
- 12.0
- GCApi:
- bo
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the external id of the offline package.Returns the outcome of the GIS file upload.voidsetExternalId(Long externalId) Sets the external id of the offline package.voidsetOutcome(Boolean outcome) Sets the outcome of the GIS file upload.
-
Field Details
-
externalId
-
outcome
-
-
Constructor Details
-
GisFileOutcomeUpdateInput
public GisFileOutcomeUpdateInput()
-
-
Method Details
-
getExternalId
Returns the external id of the offline package.- Returns:
- the offline package external id
- See Also:
-
setExternalId
Sets the external id of the offline package.- Parameters:
externalId- the external id- See Also:
-
getOutcome
Returns the outcome of the GIS file upload.- Returns:
- true if the outcome was successful, false otherwise
-
setOutcome
Sets the outcome of the GIS file upload.- Parameters:
outcome- the outcome
-