org.ow2.dragon.ui.uibeans.sla
Class BusinessValueBean
java.lang.Object
org.ow2.dragon.ui.uibeans.sla.BusinessValueBean
public class BusinessValueBean
- extends java.lang.Object
- Author:
- nsaladge - eBM Websourcing
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BusinessValueBean
public BusinessValueBean()
- Constructor
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.