com.ebmwebsourcing.agreement.definition.api
Interface BusinessValueList

All Known Implementing Classes:
BusinessValueListImpl

public interface BusinessValueList


Method Summary
 void addPenalty(Penalty penalty)
           
 void addReward(Reward reward)
           
 java.lang.Integer getImportance()
           
 java.util.List<Penalty> getPenalties()
           
 java.util.List<Reward> getRewards()
           
 Penalty newPenalty()
           
 Reward newReward()
           
 void removePenalty(Penalty penalty)
           
 void removeReward(Reward reward)
           
 void setImportance(java.lang.Integer importance)
           
 

Method Detail

getImportance

java.lang.Integer getImportance()

setImportance

void setImportance(java.lang.Integer importance)

newPenalty

Penalty newPenalty()
                   throws WSAgreementException
Throws:
WSAgreementException

getPenalties

java.util.List<Penalty> getPenalties()

addPenalty

void addPenalty(Penalty penalty)

newReward

Reward newReward()
                 throws WSAgreementException
Throws:
WSAgreementException

getRewards

java.util.List<Reward> getRewards()

addReward

void addReward(Reward reward)

removePenalty

void removePenalty(Penalty penalty)

removeReward

void removeReward(Reward reward)


Copyright © 2009 eBM Websourcing. All Rights Reserved.