org.ow2.dragon.ui.uibeans.sla.env
Class JBIBean

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

public class JBIBean
extends java.lang.Object

Author:
nsaladge - eBM Websourcing

Constructor Summary
JBIBean()
          Default constructor
JBIBean(org.ow2.dragon.api.to.sla.ManagedAgreementTO mTO)
          Constructor
 
Method Summary
 void clear()
          Clears the agreement.
 java.lang.String getAgreementId()
           
 java.lang.String getProbeSettings()
           
 java.lang.String getSujbi()
           
 void load(javax.servlet.http.HttpServletRequest iRequest)
          Loads a technical service from the request parameter 'id'.
 void reset()
          Resets changes made to the current endpoint attributes.
 void setAgreementId(java.lang.String agreementId)
           
 void setProbeSettings(java.lang.String probeSettings)
           
 void setSujbi(java.lang.String sujbi)
           
 void validate()
          Validate the endpoint
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JBIBean

public JBIBean()
Default constructor


JBIBean

public JBIBean(org.ow2.dragon.api.to.sla.ManagedAgreementTO mTO)
        throws org.ow2.opensuit.core.error.LocalizedError
Constructor

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

getAgreementId

public java.lang.String getAgreementId()
Returns:
the agreementId

setAgreementId

public void setAgreementId(java.lang.String agreementId)
Parameters:
agreementId - the agreementId to set

getProbeSettings

public java.lang.String getProbeSettings()
Returns:
the probeSettings

setProbeSettings

public void setProbeSettings(java.lang.String probeSettings)
Parameters:
probeSettings - the probeSettings to set

load

public void load(javax.servlet.http.HttpServletRequest iRequest)
          throws org.ow2.opensuit.core.error.LocalizedError
Loads a technical service from the request parameter 'id'.

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:
DragonDelegateException
org.ow2.opensuit.core.error.LocalizedError

clear

public void clear()
           throws org.ow2.opensuit.core.error.LocalizedError
Clears the agreement.

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

validate

public void validate()
Validate the endpoint


getSujbi

public java.lang.String getSujbi()
Returns:
the sujbi

setSujbi

public void setSujbi(java.lang.String sujbi)
Parameters:
sujbi - the sujbi to set


Copyright © 2008-2010 eBMWebsourcing. All Rights Reserved.