public class Analysis extends Object implements Serializable
| Constructor and Description |
|---|
Analysis() |
Analysis(String archiveLocation,
String author,
double currentPhasePercent,
String description,
long endTime,
String id,
String performedAnalysis,
String reportIds,
String sources,
long startTime,
String status,
long submissionTime,
String title,
String type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getArchiveLocation()
Gets the archiveLocation value for this Analysis.
|
String |
getAuthor()
Gets the author value for this Analysis.
|
double |
getCurrentPhasePercent()
Gets the currentPhasePercent value for this Analysis.
|
String |
getDescription()
Gets the description value for this Analysis.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
long |
getEndTime()
Gets the endTime value for this Analysis.
|
String |
getId()
Gets the id value for this Analysis.
|
String |
getPerformedAnalysis()
Gets the performedAnalysis value for this Analysis.
|
String |
getReportIds()
Gets the reportIds value for this Analysis.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getSources()
Gets the sources value for this Analysis.
|
long |
getStartTime()
Gets the startTime value for this Analysis.
|
String |
getStatus()
Gets the status value for this Analysis.
|
long |
getSubmissionTime()
Gets the submissionTime value for this Analysis.
|
String |
getTitle()
Gets the title value for this Analysis.
|
String |
getType()
Gets the type value for this Analysis.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setArchiveLocation(String archiveLocation)
Sets the archiveLocation value for this Analysis.
|
void |
setAuthor(String author)
Sets the author value for this Analysis.
|
void |
setCurrentPhasePercent(double currentPhasePercent)
Sets the currentPhasePercent value for this Analysis.
|
void |
setDescription(String description)
Sets the description value for this Analysis.
|
void |
setEndTime(long endTime)
Sets the endTime value for this Analysis.
|
void |
setId(String id)
Sets the id value for this Analysis.
|
void |
setPerformedAnalysis(String performedAnalysis)
Sets the performedAnalysis value for this Analysis.
|
void |
setReportIds(String reportIds)
Sets the reportIds value for this Analysis.
|
void |
setSources(String sources)
Sets the sources value for this Analysis.
|
void |
setStartTime(long startTime)
Sets the startTime value for this Analysis.
|
void |
setStatus(String status)
Sets the status value for this Analysis.
|
void |
setSubmissionTime(long submissionTime)
Sets the submissionTime value for this Analysis.
|
void |
setTitle(String title)
Sets the title value for this Analysis.
|
void |
setType(String type)
Sets the type value for this Analysis.
|
public String getId()
public void setId(String id)
id - public String getTitle()
public void setTitle(String title)
title - public String getAuthor()
public void setAuthor(String author)
author - public String getDescription()
public void setDescription(String description)
description - public String getStatus()
public void setStatus(String status)
status - public long getStartTime()
public void setStartTime(long startTime)
startTime - public long getEndTime()
public void setEndTime(long endTime)
endTime - public long getSubmissionTime()
public void setSubmissionTime(long submissionTime)
submissionTime - public double getCurrentPhasePercent()
public void setCurrentPhasePercent(double currentPhasePercent)
currentPhasePercent - public String getReportIds()
public void setReportIds(String reportIds)
reportIds - public String getType()
public void setType(String type)
type - public String getPerformedAnalysis()
public void setPerformedAnalysis(String performedAnalysis)
performedAnalysis - public String getArchiveLocation()
public void setArchiveLocation(String archiveLocation)
archiveLocation - public String getSources()
public void setSources(String sources)
sources - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2016. All Rights Reserved.