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

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

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

Methods in com.ebmwebsourcing.agreement.definition.api that return GuaranteeTerms
 GuaranteeTerms Agreement.newGuaranteeTerms()
           
 

Methods in com.ebmwebsourcing.agreement.definition.api that return types with arguments of type GuaranteeTerms
 java.util.List<GuaranteeTerms> Agreement.getGuaranteeTerms()
           
 

Methods in com.ebmwebsourcing.agreement.definition.api with parameters of type GuaranteeTerms
 void Agreement.addGuarantee(GuaranteeTerms term)
           
 void Agreement.removeGuarantee(GuaranteeTerms term)
           
 

Method parameters in com.ebmwebsourcing.agreement.definition.api with type arguments of type GuaranteeTerms
 void Agreement.setGuaranteeTerms(java.util.List<GuaranteeTerms> term)
           
 

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

Classes in com.ebmwebsourcing.agreement.definition.impl that implement GuaranteeTerms
 class GuaranteeTermsImpl
           
 

Methods in com.ebmwebsourcing.agreement.definition.impl that return GuaranteeTerms
 GuaranteeTerms AgreementTypeImpl.newGuaranteeTerms()
           
 

Methods in com.ebmwebsourcing.agreement.definition.impl that return types with arguments of type GuaranteeTerms
 java.util.List<GuaranteeTerms> AgreementTypeImpl.getGuaranteeTerms()
           
 

Methods in com.ebmwebsourcing.agreement.definition.impl with parameters of type GuaranteeTerms
 void AgreementTypeImpl.addGuarantee(GuaranteeTerms term)
           
 void AgreementTypeImpl.removeGuarantee(GuaranteeTerms term)
           
 

Method parameters in com.ebmwebsourcing.agreement.definition.impl with type arguments of type GuaranteeTerms
 void AgreementTypeImpl.setGuaranteeTerms(java.util.List<GuaranteeTerms> terms)
           
 

Constructors in com.ebmwebsourcing.agreement.definition.impl with parameters of type GuaranteeTerms
QualifyingConditionImpl(java.lang.Object qualifyingCondition, GuaranteeTerms guaranteeTerms)
           
 



Copyright © 2009 eBM Websourcing. All Rights Reserved.