org.gcube.common.vremanagement.deployer.stubs.common
Class ServiceInfoStatus

java.lang.Object
  extended by org.gcube.common.vremanagement.deployer.stubs.common.ServiceInfoStatus
All Implemented Interfaces:
Serializable

public class ServiceInfoStatus
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ServiceInfoStatus()
           
ServiceInfoStatus(String ghnName, String serviceClass, String serviceName, String status)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getGhnName()
          Gets the ghnName value for this ServiceInfoStatus.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String getServiceClass()
          Gets the serviceClass value for this ServiceInfoStatus.
 String getServiceName()
          Gets the serviceName value for this ServiceInfoStatus.
 String getStatus()
          Gets the status value for this ServiceInfoStatus.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setGhnName(String ghnName)
          Sets the ghnName value for this ServiceInfoStatus.
 void setServiceClass(String serviceClass)
          Sets the serviceClass value for this ServiceInfoStatus.
 void setServiceName(String serviceName)
          Sets the serviceName value for this ServiceInfoStatus.
 void setStatus(String status)
          Sets the status value for this ServiceInfoStatus.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceInfoStatus

public ServiceInfoStatus()

ServiceInfoStatus

public ServiceInfoStatus(String ghnName,
                         String serviceClass,
                         String serviceName,
                         String status)
Method Detail

getServiceName

public String getServiceName()
Gets the serviceName value for this ServiceInfoStatus.

Returns:
serviceName

setServiceName

public void setServiceName(String serviceName)
Sets the serviceName value for this ServiceInfoStatus.

Parameters:
serviceName -

getServiceClass

public String getServiceClass()
Gets the serviceClass value for this ServiceInfoStatus.

Returns:
serviceClass

setServiceClass

public void setServiceClass(String serviceClass)
Sets the serviceClass value for this ServiceInfoStatus.

Parameters:
serviceClass -

getGhnName

public String getGhnName()
Gets the ghnName value for this ServiceInfoStatus.

Returns:
ghnName

setGhnName

public void setGhnName(String ghnName)
Sets the ghnName value for this ServiceInfoStatus.

Parameters:
ghnName -

getStatus

public String getStatus()
Gets the status value for this ServiceInfoStatus.

Returns:
status

setStatus

public void setStatus(String status)
Sets the status value for this ServiceInfoStatus.

Parameters:
status -

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.