org.opencrx.application.shop1.datatypes
Class AbstractContractFieldMapper

java.lang.Object
  extended by org.opencrx.application.shop1.datatypes.AbstractContractFieldMapper

public class AbstractContractFieldMapper
extends Object


Constructor Summary
AbstractContractFieldMapper()
           
 
Method Summary
 String getBillingPartner(AbstractContract contract)
           
 List<String> getBillingPartnerRegistrationId(AbstractContract contract)
           
 List<String> getStateHistory(AbstractContract contract)
           
 void setBillingPartner(AbstractContract contract, String newValue)
           
 void setBillingPartnerRegistrationId(AbstractContract contract, List<String> newValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractContractFieldMapper

public AbstractContractFieldMapper()
Method Detail

getStateHistory

public List<String> getStateHistory(AbstractContract contract)

getBillingPartner

public String getBillingPartner(AbstractContract contract)

setBillingPartner

public void setBillingPartner(AbstractContract contract,
                              String newValue)

getBillingPartnerRegistrationId

public List<String> getBillingPartnerRegistrationId(AbstractContract contract)

setBillingPartnerRegistrationId

public void setBillingPartnerRegistrationId(AbstractContract contract,
                                            List<String> newValue)


This software is published under the BSD license. Copyright © 2003-2010, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.