org.gcube_system.namespaces.data.analysis.statisticalmanager.types
Class ItemHistory

java.lang.Object
  extended by org.gcube_system.namespaces.data.analysis.statisticalmanager.types.ItemHistory
All Implemented Interfaces:
Serializable

public class ItemHistory
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ItemHistory()
           
ItemHistory(SMComputation computation, long computationId, ComputationStatus computationStatus, Calendar endDate, String infrastructure, ComputationOutput output, SMEntries parameters, Calendar startDate)
           
 
Method Summary
 boolean equals(Object obj)
           
 SMComputation getComputation()
          Gets the computation value for this ItemHistory.
 long getComputationId()
          Gets the computationId value for this ItemHistory.
 ComputationStatus getComputationStatus()
          Gets the computationStatus value for this ItemHistory.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 Calendar getEndDate()
          Gets the endDate value for this ItemHistory.
 String getInfrastructure()
          Gets the infrastructure value for this ItemHistory.
 ComputationOutput getOutput()
          Gets the output value for this ItemHistory.
 SMEntries getParameters()
          Gets the parameters value for this ItemHistory.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 Calendar getStartDate()
          Gets the startDate value for this ItemHistory.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setComputation(SMComputation computation)
          Sets the computation value for this ItemHistory.
 void setComputationId(long computationId)
          Sets the computationId value for this ItemHistory.
 void setComputationStatus(ComputationStatus computationStatus)
          Sets the computationStatus value for this ItemHistory.
 void setEndDate(Calendar endDate)
          Sets the endDate value for this ItemHistory.
 void setInfrastructure(String infrastructure)
          Sets the infrastructure value for this ItemHistory.
 void setOutput(ComputationOutput output)
          Sets the output value for this ItemHistory.
 void setParameters(SMEntries parameters)
          Sets the parameters value for this ItemHistory.
 void setStartDate(Calendar startDate)
          Sets the startDate value for this ItemHistory.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ItemHistory

public ItemHistory()

ItemHistory

public ItemHistory(SMComputation computation,
                   long computationId,
                   ComputationStatus computationStatus,
                   Calendar endDate,
                   String infrastructure,
                   ComputationOutput output,
                   SMEntries parameters,
                   Calendar startDate)
Method Detail

getComputationId

public long getComputationId()
Gets the computationId value for this ItemHistory.

Returns:
computationId

setComputationId

public void setComputationId(long computationId)
Sets the computationId value for this ItemHistory.

Parameters:
computationId -

getStartDate

public Calendar getStartDate()
Gets the startDate value for this ItemHistory.

Returns:
startDate

setStartDate

public void setStartDate(Calendar startDate)
Sets the startDate value for this ItemHistory.

Parameters:
startDate -

getEndDate

public Calendar getEndDate()
Gets the endDate value for this ItemHistory.

Returns:
endDate

setEndDate

public void setEndDate(Calendar endDate)
Sets the endDate value for this ItemHistory.

Parameters:
endDate -

getParameters

public SMEntries getParameters()
Gets the parameters value for this ItemHistory.

Returns:
parameters

setParameters

public void setParameters(SMEntries parameters)
Sets the parameters value for this ItemHistory.

Parameters:
parameters -

getComputation

public SMComputation getComputation()
Gets the computation value for this ItemHistory.

Returns:
computation

setComputation

public void setComputation(SMComputation computation)
Sets the computation value for this ItemHistory.

Parameters:
computation -

getOutput

public ComputationOutput getOutput()
Gets the output value for this ItemHistory.

Returns:
output

setOutput

public void setOutput(ComputationOutput output)
Sets the output value for this ItemHistory.

Parameters:
output -

getComputationStatus

public ComputationStatus getComputationStatus()
Gets the computationStatus value for this ItemHistory.

Returns:
computationStatus

setComputationStatus

public void setComputationStatus(ComputationStatus computationStatus)
Sets the computationStatus value for this ItemHistory.

Parameters:
computationStatus -

getInfrastructure

public String getInfrastructure()
Gets the infrastructure value for this ItemHistory.

Returns:
infrastructure

setInfrastructure

public void setInfrastructure(String infrastructure)
Sets the infrastructure value for this ItemHistory.

Parameters:
infrastructure -

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 © 2012. All Rights Reserved.