org.ow2.dragon.ui.uibeans.sla
Class ServicePropertiesBean
java.lang.Object
org.ow2.dragon.ui.uibeans.sla.ServicePropertiesBean
public class ServicePropertiesBean
- extends java.lang.Object
- Author:
- nsaladge - eBM Websourcing
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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.