org.gcube.portlets.user.occurrencemanagement.shared
Class JobOccurrencesModel
java.lang.Object
com.extjs.gxt.ui.client.data.BaseModelData
org.gcube.portlets.user.occurrencemanagement.shared.JobOccurrencesModel
- All Implemented Interfaces:
- com.extjs.gxt.ui.client.data.ModelData, Serializable
public class JobOccurrencesModel
- extends com.extjs.gxt.ui.client.data.BaseModelData
- implements Serializable
- Author:
- Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it
- See Also:
- Serialized Form
Fields inherited from class com.extjs.gxt.ui.client.data.BaseModelData |
allowNestedValues, map |
Constructor Summary |
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 |
Methods inherited from class com.extjs.gxt.ui.client.data.BaseModelData |
get, get, getProperties, getPropertyNames, isAllowNestedValues, remove, set, setAllowNestedValues, setProperties |
JOBINDENTIFIER
public static final String JOBINDENTIFIER
- See Also:
- Constant Field Values
JOBNAME
public static final String JOBNAME
- See Also:
- Constant Field Values
STARTTIME
public static final String STARTTIME
- See Also:
- Constant Field Values
STATUS
public static final String STATUS
- See Also:
- Constant Field Values
ENDTIME
public static final String ENDTIME
- See Also:
- Constant Field Values
DESCRIPTION
public static final String DESCRIPTION
- See Also:
- Constant Field Values
COMPUTATION
public static final String COMPUTATION
- See Also:
- Constant Field Values
ELABORATIONTYPE
public static final String ELABORATIONTYPE
- See Also:
- Constant Field Values
OCCURRENCEMODEL
public static final String OCCURRENCEMODEL
- See Also:
- Constant Field Values
PERCENTAGE
public static final String PERCENTAGE
- See Also:
- Constant Field Values
ADDRESS
public static final String ADDRESS
- See Also:
- Constant Field Values
STATUSPROGESSBAR
public static final String STATUSPROGESSBAR
- See Also:
- Constant Field Values
COMPUTATIONID
public static final String COMPUTATIONID
- See Also:
- Constant Field Values
RESOURCETYPE
public static final String RESOURCETYPE
- See Also:
- Constant Field Values
el
public ElaborationStatus el
cl
public ComputationModel cl
rt
public ResourceType rt
COMPARATOR
public static Comparator<JobOccurrencesModel> COMPARATOR
JobOccurrencesModel
public JobOccurrencesModel()
JobOccurrencesModel
public JobOccurrencesModel(String jobIdentifier,
String jobName,
ElaborationType type,
ElaborationStatus state,
ComputationModel computationModel,
Date startTime,
Date endTime)
- Used to retrieve computation status
- Parameters:
jobIdentifier
- jobName
- type
- state
- computationModel
- startTime
- endTime
-
JobOccurrencesModel
public JobOccurrencesModel(String jobIdentifier,
String jobName,
String description,
Date startTime,
Date endTime)
- Used to retrieve table from store
- Parameters:
jobIdentifier
- jobName
- type
- state
- computationModel
- startTime
- endTime
-
JobOccurrencesModel
public JobOccurrencesModel(String jobIdentifier,
String jobName,
ElaborationType type,
ElaborationStatus state,
String description,
Date startTime,
String operationId)
- Used to retrieve occurrences list completed
- Parameters:
jobIdentifier
- jobName
- state
- description
- startTime
-
JobOccurrencesModel
public JobOccurrencesModel(String jobIdentifier,
String jobName,
ElaborationType type,
ElaborationStatus state,
String description,
Date startTime,
String operationId,
ResourceType resourceType)
- Used to retrieve occurrences list completed
- Parameters:
jobIdentifier
- jobName
- state
- description
- startTime
-
getAddress
public String getAddress()
getResourceType
public ResourceType getResourceType()
getOperationId
public String getOperationId()
getDescription
public String getDescription()
getComputation
public ComputationModel getComputation()
getDownloadState
public ElaborationStatus getDownloadState()
getEndTime
public Date getEndTime()
getIdentifier
public String getIdentifier()
getName
public String getName()
getPercentage
public Float getPercentage()
getStartTime
public Date getStartTime()
getType
public ElaborationType getType()
setEndTime
public void setEndTime(Date endTime)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2014. All Rights Reserved.