org.gcube.datatransfer.scheduler.stubs.datatransferscheduler
Class StorageManagerDetails

java.lang.Object
  extended by org.gcube.datatransfer.scheduler.stubs.datatransferscheduler.StorageManagerDetails
All Implemented Interfaces:
Serializable

public class StorageManagerDetails
extends Object
implements Serializable

See Also:
Serialized Form

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

Constructor Detail

StorageManagerDetails

public StorageManagerDetails()

StorageManagerDetails

public StorageManagerDetails(StorageAccessType accessType,
                             String owner,
                             String serviceClass,
                             String serviceName)
Method Detail

getServiceClass

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

Returns:
serviceClass

setServiceClass

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

Parameters:
serviceClass -

getServiceName

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

Returns:
serviceName

setServiceName

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

Parameters:
serviceName -

getOwner

public String getOwner()
Gets the owner value for this StorageManagerDetails.

Returns:
owner

setOwner

public void setOwner(String owner)
Sets the owner value for this StorageManagerDetails.

Parameters:
owner -

getAccessType

public StorageAccessType getAccessType()
Gets the accessType value for this StorageManagerDetails.

Returns:
accessType

setAccessType

public void setAccessType(StorageAccessType accessType)
Sets the accessType value for this StorageManagerDetails.

Parameters:
accessType -

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.