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

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

public class SMTableMetadata
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
SMTableMetadata()
           
SMTableMetadata(String algorithm, Calendar creationDate, String description, String name, int provenance, String tableId, String template)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getAlgorithm()
          Gets the algorithm value for this SMTableMetadata.
 Calendar getCreationDate()
          Gets the creationDate value for this SMTableMetadata.
 String getDescription()
          Gets the description value for this SMTableMetadata.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getName()
          Gets the name value for this SMTableMetadata.
 int getProvenance()
          Gets the provenance value for this SMTableMetadata.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String getTableId()
          Gets the tableId value for this SMTableMetadata.
 String getTemplate()
          Gets the template value for this SMTableMetadata.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setAlgorithm(String algorithm)
          Sets the algorithm value for this SMTableMetadata.
 void setCreationDate(Calendar creationDate)
          Sets the creationDate value for this SMTableMetadata.
 void setDescription(String description)
          Sets the description value for this SMTableMetadata.
 void setName(String name)
          Sets the name value for this SMTableMetadata.
 void setProvenance(int provenance)
          Sets the provenance value for this SMTableMetadata.
 void setTableId(String tableId)
          Sets the tableId value for this SMTableMetadata.
 void setTemplate(String template)
          Sets the template value for this SMTableMetadata.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SMTableMetadata

public SMTableMetadata()

SMTableMetadata

public SMTableMetadata(String algorithm,
                       Calendar creationDate,
                       String description,
                       String name,
                       int provenance,
                       String tableId,
                       String template)
Method Detail

getTableId

public String getTableId()
Gets the tableId value for this SMTableMetadata.

Returns:
tableId

setTableId

public void setTableId(String tableId)
Sets the tableId value for this SMTableMetadata.

Parameters:
tableId -

getName

public String getName()
Gets the name value for this SMTableMetadata.

Returns:
name

setName

public void setName(String name)
Sets the name value for this SMTableMetadata.

Parameters:
name -

getDescription

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

Returns:
description

setDescription

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

Parameters:
description -

getTemplate

public String getTemplate()
Gets the template value for this SMTableMetadata.

Returns:
template

setTemplate

public void setTemplate(String template)
Sets the template value for this SMTableMetadata.

Parameters:
template -

getCreationDate

public Calendar getCreationDate()
Gets the creationDate value for this SMTableMetadata.

Returns:
creationDate

setCreationDate

public void setCreationDate(Calendar creationDate)
Sets the creationDate value for this SMTableMetadata.

Parameters:
creationDate -

getProvenance

public int getProvenance()
Gets the provenance value for this SMTableMetadata.

Returns:
provenance

setProvenance

public void setProvenance(int provenance)
Sets the provenance value for this SMTableMetadata.

Parameters:
provenance -

getAlgorithm

public String getAlgorithm()
Gets the algorithm value for this SMTableMetadata.

Returns:
algorithm

setAlgorithm

public void setAlgorithm(String algorithm)
Sets the algorithm value for this SMTableMetadata.

Parameters:
algorithm -

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.