@Entity public class GisLayerJob extends DefaultJob
| Modifier and Type | Field and Description |
|---|---|
protected int |
internalId |
description, DESCRIPTION, elapsedTime, ELAPSEDTIME, endTime, ENDTIME, id, ID_FIELD, name, NAME, startTime, STARTTIME, state, STATE, submitTime, SUBMITTIME| Constructor and Description |
|---|
GisLayerJob()
Instantiates a new gis layer job.
|
GisLayerJob(String id,
String name,
long startTime,
long submitTime,
long endTime,
long elapsedTime,
String description,
String state,
String gisViewerAppLink,
long totalPoints,
long completedEntries)
Instantiates a new gis layer job.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getCompletedEntries()
Gets the completed entries.
|
String |
getGisViewerAppLink()
Gets the gis viewer app link.
|
int |
getInternalId()
Gets the internal id.
|
String |
getLayerUUID()
Gets the layer uuid.
|
long |
getTotalPoints()
Gets the total points.
|
void |
setCompletedEntries(long completedEntries)
Sets the completed entries.
|
void |
setGisViewerAppLink(String gisViewerAppLink)
Sets the gis viewer app link.
|
void |
setLayerUUID(String layerUUID)
Sets the layer uuid.
|
void |
setTotalPoints(long totalPoints)
Sets the total points.
|
String |
toString() |
getDescription, getElapsedTime, getEndTime, getId, getName, getStartTime, getState, getSubmitTime, setDescription, setElapsedTime, setEndTime, setId, setName, setStartTime, setState, setSubmitTimepublic GisLayerJob()
public GisLayerJob(String id, String name, long startTime, long submitTime, long endTime, long elapsedTime, String description, String state, String gisViewerAppLink, long totalPoints, long completedEntries)
id - the idname - the namestartTime - the start timesubmitTime - the submit timeendTime - the end timeelapsedTime - the elapsed timedescription - the descriptionstate - the stategisViewerAppLink - the gis viewer app linktotalPoints - the total pointscompletedEntries - the completed entriespublic long getCompletedEntries()
public void setCompletedEntries(long completedEntries)
completedEntries - the completedEntries to setpublic long getTotalPoints()
public String getLayerUUID()
public void setLayerUUID(String layerUUID)
layerUUID - the layerUUID to setpublic void setTotalPoints(long totalPoints)
totalPoints - the totalPoints to setpublic String getGisViewerAppLink()
public void setGisViewerAppLink(String gisViewerAppLink)
gisViewerAppLink - the gisViewerAppLink to setpublic int getInternalId()
public String toString()
toString in class DefaultJobCopyright © 2020. All Rights Reserved.