public class JobOccurrencesModel extends com.extjs.gxt.ui.client.data.BaseModelData implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
ADDRESS |
ComputationModel |
cl |
static Comparator<JobOccurrencesModel> |
COMPARATOR |
static String |
COMPUTATION |
static String |
COMPUTATIONID |
static String |
DESCRIPTION |
ElaborationStatus |
el |
static String |
ELABORATIONTYPE |
static String |
ENDTIME |
static String |
JOBINDENTIFIER |
static String |
JOBNAME |
static String |
OCCURRENCEMODEL |
static String |
PERCENTAGE |
static String |
RESOURCETYPE |
ResourceType |
rt |
static String |
STARTTIME |
static String |
STATUS |
static String |
STATUSPROGESSBAR |
Constructor and Description |
---|
JobOccurrencesModel() |
JobOccurrencesModel(String jobIdentifier,
String jobName,
ElaborationType type,
ElaborationStatus state,
ComputationModel computationModel,
Date startTime,
Date endTime)
Used to retrieve computation status
|
JobOccurrencesModel(String jobIdentifier,
String jobName,
ElaborationType type,
ElaborationStatus state,
String description,
Date startTime,
String operationId)
Used to retrieve occurrences list completed
|
JobOccurrencesModel(String jobIdentifier,
String jobName,
ElaborationType type,
ElaborationStatus state,
String description,
Date startTime,
String operationId,
ResourceType resourceType)
Used to retrieve occurrences list completed
|
JobOccurrencesModel(String jobIdentifier,
String jobName,
String description,
Date startTime,
Date endTime)
Used to retrieve table from store
|
Modifier and Type | Method and Description |
---|---|
String |
getAddress() |
ComputationModel |
getComputation() |
String |
getDescription() |
ElaborationStatus |
getDownloadState() |
Date |
getEndTime() |
String |
getIdentifier() |
String |
getName() |
String |
getOperationId() |
Float |
getPercentage() |
ResourceType |
getResourceType() |
Date |
getStartTime() |
ElaborationType |
getType() |
void |
setEndTime(Date endTime) |
String |
toString() |
public static final String JOBINDENTIFIER
public static final String JOBNAME
public static final String STARTTIME
public static final String STATUS
public static final String ENDTIME
public static final String DESCRIPTION
public static final String COMPUTATION
public static final String ELABORATIONTYPE
public static final String OCCURRENCEMODEL
public static final String PERCENTAGE
public static final String ADDRESS
public static final String STATUSPROGESSBAR
public static final String COMPUTATIONID
public static final String RESOURCETYPE
public ElaborationStatus el
public ComputationModel cl
public ResourceType rt
public static Comparator<JobOccurrencesModel> COMPARATOR
public JobOccurrencesModel()
public JobOccurrencesModel(String jobIdentifier, String jobName, ElaborationType type, ElaborationStatus state, ComputationModel computationModel, Date startTime, Date endTime)
jobIdentifier
- jobName
- type
- state
- computationModel
- startTime
- endTime
- public JobOccurrencesModel(String jobIdentifier, String jobName, String description, Date startTime, Date endTime)
jobIdentifier
- jobName
- type
- state
- computationModel
- startTime
- endTime
- public JobOccurrencesModel(String jobIdentifier, String jobName, ElaborationType type, ElaborationStatus state, String description, Date startTime, String operationId)
jobIdentifier
- jobName
- state
- description
- startTime
- public JobOccurrencesModel(String jobIdentifier, String jobName, ElaborationType type, ElaborationStatus state, String description, Date startTime, String operationId, ResourceType resourceType)
jobIdentifier
- jobName
- state
- description
- startTime
- public String getAddress()
public ResourceType getResourceType()
public String getOperationId()
public String getDescription()
public ComputationModel getComputation()
public ElaborationStatus getDownloadState()
public Date getEndTime()
public String getIdentifier()
public String getName()
public Float getPercentage()
public Date getStartTime()
public ElaborationType getType()
public void setEndTime(Date endTime)
Copyright © 2014. All Rights Reserved.