org.umu.jasb.test.testC.data
Class ProtocolService

java.lang.Object
  extended by org.umu.jasb.test.testC.data.ManagedElement
      extended by org.umu.jasb.test.testC.data.ManagedSystemElement
          extended by org.umu.jasb.test.testC.data.LogicalElement
              extended by org.umu.jasb.test.testC.data.EnabledLogicalElement
                  extended by org.umu.jasb.test.testC.data.Service
                      extended by org.umu.jasb.test.testC.data.ProtocolService

public class ProtocolService
extends Service

Author:
Jose Maria Alcaraz-Calero jmalcaraz@um.es - University of Murcia

Field Summary
 java.lang.Integer MaxConnections
           
 java.lang.String OtherProtocol
           
 java.lang.String Protocol
           
 
Fields inherited from class org.umu.jasb.test.testC.data.Service
CreationClassName, PrimaryOwnerContact, PrimaryOwnerName, Started, StartMode, SystemCreationClassName, SystemName
 
Fields inherited from class org.umu.jasb.test.testC.data.EnabledLogicalElement
AvailableRequestedStates, EnabledDefault, EnabledState, OtherEnabledState, RequestedState, TimeOfLastStateChange, TransitioningToState
 
Fields inherited from class org.umu.jasb.test.testC.data.ManagedSystemElement
CommunicationStatus, DetailedStatus, HealthState, InstallDate, Name, OperatingStatus, OperationalStatus, PrimaryStatus, Status, StatusDescriptions
 
Fields inherited from class org.umu.jasb.test.testC.data.ManagedElement
Caption, Description, ElementName
 
Constructor Summary
ProtocolService()
           
 
Method Summary
 java.lang.Integer getMaxConnections()
           
 java.lang.String getOtherProtocol()
           
 java.lang.String getProtocol()
           
 void setMaxConnections(java.lang.Integer maxConnections)
           
 void setOtherProtocol(java.lang.String otherProtocol)
           
 void setProtocol(java.lang.String protocol)
           
 
Methods inherited from class org.umu.jasb.test.testC.data.Service
getCreationClassName, getPrimaryOwnerContact, getPrimaryOwnerName, getStarted, getStartMode, getSystemCreationClassName, getSystemName, setCreationClassName, setPrimaryOwnerContact, setPrimaryOwnerName, setStarted, setStartMode, setSystemCreationClassName, setSystemName
 
Methods inherited from class org.umu.jasb.test.testC.data.EnabledLogicalElement
getAvailableRequestedStates, getEnabledDefault, getEnabledState, getOtherEnabledState, getRequestedState, getTimeOfLastStateChange, getTransitioningToState, setAvailableRequestedStates, setEnabledDefault, setEnabledState, setOtherEnabledState, setRequestedState, setTimeOfLastStateChange, setTransitioningToState
 
Methods inherited from class org.umu.jasb.test.testC.data.ManagedSystemElement
getCommunicationStatus, getDetailedStatus, getHealthState, getInstallDate, getName, getOperatingStatus, getOperationalStatus, getPrimaryStatus, getStatus, getStatusDescriptions, setCommunicationStatus, setDetailedStatus, setHealthState, setInstallDate, setName, setOperatingStatus, setOperationalStatus, setPrimaryStatus, setStatus, setStatusDescriptions
 
Methods inherited from class org.umu.jasb.test.testC.data.ManagedElement
asCollection, getCaption, getDescription, getElementName, setCaption, setDescription, setElementName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Protocol

public java.lang.String Protocol

OtherProtocol

public java.lang.String OtherProtocol

MaxConnections

public java.lang.Integer MaxConnections
Constructor Detail

ProtocolService

public ProtocolService()
Method Detail

getProtocol

public java.lang.String getProtocol()

setProtocol

public void setProtocol(java.lang.String protocol)

getOtherProtocol

public java.lang.String getOtherProtocol()

setOtherProtocol

public void setOtherProtocol(java.lang.String otherProtocol)

getMaxConnections

public java.lang.Integer getMaxConnections()

setMaxConnections

public void setMaxConnections(java.lang.Integer maxConnections)