org.gcube.contentmanagement.timeseriesservice.stubs
Class CurationItem

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

public class CurationItem
extends Object
implements Serializable

See Also:
Serialized Form

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

Constructor Detail

CurationItem

public CurationItem()

CurationItem

public CurationItem(String creator,
                    String date,
                    String description,
                    String id,
                    int lenght,
                    String publisher,
                    String rights,
                    String sourceId,
                    String sourceName,
                    String title,
                    String type)
Method Detail

getId

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

Returns:
id

setId

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

Parameters:
id -

getTitle

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

Returns:
title

setTitle

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

Parameters:
title -

getDescription

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

Returns:
description

setDescription

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

Parameters:
description -

getDate

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

Returns:
date

setDate

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

Parameters:
date -

getCreator

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

Returns:
creator

setCreator

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

Parameters:
creator -

getSourceId

public String getSourceId()
Gets the sourceId value for this CurationItem.

Returns:
sourceId

setSourceId

public void setSourceId(String sourceId)
Sets the sourceId value for this CurationItem.

Parameters:
sourceId -

getSourceName

public String getSourceName()
Gets the sourceName value for this CurationItem.

Returns:
sourceName

setSourceName

public void setSourceName(String sourceName)
Sets the sourceName value for this CurationItem.

Parameters:
sourceName -

getLenght

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

Returns:
lenght

setLenght

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

Parameters:
lenght -

getType

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

Returns:
type

setType

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

Parameters:
type -

getPublisher

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

Returns:
publisher

setPublisher

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

Parameters:
publisher -

getRights

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

Returns:
rights

setRights

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

Parameters:
rights -

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.