|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.common.core.resources.runninginstance.DeploymentData
public class DeploymentData
| 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 |
|---|
protected Calendar activationTime
protected Calendar terminationTime
public String state
protected String messageState
protected AvailablePlugins plugins
protected String instanceName
protected String localPath
| Constructor Detail |
|---|
public DeploymentData()
| Method Detail |
|---|
public AvailablePlugins getPlugins()
public void setPlugins(AvailablePlugins plugins)
plugins - the plugins to setpublic Calendar getActivationTime()
public void setActivationTime(Calendar string)
string - the timepublic void setTerminationTime(Calendar value)
value - the timepublic Calendar getTerminationTime()
public String getState()
public void setState(String value)
value - the state.public void setMessageState(String value)
value - the message state.public String getMessageState()
public boolean equals(Object obj)
equals in class Objectpublic String getInstanceName()
public void setInstanceName(String instanceName)
instanceName - the instanceName to setpublic String getLocalPath()
public void setLocalPath(String localPath)
localPath - the instance local path to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||