org.gcube.contentmanagement.timeseriesservice.stubs
Class ImportedItem

java.lang.Object
  extended by org.gcube.contentmanagement.timeseriesservice.stubs.ImportedItem
All Implemented Interfaces:
Serializable

public class ImportedItem
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ImportedItem()
           
ImportedItem(String creator, String date, String description, String encoding, String id, int lenght, String publisher, String rights, String source, String title, String type)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getCreator()
          Gets the creator value for this ImportedItem.
 String getDate()
          Gets the date value for this ImportedItem.
 String getDescription()
          Gets the description value for this ImportedItem.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getEncoding()
          Gets the encoding value for this ImportedItem.
 String getId()
          Gets the id value for this ImportedItem.
 int getLenght()
          Gets the lenght value for this ImportedItem.
 String getPublisher()
          Gets the publisher value for this ImportedItem.
 String getRights()
          Gets the rights value for this ImportedItem.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String getSource()
          Gets the source value for this ImportedItem.
 String getTitle()
          Gets the title value for this ImportedItem.
 String getType()
          Gets the type value for this ImportedItem.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCreator(String creator)
          Sets the creator value for this ImportedItem.
 void setDate(String date)
          Sets the date value for this ImportedItem.
 void setDescription(String description)
          Sets the description value for this ImportedItem.
 void setEncoding(String encoding)
          Sets the encoding value for this ImportedItem.
 void setId(String id)
          Sets the id value for this ImportedItem.
 void setLenght(int lenght)
          Sets the lenght value for this ImportedItem.
 void setPublisher(String publisher)
          Sets the publisher value for this ImportedItem.
 void setRights(String rights)
          Sets the rights value for this ImportedItem.
 void setSource(String source)
          Sets the source value for this ImportedItem.
 void setTitle(String title)
          Sets the title value for this ImportedItem.
 void setType(String type)
          Sets the type value for this ImportedItem.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportedItem

public ImportedItem()

ImportedItem

public ImportedItem(String creator,
                    String date,
                    String description,
                    String encoding,
                    String id,
                    int lenght,
                    String publisher,
                    String rights,
                    String source,
                    String title,
                    String type)
Method Detail

getId

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

Returns:
id

setId

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

Parameters:
id -

getTitle

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

Returns:
title

setTitle

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

Parameters:
title -

getDescription

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

Returns:
description

setDescription

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

Parameters:
description -

getCreator

public String getCreator()
Gets the creator value for this ImportedItem.

Returns:
creator

setCreator

public void setCreator(String creator)
Sets the creator value for this ImportedItem.

Parameters:
creator -

getDate

public String getDate()
Gets the date value for this ImportedItem.

Returns:
date

setDate

public void setDate(String date)
Sets the date value for this ImportedItem.

Parameters:
date -

getType

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

Returns:
type

setType

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

Parameters:
type -

getPublisher

public String getPublisher()
Gets the publisher value for this ImportedItem.

Returns:
publisher

setPublisher

public void setPublisher(String publisher)
Sets the publisher value for this ImportedItem.

Parameters:
publisher -

getSource

public String getSource()
Gets the source value for this ImportedItem.

Returns:
source

setSource

public void setSource(String source)
Sets the source value for this ImportedItem.

Parameters:
source -

getRights

public String getRights()
Gets the rights value for this ImportedItem.

Returns:
rights

setRights

public void setRights(String rights)
Sets the rights value for this ImportedItem.

Parameters:
rights -

getLenght

public int getLenght()
Gets the lenght value for this ImportedItem.

Returns:
lenght

setLenght

public void setLenght(int lenght)
Sets the lenght value for this ImportedItem.

Parameters:
lenght -

getEncoding

public String getEncoding()
Gets the encoding value for this ImportedItem.

Returns:
encoding

setEncoding

public void setEncoding(String encoding)
Sets the encoding value for this ImportedItem.

Parameters:
encoding -

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.