com.ebmwebsourcing.agreement.definition.api
Interface ServiceProperties

All Superinterfaces:
ServiceTerms
All Known Implementing Classes:
ServicePropertiesImpl

public interface ServiceProperties
extends ServiceTerms


Method Summary
 void addVariable(Variable variable)
           
 java.util.List<Variable> getVariables()
           
 Variable newVariable()
           
 void removeVariable(Variable variable)
           
 
Methods inherited from interface com.ebmwebsourcing.agreement.definition.api.ServiceTerms
getName, getServiceName, setName, setServiceName
 

Method Detail

getVariables

java.util.List<Variable> getVariables()

addVariable

void addVariable(Variable variable)

removeVariable

void removeVariable(Variable variable)

newVariable

Variable newVariable()
                     throws WSAgreementException
Throws:
WSAgreementException


Copyright © 2009 eBM Websourcing. All Rights Reserved.