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

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

public class PackageInfoLocation
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
PackageInfoLocation()
           
PackageInfoLocation(String httpPath, String localPath)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getHttpPath()
          Gets the httpPath value for this PackageInfoLocation.
 String getLocalPath()
          Gets the localPath value for this PackageInfoLocation.
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 setHttpPath(String httpPath)
          Sets the httpPath value for this PackageInfoLocation.
 void setLocalPath(String localPath)
          Sets the localPath value for this PackageInfoLocation.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PackageInfoLocation

public PackageInfoLocation()

PackageInfoLocation

public PackageInfoLocation(String httpPath,
                           String localPath)
Method Detail

getLocalPath

public String getLocalPath()
Gets the localPath value for this PackageInfoLocation.

Returns:
localPath

setLocalPath

public void setLocalPath(String localPath)
Sets the localPath value for this PackageInfoLocation.

Parameters:
localPath -

getHttpPath

public String getHttpPath()
Gets the httpPath value for this PackageInfoLocation.

Returns:
httpPath

setHttpPath

public void setHttpPath(String httpPath)
Sets the httpPath value for this PackageInfoLocation.

Parameters:
httpPath -

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.