org.ow2.dragon.ui.uibeans.sla
Class ServicePropertiesBean

java.lang.Object
  extended by org.ow2.dragon.ui.uibeans.sla.ServicePropertiesBean

public class ServicePropertiesBean
extends java.lang.Object

Author:
nsaladge - eBM Websourcing

Constructor Summary
ServicePropertiesBean()
           
ServicePropertiesBean(com.ebmwebsourcing.agreement.definition.api.ServiceProperties spTO, ManagedAgreementBean mab)
          Loads a technical service from the request parameter 'id'.
 
Method Summary
 ManagedAgreementBean getMab()
           
 java.util.List<MetricBean> getMetrics()
           
 java.lang.String getName()
           
 java.lang.String getServiceName()
           
 com.ebmwebsourcing.agreement.definition.api.ServiceProperties getSpTO()
           
 void reset()
          Resets changes made to the current endpoint attributes.
 java.lang.String save()
           
 void setMab(ManagedAgreementBean mab)
           
 void setName(java.lang.String name)
           
 void setServiceName(java.lang.String serviceName)
           
 void setSpTO(com.ebmwebsourcing.agreement.definition.api.ServiceProperties spTO)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServicePropertiesBean

public ServicePropertiesBean()

ServicePropertiesBean

public ServicePropertiesBean(com.ebmwebsourcing.agreement.definition.api.ServiceProperties spTO,
                             ManagedAgreementBean mab)
                      throws org.ow2.opensuit.core.error.LocalizedError
Loads a technical service from the request parameter 'id'.

Throws:
org.ow2.opensuit.core.error.LocalizedError
Method Detail

save

public java.lang.String save()
                      throws org.ow2.opensuit.core.error.LocalizedError
Throws:
org.ow2.opensuit.core.error.LocalizedError

reset

public void reset()
           throws org.ow2.opensuit.core.error.LocalizedError
Resets changes made to the current endpoint attributes.

Throws:
org.ow2.opensuit.core.error.LocalizedError

getName

public java.lang.String getName()
Returns:
the name

setName

public void setName(java.lang.String name)
Parameters:
name - the name to set

getServiceName

public java.lang.String getServiceName()

setServiceName

public void setServiceName(java.lang.String serviceName)

getMetrics

public java.util.List<MetricBean> getMetrics()

getSpTO

public com.ebmwebsourcing.agreement.definition.api.ServiceProperties getSpTO()
Returns:
the spTO

setSpTO

public void setSpTO(com.ebmwebsourcing.agreement.definition.api.ServiceProperties spTO)
Parameters:
spTO - the spTO to set

getMab

public ManagedAgreementBean getMab()

setMab

public void setMab(ManagedAgreementBean mab)


Copyright © 2008-2010 eBMWebsourcing. All Rights Reserved.