com.retek.component.internet
Interface ExAGiftingSeason


public interface ExAGiftingSeason

This is a high level interface which controls access to gifting season information for the external API.

Retek Inc. Copyright (c) 2003


Method Summary
 java.util.Date getEffectiveEndDate()
           
 java.util.Date getEffectiveStartDate()
           
 int getSeasonEndDayOfMonth()
           
 int getSeasonEndMonth()
           
 java.lang.String getSeasonNumber()
          The Season Number of the associated ExAGiftingSeason.
 int getSeasonStartDayOfMonth()
           
 int getSeasonStartMonth()
           
 

Method Detail

getEffectiveStartDate

public java.util.Date getEffectiveStartDate()

getEffectiveEndDate

public java.util.Date getEffectiveEndDate()

getSeasonEndDayOfMonth

public int getSeasonEndDayOfMonth()

getSeasonEndMonth

public int getSeasonEndMonth()

getSeasonStartDayOfMonth

public int getSeasonStartDayOfMonth()

getSeasonStartMonth

public int getSeasonStartMonth()

getSeasonNumber

public java.lang.String getSeasonNumber()
The Season Number of the associated ExAGiftingSeason.

Returns:
String seasonNumber


Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25