com.retek.component.internet
Interface ExAGiftingSeasonRequest

All Known Implementing Classes:
ExAGiftingSeasonImpl

public interface ExAGiftingSeasonRequest

This is a high level interface which maintains gifting season information for the external API. The data source for this object is the RCOM data extract.

Retek Inc. Copyright (c) 2003


Method Summary
 void setEffectiveEndDate(java.util.Date effectiveEndDate)
           
 void setEffectiveStartDate(java.util.Date effectiveStartDate)
           
 void setSeasonEndDayOfMonth(int seasonEndDayOfMonth)
           
 void setSeasonEndMonth(int seasonEndMonth)
           
 void setSeasonStartDayOfMonth(int seasonStartDayOfMonth)
           
 void setSeasonStartMonth(int seasonStartMonth)
           
 

Method Detail

setEffectiveStartDate

public void setEffectiveStartDate(java.util.Date effectiveStartDate)

setEffectiveEndDate

public void setEffectiveEndDate(java.util.Date effectiveEndDate)

setSeasonEndDayOfMonth

public void setSeasonEndDayOfMonth(int seasonEndDayOfMonth)

setSeasonEndMonth

public void setSeasonEndMonth(int seasonEndMonth)

setSeasonStartDayOfMonth

public void setSeasonStartDayOfMonth(int seasonStartDayOfMonth)

setSeasonStartMonth

public void setSeasonStartMonth(int seasonStartMonth)


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