org.gcube.vremanagement.vremodeler.stubs
Class VREDescription

java.lang.Object
  extended by org.gcube.vremanagement.vremodeler.stubs.VREDescription
All Implemented Interfaces:
Serializable

public class VREDescription
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
VREDescription()
           
VREDescription(String description, String designer, Calendar endTime, String manager, String name, Calendar startTime)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getDescription()
          Gets the description value for this VREDescription.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getDesigner()
          Gets the designer value for this VREDescription.
 Calendar getEndTime()
          Gets the endTime value for this VREDescription.
 String getManager()
          Gets the manager value for this VREDescription.
 String getName()
          Gets the name value for this VREDescription.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 Calendar getStartTime()
          Gets the startTime value for this VREDescription.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setDescription(String description)
          Sets the description value for this VREDescription.
 void setDesigner(String designer)
          Sets the designer value for this VREDescription.
 void setEndTime(Calendar endTime)
          Sets the endTime value for this VREDescription.
 void setManager(String manager)
          Sets the manager value for this VREDescription.
 void setName(String name)
          Sets the name value for this VREDescription.
 void setStartTime(Calendar startTime)
          Sets the startTime value for this VREDescription.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VREDescription

public VREDescription()

VREDescription

public VREDescription(String description,
                      String designer,
                      Calendar endTime,
                      String manager,
                      String name,
                      Calendar startTime)
Method Detail

getName

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

Returns:
name

setName

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

Parameters:
name -

getDescription

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

Returns:
description

setDescription

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

Parameters:
description -

getDesigner

public String getDesigner()
Gets the designer value for this VREDescription.

Returns:
designer

setDesigner

public void setDesigner(String designer)
Sets the designer value for this VREDescription.

Parameters:
designer -

getManager

public String getManager()
Gets the manager value for this VREDescription.

Returns:
manager

setManager

public void setManager(String manager)
Sets the manager value for this VREDescription.

Parameters:
manager -

getStartTime

public Calendar getStartTime()
Gets the startTime value for this VREDescription.

Returns:
startTime

setStartTime

public void setStartTime(Calendar startTime)
Sets the startTime value for this VREDescription.

Parameters:
startTime -

getEndTime

public Calendar getEndTime()
Gets the endTime value for this VREDescription.

Returns:
endTime

setEndTime

public void setEndTime(Calendar endTime)
Sets the endTime value for this VREDescription.

Parameters:
endTime -

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 © 2013. All Rights Reserved.