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(Calendar creationDate, String description, String id, String name, String type)
           
 
Method Summary
 boolean equals(Object obj)
           
 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 getId()
          Gets the id value for this SMTableMetadata.
 String getName()
          Gets the name value for this SMTableMetadata.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String getType()
          Gets the type value for this SMTableMetadata.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCreationDate(Calendar creationDate)
          Sets the creationDate value for this SMTableMetadata.
 void setDescription(String description)
          Sets the description value for this SMTableMetadata.
 void setId(String id)
          Sets the id value for this SMTableMetadata.
 void setName(String name)
          Sets the name value for this SMTableMetadata.
 void setType(String type)
          Sets the type 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(Calendar creationDate,
                       String description,
                       String id,
                       String name,
                       String type)
Method Detail

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 -

getType

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

Returns:
type

setType

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

Parameters:
type -

getId

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

Returns:
id

setId

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

Parameters:
id -

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 -

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 -

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.