com.genesyslab.openmedia.soa
Class ServiceInfo

java.lang.Object
  extended bycom.genesyslab.openmedia.soa.ServiceInfo
All Implemented Interfaces:
java.io.Serializable

public class ServiceInfo
extends java.lang.Object
implements java.io.Serializable

This class describes the DTO data for a server connection backend used by the common library. .

See Also:
Serialized Form

Constructor Summary
ServiceInfo()
           
 
Method Summary
 ServiceStatus getStatus()
          The service status.
 ServiceType getType()
          The service type.
 void setStatus(ServiceStatus status)
           
 void setType(ServiceType type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceInfo

public ServiceInfo()
Method Detail

getStatus

public ServiceStatus getStatus()
The service status.

Returns:
The status.

setStatus

public void setStatus(ServiceStatus status)

getType

public ServiceType getType()
The service type.

Returns:
The type.

setType

public void setType(ServiceType type)