org.opencrx.application.shop1.datatypes
Class LeadFieldMapper

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

public class LeadFieldMapper
extends Object


Constructor Summary
LeadFieldMapper()
           
 
Method Summary
 Boolean acceptedLegal(Lead customerContract)
           
 Boolean acceptedMarketing(Lead customerContract)
           
 Boolean acceptedPrivateDataForwarding(Lead customerContract)
           
 Integer getContactSource(Lead customerContract)
           
 Integer getContractCurrency(Lead customerContract)
           
 String getContractNumber(Lead customerContract)
           
 String getReferrer(Lead customerContract)
           
 String getSalesTaxType(Lead customerContract)
           
 Boolean noBilling(Lead customerContract)
           
 void setAcceptedLegal(Lead customerContract, Boolean newValue)
           
 void setAcceptedMarketing(Lead customerContract, Boolean newValue)
           
 void setAcceptedPrivateDataForwarding(Lead customerContract, Boolean newValue)
           
 void setContactSource(Lead customerContract, Integer newValue)
           
 void setContractCurrency(Lead customerContract, Integer newValue)
           
 void setContractNumber(Lead customerContract, String newValue)
           
 void setNoBilling(Lead customerContract, Boolean newValue)
           
 void setReferrer(Lead customerContract, String newValue)
           
 void setSalesTaxType(Lead customerContract, String newValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LeadFieldMapper

public LeadFieldMapper()
Method Detail

getContractNumber

public String getContractNumber(Lead customerContract)

acceptedLegal

public Boolean acceptedLegal(Lead customerContract)

acceptedMarketing

public Boolean acceptedMarketing(Lead customerContract)

acceptedPrivateDataForwarding

public Boolean acceptedPrivateDataForwarding(Lead customerContract)

noBilling

public Boolean noBilling(Lead customerContract)

getReferrer

public String getReferrer(Lead customerContract)

getContactSource

public Integer getContactSource(Lead customerContract)

getSalesTaxType

public String getSalesTaxType(Lead customerContract)

getContractCurrency

public Integer getContractCurrency(Lead customerContract)

setContractNumber

public void setContractNumber(Lead customerContract,
                              String newValue)

setAcceptedLegal

public void setAcceptedLegal(Lead customerContract,
                             Boolean newValue)

setAcceptedMarketing

public void setAcceptedMarketing(Lead customerContract,
                                 Boolean newValue)

setAcceptedPrivateDataForwarding

public void setAcceptedPrivateDataForwarding(Lead customerContract,
                                             Boolean newValue)

setReferrer

public void setReferrer(Lead customerContract,
                        String newValue)

setContactSource

public void setContactSource(Lead customerContract,
                             Integer newValue)

setSalesTaxType

public void setSalesTaxType(Lead customerContract,
                            String newValue)

setContractCurrency

public void setContractCurrency(Lead customerContract,
                                Integer newValue)

setNoBilling

public void setNoBilling(Lead customerContract,
                         Boolean newValue)


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