org.ow2.petals.kernel.ws.api.to
Class ContainerInformation

java.lang.Object
  extended by org.ow2.petals.kernel.ws.api.to.ContainerInformation

public class ContainerInformation
extends java.lang.Object

TODO : To be completed with more information

Author:
chamerling - eBM WebSourcing

Nested Class Summary
static class ContainerInformation.NodeType
           
 
Constructor Summary
ContainerInformation()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getDescription()
           
 java.lang.String getHost()
           
 JmxServiceInformation getJmxService()
           
 java.lang.String getName()
           
 ContainerInformation.NodeType getNodeType()
           
 java.lang.String getPassword()
           
 RegistryServiceInformation getRegistryService()
           
 TransportServiceInformation getTransportService()
           
 java.lang.String getUser()
           
 WebServiceServiceInformation getWebserviceService()
           
 int hashCode()
           
 void setDescription(java.lang.String description)
           
 void setHost(java.lang.String host)
           
 void setJmxService(JmxServiceInformation jmxService)
           
 void setName(java.lang.String name)
           
 void setNodeType(ContainerInformation.NodeType nodeType)
           
 void setPassword(java.lang.String password)
           
 void setRegistryService(RegistryServiceInformation registryService)
           
 void setTransportService(TransportServiceInformation transportService)
           
 void setUser(java.lang.String user)
           
 void setWebserviceService(WebServiceServiceInformation webserviceService)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContainerInformation

public ContainerInformation()
Method Detail

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getNodeType

public ContainerInformation.NodeType getNodeType()

setNodeType

public void setNodeType(ContainerInformation.NodeType nodeType)

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String description)

getHost

public java.lang.String getHost()

setHost

public void setHost(java.lang.String host)

getUser

public java.lang.String getUser()

setUser

public void setUser(java.lang.String user)

getPassword

public java.lang.String getPassword()

setPassword

public void setPassword(java.lang.String password)

getJmxService

public JmxServiceInformation getJmxService()

setJmxService

public void setJmxService(JmxServiceInformation jmxService)

getTransportService

public TransportServiceInformation getTransportService()

setTransportService

public void setTransportService(TransportServiceInformation transportService)

getRegistryService

public RegistryServiceInformation getRegistryService()

setRegistryService

public void setRegistryService(RegistryServiceInformation registryService)

getWebserviceService

public WebServiceServiceInformation getWebserviceService()

setWebserviceService

public void setWebserviceService(WebServiceServiceInformation webserviceService)

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

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.