Class GisOfflinePackageSaveFileInput
java.lang.Object
overit.geocallapp.wfm.core.bl.gis.offline.event.GisOfflinePackageSaveFileInput
Input object for
GisOfflinePackageSaveFileEvent.- Since:
- 12.0
- GCApi:
- bo
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFile()Returns the uploaded file.Returns the file name.Returns the date in which the last update for the file was made.Returns the layer number for the GIS file.Returns the file origin.Returns the id of the offline package.getUuid()Returns the uuid of the offline package.voidSets the uploaded file.voidsetFileName(String fileName) Sets the file name.voidsetLastUpdate(Date lastUpdate) Sets the date in which the last update for the file was made.voidsetLayerNumber(Long layerNumber) Sets the layer number for the GIS file.voidsetOriginId(Long originId) Sets the file origin.voidsetPackageId(Long packageId) Sets the id of the offline package.voidSets the uuid of the offline package.
-
Field Details
-
packageId
-
lastUpdate
-
file
-
fileName
-
uuid
-
originId
-
layerNumber
-
-
Constructor Details
-
GisOfflinePackageSaveFileInput
public GisOfflinePackageSaveFileInput()
-
-
Method Details
-
getPackageId
Returns the id of the offline package.- Returns:
- the offline package id
- See Also:
-
setPackageId
Sets the id of the offline package.- Parameters:
packageId- the offline package id- See Also:
-
getLastUpdate
Returns the date in which the last update for the file was made.- Returns:
- the last update date
-
setLastUpdate
Sets the date in which the last update for the file was made.- Parameters:
lastUpdate- the last update date
-
getFile
Returns the uploaded file.- Returns:
- the file
-
setFile
Sets the uploaded file.- Parameters:
file- the file
-
getUuid
Returns the uuid of the offline package.- Returns:
- the the offline package uuid
-
setUuid
Sets the uuid of the offline package.- Parameters:
uuid- the the offline package uuid
-
getFileName
Returns the file name.- Returns:
- the file name
-
setFileName
Sets the file name.- Parameters:
fileName- the file name
-
getOriginId
Returns the file origin.- Returns:
- the file origin
-
setOriginId
Sets the file origin.- Parameters:
originId- the file origin
-
getLayerNumber
Returns the layer number for the GIS file.- Returns:
- the layer number
-
setLayerNumber
Sets the layer number for the GIS file.- Parameters:
layerNumber- the layer number
-