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

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

public class DeployerResourceProperties
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
DeployerResourceProperties()
           
DeployerResourceProperties(String GHN, String RI, String VO, Calendar currentTime, DeployedPackage[] deployedPackages, String lastDeployment, String[] scope, String serviceClass, String serviceID, String serviceName, Calendar terminationTime)
           
 
Method Summary
 boolean equals(Object obj)
           
 Calendar getCurrentTime()
          Gets the currentTime value for this DeployerResourceProperties.
 DeployedPackage[] getDeployedPackages()
          Gets the deployedPackages value for this DeployerResourceProperties.
 DeployedPackage getDeployedPackages(int i)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getGHN()
          Gets the GHN value for this DeployerResourceProperties.
 String getLastDeployment()
          Gets the lastDeployment value for this DeployerResourceProperties.
 String getRI()
          Gets the RI value for this DeployerResourceProperties.
 String[] getScope()
          Gets the scope value for this DeployerResourceProperties.
 String getScope(int i)
           
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String getServiceClass()
          Gets the serviceClass value for this DeployerResourceProperties.
 String getServiceID()
          Gets the serviceID value for this DeployerResourceProperties.
 String getServiceName()
          Gets the serviceName value for this DeployerResourceProperties.
 Calendar getTerminationTime()
          Gets the terminationTime value for this DeployerResourceProperties.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 String getVO()
          Gets the VO value for this DeployerResourceProperties.
 int hashCode()
           
 void setCurrentTime(Calendar currentTime)
          Sets the currentTime value for this DeployerResourceProperties.
 void setDeployedPackages(DeployedPackage[] deployedPackages)
          Sets the deployedPackages value for this DeployerResourceProperties.
 void setDeployedPackages(int i, DeployedPackage _value)
           
 void setGHN(String GHN)
          Sets the GHN value for this DeployerResourceProperties.
 void setLastDeployment(String lastDeployment)
          Sets the lastDeployment value for this DeployerResourceProperties.
 void setRI(String RI)
          Sets the RI value for this DeployerResourceProperties.
 void setScope(int i, String _value)
           
 void setScope(String[] scope)
          Sets the scope value for this DeployerResourceProperties.
 void setServiceClass(String serviceClass)
          Sets the serviceClass value for this DeployerResourceProperties.
 void setServiceID(String serviceID)
          Sets the serviceID value for this DeployerResourceProperties.
 void setServiceName(String serviceName)
          Sets the serviceName value for this DeployerResourceProperties.
 void setTerminationTime(Calendar terminationTime)
          Sets the terminationTime value for this DeployerResourceProperties.
 void setVO(String VO)
          Sets the VO value for this DeployerResourceProperties.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeployerResourceProperties

public DeployerResourceProperties()

DeployerResourceProperties

public DeployerResourceProperties(String GHN,
                                  String RI,
                                  String VO,
                                  Calendar currentTime,
                                  DeployedPackage[] deployedPackages,
                                  String lastDeployment,
                                  String[] scope,
                                  String serviceClass,
                                  String serviceID,
                                  String serviceName,
                                  Calendar terminationTime)
Method Detail

getDeployedPackages

public DeployedPackage[] getDeployedPackages()
Gets the deployedPackages value for this DeployerResourceProperties.

Returns:
deployedPackages

setDeployedPackages

public void setDeployedPackages(DeployedPackage[] deployedPackages)
Sets the deployedPackages value for this DeployerResourceProperties.

Parameters:
deployedPackages -

getDeployedPackages

public DeployedPackage getDeployedPackages(int i)

setDeployedPackages

public void setDeployedPackages(int i,
                                DeployedPackage _value)

getLastDeployment

public String getLastDeployment()
Gets the lastDeployment value for this DeployerResourceProperties.

Returns:
lastDeployment

setLastDeployment

public void setLastDeployment(String lastDeployment)
Sets the lastDeployment value for this DeployerResourceProperties.

Parameters:
lastDeployment -

getServiceID

public String getServiceID()
Gets the serviceID value for this DeployerResourceProperties.

Returns:
serviceID

setServiceID

public void setServiceID(String serviceID)
Sets the serviceID value for this DeployerResourceProperties.

Parameters:
serviceID -

getServiceName

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

Returns:
serviceName

setServiceName

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

Parameters:
serviceName -

getVO

public String getVO()
Gets the VO value for this DeployerResourceProperties.

Returns:
VO

setVO

public void setVO(String VO)
Sets the VO value for this DeployerResourceProperties.

Parameters:
VO -

getRI

public String getRI()
Gets the RI value for this DeployerResourceProperties.

Returns:
RI

setRI

public void setRI(String RI)
Sets the RI value for this DeployerResourceProperties.

Parameters:
RI -

getServiceClass

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

Returns:
serviceClass

setServiceClass

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

Parameters:
serviceClass -

getGHN

public String getGHN()
Gets the GHN value for this DeployerResourceProperties.

Returns:
GHN

setGHN

public void setGHN(String GHN)
Sets the GHN value for this DeployerResourceProperties.

Parameters:
GHN -

getTerminationTime

public Calendar getTerminationTime()
Gets the terminationTime value for this DeployerResourceProperties.

Returns:
terminationTime

setTerminationTime

public void setTerminationTime(Calendar terminationTime)
Sets the terminationTime value for this DeployerResourceProperties.

Parameters:
terminationTime -

getScope

public String[] getScope()
Gets the scope value for this DeployerResourceProperties.

Returns:
scope

setScope

public void setScope(String[] scope)
Sets the scope value for this DeployerResourceProperties.

Parameters:
scope -

getScope

public String getScope(int i)

setScope

public void setScope(int i,
                     String _value)

getCurrentTime

public Calendar getCurrentTime()
Gets the currentTime value for this DeployerResourceProperties.

Returns:
currentTime

setCurrentTime

public void setCurrentTime(Calendar currentTime)
Sets the currentTime value for this DeployerResourceProperties.

Parameters:
currentTime -

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.