com.retek.component.internet.impl
Class ExACustomerPreferenceImpl

java.lang.Object
  extended bycom.retek.component.internet.impl.ExACustomerPreferenceImpl
All Implemented Interfaces:
ExACustomerPreference

public class ExACustomerPreferenceImpl
extends java.lang.Object
implements ExACustomerPreference


Constructor Summary
ExACustomerPreferenceImpl()
           
 
Method Summary
 java.lang.String getBannerDisplayCode()
           
 java.lang.String getContactMethod()
           
 java.lang.String getContactTime()
           
 boolean isCreditCardOptOut()
           
 boolean isDoNotCall()
           
 boolean isDoNotEmail()
           
 boolean isDoNotMail()
           
 boolean isDoNotShareAddress()
           
 boolean isDoNotShareEmail()
           
 boolean isMailOnlyOncePerSeason()
           
 void setBannerDisplayCode(java.lang.String displayCode)
           
 void setContactMethod(java.lang.String method)
           
 void setContactTime(java.lang.String time)
           
 void setCreditCardOptOut(boolean value)
           
 void setDoNotCall(boolean value)
           
 void setDoNotEmail(boolean value)
           
 void setDoNotMail(boolean value)
           
 void setDoNotShareAddress(boolean value)
           
 void setDoNotShareEmail(boolean value)
           
 void setMailOnlyOncePerSeason(boolean value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExACustomerPreferenceImpl

public ExACustomerPreferenceImpl()
Method Detail

getBannerDisplayCode

public java.lang.String getBannerDisplayCode()
Specified by:
getBannerDisplayCode in interface ExACustomerPreference

isMailOnlyOncePerSeason

public boolean isMailOnlyOncePerSeason()
Specified by:
isMailOnlyOncePerSeason in interface ExACustomerPreference

isDoNotShareAddress

public boolean isDoNotShareAddress()
Specified by:
isDoNotShareAddress in interface ExACustomerPreference

isDoNotShareEmail

public boolean isDoNotShareEmail()
Specified by:
isDoNotShareEmail in interface ExACustomerPreference

isDoNotMail

public boolean isDoNotMail()
Specified by:
isDoNotMail in interface ExACustomerPreference

isDoNotCall

public boolean isDoNotCall()
Specified by:
isDoNotCall in interface ExACustomerPreference

isDoNotEmail

public boolean isDoNotEmail()
Specified by:
isDoNotEmail in interface ExACustomerPreference

isCreditCardOptOut

public boolean isCreditCardOptOut()
Specified by:
isCreditCardOptOut in interface ExACustomerPreference

getContactMethod

public java.lang.String getContactMethod()
Specified by:
getContactMethod in interface ExACustomerPreference

getContactTime

public java.lang.String getContactTime()
Specified by:
getContactTime in interface ExACustomerPreference

setBannerDisplayCode

public void setBannerDisplayCode(java.lang.String displayCode)

setMailOnlyOncePerSeason

public void setMailOnlyOncePerSeason(boolean value)
Specified by:
setMailOnlyOncePerSeason in interface ExACustomerPreference

setDoNotShareAddress

public void setDoNotShareAddress(boolean value)
Specified by:
setDoNotShareAddress in interface ExACustomerPreference

setDoNotShareEmail

public void setDoNotShareEmail(boolean value)
Specified by:
setDoNotShareEmail in interface ExACustomerPreference

setDoNotMail

public void setDoNotMail(boolean value)
Specified by:
setDoNotMail in interface ExACustomerPreference

setDoNotCall

public void setDoNotCall(boolean value)
Specified by:
setDoNotCall in interface ExACustomerPreference

setDoNotEmail

public void setDoNotEmail(boolean value)
Specified by:
setDoNotEmail in interface ExACustomerPreference

setCreditCardOptOut

public void setCreditCardOptOut(boolean value)
Specified by:
setCreditCardOptOut in interface ExACustomerPreference

setContactMethod

public void setContactMethod(java.lang.String method)
Specified by:
setContactMethod in interface ExACustomerPreference

setContactTime

public void setContactTime(java.lang.String time)
Specified by:
setContactTime in interface ExACustomerPreference


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28