org.gcube.common.core.resources.runninginstance
Class DeploymentData

java.lang.Object
  extended by org.gcube.common.core.resources.runninginstance.DeploymentData

public class DeploymentData
extends Object

Author:
Manuele Simi (ISTI-CNR)

Field Summary
protected  Calendar activationTime
           
protected  String instanceName
           
protected  String localPath
           
protected  String messageState
           
protected  AvailablePlugins plugins
           
 String state
           
protected  Calendar terminationTime
           
 
Constructor Summary
DeploymentData()
           
 
Method Summary
 boolean equals(Object obj)
           
 Calendar getActivationTime()
          Gets the value of the activationTime property.
 String getInstanceName()
           
 String getLocalPath()
           
 String getMessageState()
          Gets the value of the messageState property.
 AvailablePlugins getPlugins()
           
 String getState()
          Gets the value of the state property.
 Calendar getTerminationTime()
          Gets the value of the terminationTime property.
 void setActivationTime(Calendar string)
          Sets the value of the activationTime property.
 void setInstanceName(String instanceName)
           
 void setLocalPath(String localPath)
           
 void setMessageState(String value)
          Sets the value of the messageState property.
 void setPlugins(AvailablePlugins plugins)
           
 void setState(String value)
          Sets the value of the state property.
 void setTerminationTime(Calendar value)
          Sets the value of the activationTime property.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

activationTime

protected Calendar activationTime

terminationTime

protected Calendar terminationTime

state

public String state

messageState

protected String messageState

plugins

protected AvailablePlugins plugins

instanceName

protected String instanceName

localPath

protected String localPath
Constructor Detail

DeploymentData

public DeploymentData()
Method Detail

getPlugins

public AvailablePlugins getPlugins()
Returns:
the plugins

setPlugins

public void setPlugins(AvailablePlugins plugins)
Parameters:
plugins - the plugins to set

getActivationTime

public Calendar getActivationTime()
Gets the value of the activationTime property.

Returns:
the time

setActivationTime

public void setActivationTime(Calendar string)
Sets the value of the activationTime property.

Parameters:
string - the time

setTerminationTime

public void setTerminationTime(Calendar value)
Sets the value of the activationTime property.

Parameters:
value - the time

getTerminationTime

public Calendar getTerminationTime()
Gets the value of the terminationTime property.

Returns:
the time

getState

public String getState()
Gets the value of the state property.

Returns:
the state.

setState

public void setState(String value)
Sets the value of the state property.

Parameters:
value - the state.

setMessageState

public void setMessageState(String value)
Sets the value of the messageState property.

Parameters:
value - the message state.

getMessageState

public String getMessageState()
Gets the value of the messageState property.

Returns:
the message state.

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

getInstanceName

public String getInstanceName()
Returns:
the instanceName

setInstanceName

public void setInstanceName(String instanceName)
Parameters:
instanceName - the instanceName to set

getLocalPath

public String getLocalPath()
Returns:
the instance local path

setLocalPath

public void setLocalPath(String localPath)
Parameters:
localPath - the instance local path to set


Copyright © 2012. All Rights Reserved.