Class GisFileOutcomeUpdateInput

java.lang.Object
overit.geocallapp.wfm.core.bl.gis.offline.event.GisFileOutcomeUpdateInput

public class GisFileOutcomeUpdateInput extends Object
Input object for GisFileOutcomeUpdateEvent.
Since:
12.0
GCApi:
bo
  • Field Details

    • externalId

      protected Long externalId
    • outcome

      protected Boolean outcome
  • Constructor Details

    • GisFileOutcomeUpdateInput

      public GisFileOutcomeUpdateInput()
  • Method Details

    • getExternalId

      public Long getExternalId()
      Returns the external id of the offline package.
      Returns:
      the offline package external id
      See Also:
    • setExternalId

      public void setExternalId(Long externalId)
      Sets the external id of the offline package.
      Parameters:
      externalId - the external id
      See Also:
    • getOutcome

      public Boolean getOutcome()
      Returns the outcome of the GIS file upload.
      Returns:
      true if the outcome was successful, false otherwise
    • setOutcome

      public void setOutcome(Boolean outcome)
      Sets the outcome of the GIS file upload.
      Parameters:
      outcome - the outcome