public class JobGisLayerModel extends Object implements Serializable, com.google.gwt.user.client.rpc.IsSerializable
| Modifier and Type | Field and Description |
|---|---|
static String |
DESCRIPTION |
protected String |
elapsedTime |
static String |
ELAPSEDTIME |
protected Date |
endTime |
static String |
ENDTIME |
static String |
GISVIEWERAPPLINK |
static String |
JOBINDENTIFIER |
static String |
JOBNAME |
static String |
LAYERUUID |
static String |
PERCENTAGE |
static String |
PROGRESS |
protected Date |
startTime |
static String |
STARTTIME |
static String |
STATUS |
protected Date |
submitTime |
static String |
SUBMITTIME |
| Constructor and Description |
|---|
JobGisLayerModel()
Instantiates a new job gis layer model.
|
JobGisLayerModel(String jobIdentifier,
String jobName,
DownloadState downloadState,
Date startTime,
Date submitTime,
Date endTime,
String elapsedTime,
String layerDescription,
long completedPoints,
long totalPoints,
String gisViewerAppLink,
String layerUUID)
Instantiates a new job gis layer model.
|
JobGisLayerModel(String jobIdentifier,
String layerTitle,
DownloadState downloadState,
long completedPoints,
long totalPoints)
Instantiates a new job gis layer model.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getCompletedPoints()
Gets the completed points.
|
DownloadState |
getDownloadState()
Gets the download state.
|
String |
getElapsedTime()
Gets the elapsed time.
|
Date |
getEndTime()
Gets the end time.
|
String |
getGisViewerAppLink()
Gets the gis viewer app link.
|
String |
getJobIdentifier()
Gets the job identifier.
|
String |
getJobName()
Gets the job name.
|
String |
getLayerDescription()
Gets the layer description.
|
String |
getLayerUUID()
Gets the layer uuid.
|
float |
getPercentage()
Gets the percentage.
|
Date |
getStartTime()
Gets the start time.
|
Date |
getSubmitTime()
Gets the submit time.
|
long |
getTotalPoints()
Gets the total points.
|
void |
setCompletedPoints(long completedPoints)
Sets the completed points.
|
void |
setDownloadState(DownloadState downloadState)
Sets the download state.
|
void |
setElapsedTime(String elapsedTime)
Sets the elapsed time.
|
void |
setEndTime(Date endTime)
Sets the end time.
|
void |
setGisViewerAppLink(String gisViewerAppLink)
Sets the gis viewer app link.
|
void |
setJobIdentifier(String jobIdentifier)
Sets the job identifier.
|
void |
setJobName(String jobName)
Sets the job name.
|
void |
setLayerDescription(String layerDescription)
Sets the layer description.
|
void |
setLayerUUID(String layerUUID)
Sets the layer uuid.
|
void |
setStartTime(Date startTime)
Sets the start time.
|
void |
setSubmitTime(Date submitTime)
Sets the submit time.
|
void |
setTotalPoints(long totalPoints)
Sets the total points.
|
String |
toString() |
public static final String JOBNAME
public static final String JOBINDENTIFIER
public static final String STARTTIME
public static final String SUBMITTIME
public static final String PROGRESS
public static final String ENDTIME
public static final String ELAPSEDTIME
public static final String GISVIEWERAPPLINK
public static final String LAYERUUID
public static final String PERCENTAGE
public static final String DESCRIPTION
public static final String STATUS
protected Date startTime
protected Date submitTime
protected Date endTime
protected String elapsedTime
public JobGisLayerModel()
public JobGisLayerModel(String jobIdentifier, String layerTitle, DownloadState downloadState, long completedPoints, long totalPoints)
jobIdentifier - the job identifierlayerTitle - the layer titledownloadState - the download statecompletedPoints - the completed pointstotalPoints - the total pointspublic JobGisLayerModel(String jobIdentifier, String jobName, DownloadState downloadState, Date startTime, Date submitTime, Date endTime, String elapsedTime, String layerDescription, long completedPoints, long totalPoints, String gisViewerAppLink, String layerUUID)
jobIdentifier - the job identifierjobName - the job namedownloadState - the download statestartTime - the start timesubmitTime - the submit timeendTime - the end timeelapsedTime - the elapsed timelayerDescription - the layer descriptioncompletedPoints - the completed pointstotalPoints - the total pointsgisViewerAppLink - the gis viewer app linklayerUUID - the layer uuidpublic String getJobIdentifier()
public String getJobName()
public DownloadState getDownloadState()
public Date getStartTime()
public Date getSubmitTime()
public Date getEndTime()
public String getElapsedTime()
public String getLayerDescription()
public float getPercentage()
public long getTotalPoints()
public long getCompletedPoints()
public String getLayerUUID()
public String getGisViewerAppLink()
public void setJobIdentifier(String jobIdentifier)
jobIdentifier - the jobIdentifier to setpublic void setJobName(String jobName)
jobName - the jobName to setpublic void setDownloadState(DownloadState downloadState)
downloadState - the downloadState to setpublic void setStartTime(Date startTime)
startTime - the startTime to setpublic void setSubmitTime(Date submitTime)
submitTime - the submitTime to setpublic void setEndTime(Date endTime)
endTime - the endTime to setpublic void setElapsedTime(String elapsedTime)
elapsedTime - the elapsedTime to setpublic void setLayerDescription(String layerDescription)
layerDescription - the layerDescription to setpublic void setTotalPoints(long totalPoints)
totalPoints - the totalPoints to setpublic void setCompletedPoints(long completedPoints)
completedPoints - the completedPoints to setpublic void setLayerUUID(String layerUUID)
layerUUID - the layerUUID to setpublic void setGisViewerAppLink(String gisViewerAppLink)
gisViewerAppLink - the gisViewerAppLink to setCopyright © 2020. All Rights Reserved.