org.ow2.petals.kernel.ws.api.to
Class ContainerInformation
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
ContainerInformation
public ContainerInformation()
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.