org.gcube.portlets.user.occurrencemanagement.shared
Class ComputationModel
java.lang.Object
org.gcube.portlets.user.occurrencemanagement.shared.ComputationModel
- All Implemented Interfaces:
- Serializable
public class ComputationModel
- extends Object
- implements Serializable
- Author:
- Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComputationModel
public ComputationModel()
ComputationModel
public ComputationModel(String id,
String name,
String algorithm,
String description,
String category,
Map<String,String> parametersMap,
ElaborationType elaborationType,
Date start,
Date end)
- Parameters:
id
- name
- algorithm
- description
- category
- elaborationType
- paramteresMap
-
getId
public String getId()
setId
public void setId(String id)
getName
public String getName()
setName
public void setName(String name)
getAlgorithm
public String getAlgorithm()
setAlgorithm
public void setAlgorithm(String algorithm)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getCategory
public String getCategory()
setCategory
public void setCategory(String category)
getParametersMap
public Map<String,String> getParametersMap()
getType
public ElaborationType getType()
getStartTime
public Date getStartTime()
setStartTime
public void setStartTime(Date startTime)
getEndTime
public Date getEndTime()
setEndTime
public void setEndTime(Date endTime)
Copyright © 2014. All Rights Reserved.