org.opencrx.application.shop1.datatypes
Class LeadFieldMapper
java.lang.Object
org.opencrx.application.shop1.datatypes.LeadFieldMapper
public class LeadFieldMapper
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LeadFieldMapper
public LeadFieldMapper()
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.