org.gcube.vremanagement.vremodeler.stubs
Class Report

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

public class Report
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Report()
           
Report(String description, String id, String name, String state)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getDescription()
          Gets the description value for this Report.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getId()
          Gets the id value for this Report.
 String getName()
          Gets the name value for this Report.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String getState()
          Gets the state value for this Report.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setDescription(String description)
          Sets the description value for this Report.
 void setId(String id)
          Sets the id value for this Report.
 void setName(String name)
          Sets the name value for this Report.
 void setState(String state)
          Sets the state value for this Report.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Report

public Report()

Report

public Report(String description,
              String id,
              String name,
              String state)
Method Detail

getId

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

Returns:
id

setId

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

Parameters:
id -

getName

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

Returns:
name

setName

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

Parameters:
name -

getDescription

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

Returns:
description

setDescription

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

Parameters:
description -

getState

public String getState()
Gets the state value for this Report.

Returns:
state

setState

public void setState(String state)
Sets the state value for this Report.

Parameters:
state -

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.