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

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

public class BusinessValueBean
extends java.lang.Object

Author:
nsaladge - eBM Websourcing

Constructor Summary
BusinessValueBean()
          Constructor
 
Method Summary
 com.ebmwebsourcing.agreement.definition.api.BusinessValueList getBvTO()
           
 GuaranteeBean getGb()
           
 int getImportance()
           
 ManagedAgreementBean getMab()
           
 java.util.List<CompensationBean> getPenalties()
           
 java.util.List<CompensationBean> getRewards()
           
 void reset()
          Resets changes made to the current endpoint attributes.
 java.lang.String save()
           
 void setBvTO(com.ebmwebsourcing.agreement.definition.api.BusinessValueList bvTO)
           
 void setGb(GuaranteeBean gb)
           
 void setImportance(int importance)
           
 void setMab(ManagedAgreementBean mab)
           
 void setPenalties(java.util.List<CompensationBean> penalties)
           
 void setRewards(java.util.List<CompensationBean> rewards)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BusinessValueBean

public BusinessValueBean()
Constructor

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()
           throws org.ow2.opensuit.core.error.LocalizedError
Resets changes made to the current endpoint attributes.

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

getImportance

public int getImportance()
Returns:
the importance

setImportance

public void setImportance(int importance)
Parameters:
importance - the importance to set

getPenalties

public java.util.List<CompensationBean> getPenalties()
Returns:
the penalties

setPenalties

public void setPenalties(java.util.List<CompensationBean> penalties)
Parameters:
penalties - the penalties to set

getRewards

public java.util.List<CompensationBean> getRewards()
Returns:
the rewards

setRewards

public void setRewards(java.util.List<CompensationBean> rewards)
Parameters:
rewards - the rewards to set

getBvTO

public com.ebmwebsourcing.agreement.definition.api.BusinessValueList getBvTO()
Returns:
the bvTO

setBvTO

public void setBvTO(com.ebmwebsourcing.agreement.definition.api.BusinessValueList bvTO)
Parameters:
bvTO - the bvTO to set

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.