org.gcube.contentmanagement.timeseriesservice.stubs
Class SetCurationProperties

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

public class SetCurationProperties
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
SetCurationProperties()
           
SetCurationProperties(String description, String publisher, String rights, String title)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getDescription()
          Gets the description value for this SetCurationProperties.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getPublisher()
          Gets the publisher value for this SetCurationProperties.
 String getRights()
          Gets the rights value for this SetCurationProperties.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String getTitle()
          Gets the title value for this SetCurationProperties.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setDescription(String description)
          Sets the description value for this SetCurationProperties.
 void setPublisher(String publisher)
          Sets the publisher value for this SetCurationProperties.
 void setRights(String rights)
          Sets the rights value for this SetCurationProperties.
 void setTitle(String title)
          Sets the title value for this SetCurationProperties.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetCurationProperties

public SetCurationProperties()

SetCurationProperties

public SetCurationProperties(String description,
                             String publisher,
                             String rights,
                             String title)
Method Detail

getTitle

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

Returns:
title

setTitle

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

Parameters:
title -

getDescription

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

Returns:
description

setDescription

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

Parameters:
description -

getPublisher

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

Returns:
publisher

setPublisher

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

Parameters:
publisher -

getRights

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

Returns:
rights

setRights

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

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.