Class GisOfflinePackageSaveFileInput

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

public class GisOfflinePackageSaveFileInput extends Object
Since:
12.0
GCApi:
bo
  • Field Details

    • packageId

      protected Long packageId
    • lastUpdate

      protected Date lastUpdate
    • file

      protected UpFile file
    • fileName

      protected String fileName
    • uuid

      protected String uuid
    • originId

      protected Long originId
    • layerNumber

      protected Long layerNumber
  • Constructor Details

    • GisOfflinePackageSaveFileInput

      public GisOfflinePackageSaveFileInput()
  • Method Details

    • getPackageId

      public Long getPackageId()
      Returns the id of the offline package.
      Returns:
      the offline package id
      See Also:
    • setPackageId

      public void setPackageId(Long packageId)
      Sets the id of the offline package.
      Parameters:
      packageId - the offline package id
      See Also:
    • getLastUpdate

      public Date getLastUpdate()
      Returns the date in which the last update for the file was made.
      Returns:
      the last update date
    • setLastUpdate

      public void setLastUpdate(Date lastUpdate)
      Sets the date in which the last update for the file was made.
      Parameters:
      lastUpdate - the last update date
    • getFile

      public UpFile getFile()
      Returns the uploaded file.
      Returns:
      the file
    • setFile

      public void setFile(UpFile file)
      Sets the uploaded file.
      Parameters:
      file - the file
    • getUuid

      public String getUuid()
      Returns the uuid of the offline package.
      Returns:
      the the offline package uuid
    • setUuid

      public void setUuid(String uuid)
      Sets the uuid of the offline package.
      Parameters:
      uuid - the the offline package uuid
    • getFileName

      public String getFileName()
      Returns the file name.
      Returns:
      the file name
    • setFileName

      public void setFileName(String fileName)
      Sets the file name.
      Parameters:
      fileName - the file name
    • getOriginId

      public Long getOriginId()
      Returns the file origin.
      Returns:
      the file origin
    • setOriginId

      public void setOriginId(Long originId)
      Sets the file origin.
      Parameters:
      originId - the file origin
    • getLayerNumber

      public Long getLayerNumber()
      Returns the layer number for the GIS file.
      Returns:
      the layer number
    • setLayerNumber

      public void setLayerNumber(Long layerNumber)
      Sets the layer number for the GIS file.
      Parameters:
      layerNumber - the layer number