org.gcube.contentmanagement.timeseriesservice.stubs
Class TimeSeriesItem

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

public class TimeSeriesItem
extends Object
implements Serializable

See Also:
Serialized Form

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

Constructor Detail

TimeSeriesItem

public TimeSeriesItem()

TimeSeriesItem

public TimeSeriesItem(String creator,
                      String date,
                      String description,
                      String id,
                      String isVersionOf,
                      long lenght,
                      boolean published,
                      String publisher,
                      String rights,
                      String sourceId,
                      String sourceName,
                      String title,
                      String type)
Method Detail

getId

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

Returns:
id

setId

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

Parameters:
id -

getTitle

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

Returns:
title

setTitle

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

Parameters:
title -

getDescription

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

Returns:
description

setDescription

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

Parameters:
description -

getCreator

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

Returns:
creator

setCreator

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

Parameters:
creator -

getDate

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

Returns:
date

setDate

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

Parameters:
date -

getType

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

Returns:
type

setType

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

Parameters:
type -

getPublisher

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

Returns:
publisher

setPublisher

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

Parameters:
publisher -

getSourceId

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

Returns:
sourceId

setSourceId

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

Parameters:
sourceId -

getSourceName

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

Returns:
sourceName

setSourceName

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

Parameters:
sourceName -

getRights

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

Returns:
rights

setRights

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

Parameters:
rights -

getIsVersionOf

public String getIsVersionOf()
Gets the isVersionOf value for this TimeSeriesItem.

Returns:
isVersionOf

setIsVersionOf

public void setIsVersionOf(String isVersionOf)
Sets the isVersionOf value for this TimeSeriesItem.

Parameters:
isVersionOf -

getLenght

public long getLenght()
Gets the lenght value for this TimeSeriesItem.

Returns:
lenght

setLenght

public void setLenght(long lenght)
Sets the lenght value for this TimeSeriesItem.

Parameters:
lenght -

isPublished

public boolean isPublished()
Gets the published value for this TimeSeriesItem.

Returns:
published

setPublished

public void setPublished(boolean published)
Sets the published value for this TimeSeriesItem.

Parameters:
published -

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.