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

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

public class DeployInfoStatus
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
DeployInfoStatus()
           
DeployInfoStatus(String ghnID, PackageInfoStatus packageInfo)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getGhnID()
          Gets the ghnID value for this DeployInfoStatus.
 PackageInfoStatus getPackageInfo()
          Gets the packageInfo value for this DeployInfoStatus.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setGhnID(String ghnID)
          Sets the ghnID value for this DeployInfoStatus.
 void setPackageInfo(PackageInfoStatus packageInfo)
          Sets the packageInfo value for this DeployInfoStatus.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeployInfoStatus

public DeployInfoStatus()

DeployInfoStatus

public DeployInfoStatus(String ghnID,
                        PackageInfoStatus packageInfo)
Method Detail

getGhnID

public String getGhnID()
Gets the ghnID value for this DeployInfoStatus.

Returns:
ghnID

setGhnID

public void setGhnID(String ghnID)
Sets the ghnID value for this DeployInfoStatus.

Parameters:
ghnID -

getPackageInfo

public PackageInfoStatus getPackageInfo()
Gets the packageInfo value for this DeployInfoStatus.

Returns:
packageInfo

setPackageInfo

public void setPackageInfo(PackageInfoStatus packageInfo)
Sets the packageInfo value for this DeployInfoStatus.

Parameters:
packageInfo -

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.