org.gcube.data.analysis.statisticalmanager.stubs
Class SMObjectImportedInfo

java.lang.Object
  extended by org.gcube.data.analysis.statisticalmanager.stubs.SMObjectImportedInfo
All Implemented Interfaces:
Serializable

public class SMObjectImportedInfo
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
SMObjectImportedInfo()
           
SMObjectImportedInfo(String description, Calendar endImportDate, String id, String name, Calendar startImportDate, String type)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getDescription()
          Gets the description value for this SMObjectImportedInfo.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 Calendar getEndImportDate()
          Gets the endImportDate value for this SMObjectImportedInfo.
 String getId()
          Gets the id value for this SMObjectImportedInfo.
 String getName()
          Gets the name value for this SMObjectImportedInfo.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 Calendar getStartImportDate()
          Gets the startImportDate value for this SMObjectImportedInfo.
 String getType()
          Gets the type value for this SMObjectImportedInfo.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setDescription(String description)
          Sets the description value for this SMObjectImportedInfo.
 void setEndImportDate(Calendar endImportDate)
          Sets the endImportDate value for this SMObjectImportedInfo.
 void setId(String id)
          Sets the id value for this SMObjectImportedInfo.
 void setName(String name)
          Sets the name value for this SMObjectImportedInfo.
 void setStartImportDate(Calendar startImportDate)
          Sets the startImportDate value for this SMObjectImportedInfo.
 void setType(String type)
          Sets the type value for this SMObjectImportedInfo.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SMObjectImportedInfo

public SMObjectImportedInfo()

SMObjectImportedInfo

public SMObjectImportedInfo(String description,
                            Calendar endImportDate,
                            String id,
                            String name,
                            Calendar startImportDate,
                            String type)
Method Detail

getName

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

Returns:
name

setName

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

Parameters:
name -

getType

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

Returns:
type

setType

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

Parameters:
type -

getId

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

Returns:
id

setId

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

Parameters:
id -

getEndImportDate

public Calendar getEndImportDate()
Gets the endImportDate value for this SMObjectImportedInfo.

Returns:
endImportDate

setEndImportDate

public void setEndImportDate(Calendar endImportDate)
Sets the endImportDate value for this SMObjectImportedInfo.

Parameters:
endImportDate -

getStartImportDate

public Calendar getStartImportDate()
Gets the startImportDate value for this SMObjectImportedInfo.

Returns:
startImportDate

setStartImportDate

public void setStartImportDate(Calendar startImportDate)
Sets the startImportDate value for this SMObjectImportedInfo.

Parameters:
startImportDate -

getDescription

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

Returns:
description

setDescription

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

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.