Uses of Interface
com.ebmwebsourcing.agreement.definition.api.Penalty

Packages that use Penalty
com.ebmwebsourcing.agreement.definition.api   
com.ebmwebsourcing.agreement.definition.impl   
 

Uses of Penalty in com.ebmwebsourcing.agreement.definition.api
 

Methods in com.ebmwebsourcing.agreement.definition.api that return Penalty
 Penalty BusinessValueList.newPenalty()
           
 

Methods in com.ebmwebsourcing.agreement.definition.api that return types with arguments of type Penalty
 java.util.List<Penalty> BusinessValueList.getPenalties()
           
 

Methods in com.ebmwebsourcing.agreement.definition.api with parameters of type Penalty
 void BusinessValueList.addPenalty(Penalty penalty)
           
 void BusinessValueList.removePenalty(Penalty penalty)
           
 

Uses of Penalty in com.ebmwebsourcing.agreement.definition.impl
 

Classes in com.ebmwebsourcing.agreement.definition.impl that implement Penalty
 class PenaltyImpl
           
 

Methods in com.ebmwebsourcing.agreement.definition.impl that return Penalty
 Penalty BusinessValueListImpl.newPenalty()
           
 

Methods in com.ebmwebsourcing.agreement.definition.impl that return types with arguments of type Penalty
 java.util.List<Penalty> BusinessValueListImpl.getPenalties()
           
 

Methods in com.ebmwebsourcing.agreement.definition.impl with parameters of type Penalty
 void BusinessValueListImpl.addPenalty(Penalty penalty)
           
 void BusinessValueListImpl.removePenalty(Penalty penalty)
           
 



Copyright © 2009 eBM Websourcing. All Rights Reserved.