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

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

public class QualifyingConditionBean
extends java.lang.Object

Author:
nsaladge - eBM Websourcing

Constructor Summary
QualifyingConditionBean()
          Default constructor
QualifyingConditionBean(org.ow2.dragon.api.to.sla.QualifyingConditionTO qcTO)
          Constructor
 
Method Summary
 void clear()
          Clears the agreement.
 java.lang.String delete()
          Deletes the current endpoint from the database
 java.lang.String getExpression()
           
 long getId()
           
 java.lang.String getLanguage()
           
 org.ow2.dragon.api.to.sla.QualifyingConditionTO getQcTO()
           
 java.lang.String getXml()
           
 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.
 java.lang.String save()
           
 void setExpression(java.lang.String expression)
           
 void setId(long id)
           
 void setId(java.lang.Long id)
           
 void setLanguage(java.lang.String language)
           
 void setQualifyingConditionTO()
           
 void setXml(java.lang.String xml)
           
 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

QualifyingConditionBean

public QualifyingConditionBean()
Default constructor


QualifyingConditionBean

public QualifyingConditionBean(org.ow2.dragon.api.to.sla.QualifyingConditionTO qcTO)
Constructor

Method Detail

getXml

public java.lang.String getXml()
Returns:
the xml

setXml

public void setXml(java.lang.String xml)
Parameters:
xml - the xml to set

getExpression

public java.lang.String getExpression()
Returns:
the expression

setExpression

public void setExpression(java.lang.String expression)
Parameters:
expression - the expression to set

getLanguage

public java.lang.String getLanguage()
Returns:
the language

setLanguage

public void setLanguage(java.lang.String language)
Parameters:
language - the language to set

getQcTO

public org.ow2.dragon.api.to.sla.QualifyingConditionTO getQcTO()
Returns:
the qcTO

load

public void load(javax.servlet.http.HttpServletRequest iRequest)
          throws com.ebm_ws.infra.bricks.error.LocalizedError
Loads a technical service from the request parameter 'id'.

Throws:
com.ebm_ws.infra.bricks.error.LocalizedError

save

public java.lang.String save()

delete

public java.lang.String delete()
                        throws com.ebm_ws.infra.bricks.error.LocalizedError
Deletes the current endpoint from the database

Throws:
com.ebm_ws.infra.bricks.error.LocalizedError

reset

public void reset()
Resets changes made to the current endpoint attributes.


clear

public void clear()
Clears the agreement.


validate

public void validate()
Validate the endpoint


getId

public long getId()
Returns:
the id

setId

public void setId(long id)
Parameters:
id - the id to set

setId

public void setId(java.lang.Long id)
Parameters:
id - the id to set

setQualifyingConditionTO

public void setQualifyingConditionTO()


Copyright © 2008 eBMWebsourcing. All Rights Reserved.