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(com.ebmwebsourcing.agreement.definition.api.QualifyingCondition qcTO, GuaranteeBean gb, ManagedAgreementBean mab)
          Constructor
 
Method Summary
 java.lang.String getExpression()
           
 GuaranteeBean getGb()
           
 java.lang.String getLanguage()
           
 ManagedAgreementBean getMab()
           
 com.ebmwebsourcing.agreement.definition.api.QualifyingCondition getQcTO()
           
 void reset()
          Resets changes made to the current endpoint attributes.
 java.lang.String save()
           
 void setExpression(java.lang.String expression)
           
 void setGb(GuaranteeBean gb)
           
 void setLanguage(java.lang.String language)
           
 void setMab(ManagedAgreementBean mab)
           
 void setQcTO(com.ebmwebsourcing.agreement.definition.api.QualifyingCondition qcTO)
           
 
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(com.ebmwebsourcing.agreement.definition.api.QualifyingCondition qcTO,
                               GuaranteeBean gb,
                               ManagedAgreementBean mab)
Constructor

Method Detail

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 com.ebmwebsourcing.agreement.definition.api.QualifyingCondition getQcTO()
Returns:
the qcTO

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.


setQcTO

public void setQcTO(com.ebmwebsourcing.agreement.definition.api.QualifyingCondition qcTO)

getMab

public ManagedAgreementBean getMab()

setMab

public void setMab(ManagedAgreementBean mab)

getGb

public GuaranteeBean getGb()

setGb

public void setGb(GuaranteeBean gb)


Copyright © 2008-2010 eBMWebsourcing. All Rights Reserved.