com.ebmwebsourcing.agreement.definition.api
Interface BusinessValueList
- All Known Implementing Classes:
- BusinessValueListImpl
public interface BusinessValueList
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.