org.gcube_system.namespaces.application.aquamaps.types
Class Analysis

java.lang.Object
  extended by org.gcube_system.namespaces.application.aquamaps.types.Analysis
All Implemented Interfaces:
Serializable

public class Analysis
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
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)
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Analysis

public Analysis()

Analysis

public 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)
Method Detail

getId

public String getId()
Gets the id value for this Analysis.

Returns:
id

setId

public void setId(String id)
Sets the id value for this Analysis.

Parameters:
id -

getTitle

public String getTitle()
Gets the title value for this Analysis.

Returns:
title

setTitle

public void setTitle(String title)
Sets the title value for this Analysis.

Parameters:
title -

getAuthor

public String getAuthor()
Gets the author value for this Analysis.

Returns:
author

setAuthor

public void setAuthor(String author)
Sets the author value for this Analysis.

Parameters:
author -

getDescription

public String getDescription()
Gets the description value for this Analysis.

Returns:
description

setDescription

public void setDescription(String description)
Sets the description value for this Analysis.

Parameters:
description -

getStatus

public String getStatus()
Gets the status value for this Analysis.

Returns:
status

setStatus

public void setStatus(String status)
Sets the status value for this Analysis.

Parameters:
status -

getStartTime

public long getStartTime()
Gets the startTime value for this Analysis.

Returns:
startTime

setStartTime

public void setStartTime(long startTime)
Sets the startTime value for this Analysis.

Parameters:
startTime -

getEndTime

public long getEndTime()
Gets the endTime value for this Analysis.

Returns:
endTime

setEndTime

public void setEndTime(long endTime)
Sets the endTime value for this Analysis.

Parameters:
endTime -

getSubmissionTime

public long getSubmissionTime()
Gets the submissionTime value for this Analysis.

Returns:
submissionTime

setSubmissionTime

public void setSubmissionTime(long submissionTime)
Sets the submissionTime value for this Analysis.

Parameters:
submissionTime -

getCurrentPhasePercent

public double getCurrentPhasePercent()
Gets the currentPhasePercent value for this Analysis.

Returns:
currentPhasePercent

setCurrentPhasePercent

public void setCurrentPhasePercent(double currentPhasePercent)
Sets the currentPhasePercent value for this Analysis.

Parameters:
currentPhasePercent -

getReportIds

public String getReportIds()
Gets the reportIds value for this Analysis.

Returns:
reportIds

setReportIds

public void setReportIds(String reportIds)
Sets the reportIds value for this Analysis.

Parameters:
reportIds -

getType

public String getType()
Gets the type value for this Analysis.

Returns:
type

setType

public void setType(String type)
Sets the type value for this Analysis.

Parameters:
type -

getPerformedAnalysis

public String getPerformedAnalysis()
Gets the performedAnalysis value for this Analysis.

Returns:
performedAnalysis

setPerformedAnalysis

public void setPerformedAnalysis(String performedAnalysis)
Sets the performedAnalysis value for this Analysis.

Parameters:
performedAnalysis -

getArchiveLocation

public String getArchiveLocation()
Gets the archiveLocation value for this Analysis.

Returns:
archiveLocation

setArchiveLocation

public void setArchiveLocation(String archiveLocation)
Sets the archiveLocation value for this Analysis.

Parameters:
archiveLocation -

getSources

public String getSources()
Gets the sources value for this Analysis.

Returns:
sources

setSources

public void setSources(String sources)
Sets the sources value for this Analysis.

Parameters:
sources -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © 2013. All Rights Reserved.