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

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

public class DeployInfo
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
DeployInfo()
           
DeployInfo(String ghnID, PackageInfo 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 DeployInfo.
 PackageInfo getPackageInfo()
          Gets the packageInfo value for this DeployInfo.
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 DeployInfo.
 void setPackageInfo(PackageInfo packageInfo)
          Sets the packageInfo value for this DeployInfo.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeployInfo

public DeployInfo()

DeployInfo

public DeployInfo(String ghnID,
                  PackageInfo packageInfo)
Method Detail

getGhnID

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

Returns:
ghnID

setGhnID

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

Parameters:
ghnID -

getPackageInfo

public PackageInfo getPackageInfo()
Gets the packageInfo value for this DeployInfo.

Returns:
packageInfo

setPackageInfo

public void setPackageInfo(PackageInfo packageInfo)
Sets the packageInfo value for this DeployInfo.

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.