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

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

public class ServiceReferenceBean
extends java.lang.Object

Author:
nsaladge - eBM Websourcing

Constructor Summary
ServiceReferenceBean()
           
ServiceReferenceBean(com.ebmwebsourcing.agreement.definition.api.ServiceReference srTO, ManagedAgreementBean mab)
          Loads a technical service from the request parameter 'id'.
 
Method Summary
 ManagedAgreementBean getMab()
           
 java.lang.String getName()
           
 java.lang.String getServiceName()
           
 com.ebmwebsourcing.agreement.definition.api.ServiceReference getSrTO()
           
 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 setSrTO(com.ebmwebsourcing.agreement.definition.api.ServiceReference srTO)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceReferenceBean

public ServiceReferenceBean()

ServiceReferenceBean

public ServiceReferenceBean(com.ebmwebsourcing.agreement.definition.api.ServiceReference srTO,
                            ManagedAgreementBean mab)
Loads a technical service from the request parameter 'id'.

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()
Resets changes made to the current endpoint attributes.


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)

getSrTO

public com.ebmwebsourcing.agreement.definition.api.ServiceReference getSrTO()
Returns:
the srTO

setSrTO

public void setSrTO(com.ebmwebsourcing.agreement.definition.api.ServiceReference srTO)
Parameters:
srTO - the srTO to set

getMab

public ManagedAgreementBean getMab()

setMab

public void setMab(ManagedAgreementBean mab)


Copyright © 2008-2010 eBMWebsourcing. All Rights Reserved.