gov.nih.nci.cagrid.introduce.servicetasks.beans.deployment
Class Deployment

java.lang.Object
  extended by gov.nih.nci.cagrid.introduce.servicetasks.beans.deployment.Deployment
All Implemented Interfaces:
java.io.Serializable

public class Deployment
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Deployment()
           
Deployment(java.lang.String deployDateTime, java.lang.String deploymentPrefix, Jars jars, java.lang.String serviceDeploymentDirName, java.lang.String serviceName)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getDeployDateTime()
          Gets the deployDateTime value for this Deployment.
 java.lang.String getDeploymentPrefix()
          Gets the deploymentPrefix value for this Deployment.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 Jars getJars()
          Gets the jars value for this Deployment.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getServiceDeploymentDirName()
          Gets the serviceDeploymentDirName value for this Deployment.
 java.lang.String getServiceName()
          Gets the serviceName value for this Deployment.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setDeployDateTime(java.lang.String deployDateTime)
          Sets the deployDateTime value for this Deployment.
 void setDeploymentPrefix(java.lang.String deploymentPrefix)
          Sets the deploymentPrefix value for this Deployment.
 void setJars(Jars jars)
          Sets the jars value for this Deployment.
 void setServiceDeploymentDirName(java.lang.String serviceDeploymentDirName)
          Sets the serviceDeploymentDirName value for this Deployment.
 void setServiceName(java.lang.String serviceName)
          Sets the serviceName value for this Deployment.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Deployment

public Deployment()

Deployment

public Deployment(java.lang.String deployDateTime,
                  java.lang.String deploymentPrefix,
                  Jars jars,
                  java.lang.String serviceDeploymentDirName,
                  java.lang.String serviceName)
Method Detail

getJars

public Jars getJars()
Gets the jars value for this Deployment.

Returns:
jars

setJars

public void setJars(Jars jars)
Sets the jars value for this Deployment.

Parameters:
jars -

getServiceName

public java.lang.String getServiceName()
Gets the serviceName value for this Deployment.

Returns:
serviceName

setServiceName

public void setServiceName(java.lang.String serviceName)
Sets the serviceName value for this Deployment.

Parameters:
serviceName -

getDeploymentPrefix

public java.lang.String getDeploymentPrefix()
Gets the deploymentPrefix value for this Deployment.

Returns:
deploymentPrefix

setDeploymentPrefix

public void setDeploymentPrefix(java.lang.String deploymentPrefix)
Sets the deploymentPrefix value for this Deployment.

Parameters:
deploymentPrefix -

getServiceDeploymentDirName

public java.lang.String getServiceDeploymentDirName()
Gets the serviceDeploymentDirName value for this Deployment.

Returns:
serviceDeploymentDirName

setServiceDeploymentDirName

public void setServiceDeploymentDirName(java.lang.String serviceDeploymentDirName)
Sets the serviceDeploymentDirName value for this Deployment.

Parameters:
serviceDeploymentDirName -

getDeployDateTime

public java.lang.String getDeployDateTime()
Gets the deployDateTime value for this Deployment.

Returns:
deployDateTime

setDeployDateTime

public void setDeployDateTime(java.lang.String deployDateTime)
Sets the deployDateTime value for this Deployment.

Parameters:
deployDateTime -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer